I have tried with stage.framerate but It doesn’t seem to work. Is there a way to adjust the FLV’s framerate at runtime?
Share
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.
The flash player always renders video at the video’s native framerate (resources permitting), regardless of the framerate it’s playing flash content at (which is why changing Stage.frameRate doesn’t affect video. So if you’re aiming for something like slow-motion or fast-forward playback, there’s no direct way to do this without manually advancing the video position at the speed you want.