Flash Framerate.
Flash Framerate.
- Started
- Last post
- 5 Responses
- Deadfrog
I have a movie that is loading into my main movie the FPS on the main movie is 60fps and on the loaded movie it's 12fps is there a way that I can keep the 12fps or is that not possible.....
- mrdobolina0
it should inherit the framerate from the main movie.
- ********0
not possible.
- mr_flaco0
Yes - totally possible to play movieClips at a rate independent of the main movie using setInterval.
- meter0
yep, setInterval would be the way to do it, although do note that setInterval is NOT totally precise down to the millisecond
- torres0
also I think you'll have problems if that file is using steaming audio.