Hi guys,
I need to create a flash video player, like in youtube. I have made some of the features. But, i cant make video streaming, time count down and the mute button. In mute button, once i muted i cant play the sound again from the current position.
Hope you guys can help me for this. Pls give me the details, if you cant answer me give me atleast urls where i can solve this problem.
Pls help me.
In order to stream an FLV, you will need to have a streaming server.
You can fake this by using a progressive download method, which requires little to no extra coding in flash.
In order to get the time to display, you will need to specifically set the FLV's time. FLV's do not hold this information in their headers, so it must be determined some other way.
I can't help you with the mute button unless you post some code.
Here is a link to help you out.