all groups > flash actionscript > march 2007 >
You're in the

flash actionscript

group:

speed up a swf in a placeholder MC


speed up a swf in a placeholder MC yeehaw
3/17/2007 8:48:27 PM
flash actionscript:
I have an MC called "placeholder", I use it to load swf's into my
movie, the old rule of speed being the same of the parent movie is a
problem. I am using Flash MX, is there any code to speed up the
imported movie? I found an MXP but I have no idea how to use it.
Thanks,
Ramey
Re: speed up a swf in a placeholder MC Cor
3/18/2007 3:34:34 AM
Speed up your placeholder
Re: speed up a swf in a placeholder MC yeehaw
3/18/2007 10:38:19 AM
[quoted text, click to view]

I tried all these versions below, in the remarked area, none worked,
AM I off in the syntax?? Thanks
stop();
placeHolder.loadMovie("flashtasia07.swf");
setProperty("placeHolder", _x, "316");
setProperty("placeHolder", _y, "60");
setProperty("placeHolder", _xscale, "165");
setProperty("placeHolder", _yscale, "165");
// test speed
// setProperty("placeHolder", FPS, "80");
// placeholder.setFPS(80);
// placeHolder.playF(1,8,80)
// placeHolder.setFPS(80);
Re: speed up a swf in a placeholder MC yeehaw
3/18/2007 10:40:20 AM
[quoted text, click to view]

Also, I can't speed up the whole parent movie because I am importing
other swf's with different speeds.
I really need a technique that works.
Thanks, :O)
Ramon
AddThis Social Bookmark Button