[Flashcoders] Issue with differnet fps in same swf

2006-11-29 Thread Michael K
This is a simple question but it still confuses me. I am fixing up a project for a friend and have and swf at 14 fps being called into an swf set to play at 12 fps. I have to sync this imported swf with some other stuff and what I want to do is calculate how many % into my movie the playhead

Re: [Flashcoders] Issue with differnet fps in same swf

2006-11-29 Thread R�kos Attila
There is only one frame rate in a movie and its sub movies - if a movie is loaded into an other one, then it will always be played with the frame rate of the loader (so its own frame rate setting is discarded). Attila ___

RE: [Flashcoders] Issue with differnet fps in same swf

2006-11-29 Thread Steven Sacks | BLITZ
Here's a hack to fix that. Have the movie you are loading with the different frame rate have a silence audio file on the timeline set to stream. It will force the flash player to play at the new framerate of the loaded swf. On projects with multiple developers, you should decide and communicate