|
-
hi thanks for the help.
the reason i used a container was because i needed to scale the loaded swf by 200%. Is this posible with loadmovieNum?
script->
_root.createEmptyMovieClip("container",10);
_root.container.loadMovie("example.swf");
_root.container._xscale = _root.container._yscale =200;
Also how would i go about correcting the paths?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|