利用flash中的Video类播放flv格式文件,每次播放十秒左右就无故停止解决方法
摘要:
package { import flash.display.Sprite; import flash.events.AsyncErrorEvent; import flash.media.Video; import flash.net.NetConnection; import flash.net.NetStream; import flash.events.SyncEvent; /** * ... * @author chb */ public class videoExample extends Sprite { /** * ... * 构造函数 */ public function v 阅读全文
posted @ 2011-06-15 00:00 民浩 阅读(2193) 评论(2) 推荐(1) 编辑