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