video current frame hold for seconds-flash
I had a project in which i wanted upload the image and to stream that video, so i have some video's available with me, but instead of that i have selected only one of that so that I would see that whether video stream perfectly, but the problem was that at certain time period the video frame gets stuck for 5 to 6 seconds and manually drag ahead. what would be the problem please help.
Re: video current frame hold for seconds-flash
You can also go for flash converters in 2009, this will convert the same file into other file format that will may allow you stream the video fully, if there was anything any wrong in that video conversion will remove all the problem from that video file and allows to run the file properly.
Re: video current frame hold for seconds-flash
If you are able to access the code behind then try to put the following code in your program, If you want your users to play the video frame by frame using some sort of control buttons like:
Code:
next_frame_button.onRelease = function()
{
nextFrame();
}