Tosca42
07-27-2002, 03:21 AM
Hi!
I'm trying to load a movie (screensaver.swf) into my main movie - but I ideally want to load it at a fraction of its original size (say around 20%) within the main page so it appears as a thumbnail image.
I know that to load it this will work:
loadMovieNum ("screensaver.swf", 1);
-but is there any way to load it and specify at what percent of its original size it should be loaded at?
I tried:
setProperty ("_level1.screensaver.swf", _xscale, "20");
- in order to scale its x coordinates to 20% but that doesnt have any effect. I assume i've got the path completely wrong? I did look at the tutorials about that on here but i was still confused as they were pretty vague when discussing paths to loaded .swfs. -Any help would be much appreciated.
Cheers! - Tosca
I'm trying to load a movie (screensaver.swf) into my main movie - but I ideally want to load it at a fraction of its original size (say around 20%) within the main page so it appears as a thumbnail image.
I know that to load it this will work:
loadMovieNum ("screensaver.swf", 1);
-but is there any way to load it and specify at what percent of its original size it should be loaded at?
I tried:
setProperty ("_level1.screensaver.swf", _xscale, "20");
- in order to scale its x coordinates to 20% but that doesnt have any effect. I assume i've got the path completely wrong? I did look at the tutorials about that on here but i was still confused as they were pretty vague when discussing paths to loaded .swfs. -Any help would be much appreciated.
Cheers! - Tosca