the player uses a VideoDisplay
and i set the source like videoDisplay.source = “sourceStringURL”
and the vid doesn’t play until it’s fully loaded
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are trying to play recorded MP4 then it will not play until you record it in Progressive format, and if you cant specify progressive format then you have to use this program QTIndexSwapper that will help you.
When you directly record MP4 format, the file size is unknown for the recorder so when you stop recording the recorded moves the MOOV atom which is beginning point of MP4 at the end of the file. This atom needs to be placed at the beginning for flash player to detect its length and where to start. QTIndexSwapper does it for you. You will also get lots of c based program to do that.