PDA

View Full Version : loadmovie w/ different frame rate


picker
09-19-2002, 10:29 PM
the .swf I'm loading into a mc (via a button) has a different frame rate, (12), than my main movie, (24).

the audio is not corresponding w/ the visual.

my AS is currently:

on (release) {
gotoAndPlay ("tp_email");
loadMovie ("tp_e_mailer.swf", "placementM");
}


is the .swf being played at the main movies' FR, is there a way to prevent this, 'getProperty' or what...?

Rupert
09-20-2002, 04:31 AM
any imported movie will inherit the parent movie's framerate. There is an extension called FPS controller that will get around this. But other than that, you need to change one of your movies to suit the other.

picker
09-20-2002, 07:06 PM
thanks, I'll do some research.

The Fittest
10-24-2002, 02:15 PM
This component and a load of others can be found at: FlashComponent.com
(http://www.flashcomponent.com/blazer/display.php?where=compname&item=FPS%20Controller%20v2) ;)