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...?
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...?