我正在构建视频播放器并尝试使用数据生成模式。但是当我试图寻找时,我找不到合适的方法。我搜索了很多,但找不到在数据生成模式中搜索的示例。
请有人帮我解决这个问题。如果您在actionscript-3数据生成模式中有视频流的示例代码,请分享。我需要一个示例工作代码。
答案 0 :(得分:0)
这有帮助吗? http://forums.adobe.com/thread/646900
ns.seek(0); //the parameter to seek() is irrelevant, as both the playout and FIFO buffers will be cleared
ns.appendBytesAction(NetStreamAppendBytesAction.RESET_SEEK); //you can do this in NetStreamStatus if you want
ns.appendBytes(seekPosBytes); //write the bytes to play from the desired stream position