Changing Frame Rate
- Started
- Last post
- 5 Responses
- ********
Okay, a guy at work has made some presentations. He says they play fast, which is how he wants them presented. He ALSO wants to give the user the option of slowing down the animation. How would this be done? Any Ideas besides the obvious?
P.S. sorry for posting yet another 'flash fps' thread....
- autonoma0
You can't actually change the frame rate from insode the flash movie.
- ********0
render out a second version at a slower rate. make a separate flash intro movie which allows the user to choose fast or slow. link the button to the new appropriate FPS flash movie.
- o0o0
The only other way I could think of would only work if you were just using onEnterFrame handlers... then you could work out some actionscript where it it skipped a frame sometimes... every other frame for half-speed, or every third frame, or something like that.... probably a bad idea though
- CyBrainX0
No, oOo, that is a perfectly good answer and the only one I can think of. I did some thing like that with my egg videos. Check out the 11th egg link and the slo-mo reverse sequence. (yes, I am sick.)