netstream
Flash NetStream.Buffer.Flush firing repeatedly
I\'ve made a custom video player in as3. Everything works, but once a video has loaded and played through completely, if the user replays the video it continuously fires the NetStream.Buffer.Flush eve[详细]
2023-04-13 09:16 分类:问答How do I know, when the player stops playing?
public function videoPlayer() { connection = new NetConnection(); connection.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);[详细]
2023-04-07 15:18 分类:问答as3 Netstream appendBytes and seeking
I have a simple flv player which connects to a CDN which can take header byte range requests if a user wants to skip through a flv without the need for the flv to be 100% loaded.[详细]
2023-04-05 00:58 分类:问答Do red5 always work same way on windows and linux?
i have developed a simple application that record a video from webcam using flex and red5. This application is been made using flex and extending red5 Application adapter, on client side i use NetStre[详细]
2023-04-04 21:47 分类:问答Why NetStream#togglePause() do not work?
I create a record audio application based on red5 0.9 version. Below is my flex client code snippets. My red5 server work fine.[详细]
2023-03-25 15:46 分类:问答NetStream.Buffer.Full not fired after call to NetStream.pause
I\'m making a small video players in AS3, and I\'ve found that after calling NetStream.pause() or NetStream.togglePause(), no status messages are being fired any more.[详细]
2023-03-18 01:13 分类:问答Why NetGroup.MulticastStream.UnpublishNotify fires just after NetGroup.MulticastStream.PublishNotify
I am working on Cirrus I want to make audio chat. I publish stream on one side but its NetGroup.MulticastStream.PublishNotify event doesn\'t fires at first time....When I publish it twice or thrice it[详细]
2023-03-16 07:27 分类:问答Flex - How to find all the published streams
I want to create two swf (publisher and subscriber). I have created the publisher client which publishes the webcam video to the Red5 server.[详细]
2023-03-11 15:05 分类:问答How open a NetStream using video in iOS package?
I am using Flash Pro CS5.5 to create a video player 开发者_JAVA技巧for the iPad.I can get it to work locally, but when I test it on the iPad, it cannot open the video file.The video file is included i[详细]
2023-03-04 13:22 分类:问答Actionscript - Video Player Help! - Flash
I\'ve been trying for days to figure out how to get a video to play in flash and I have got pretty much nowhere. I have the code below but have no idea what else to try to get it to work. Can a开发者_[详细]
2023-03-02 14:53 分类:问答