Groups | Blog | Home
all groups > flash (macromedia) > august 2005 >

flash (macromedia) : Resizing MC while external swf loading



Cloudette12
8/12/2005 11:48:25 PM
Hello all,

I want to resize a movie clip that is loading an external .swf file while its
in the process of loading said external .swf file. I notice that none of my
attempts at setting the ._height/_width or even _x/_y cords of the movie clip
that is loading the external .swf file will take affect unless the mc has
finished loading the external .swf file.

Why wont the mc change size or position while its loading an external .swf
file. Is there any way for me to get that to happen.??

Any information would be greatly appreciated.

Claudette

Rajesh199
8/13/2005 7:17:52 AM
try this one

_root.createEmptyMovieClip("target",100)
target.loadMovie("my_mc")
tareget._width=200
target._height=200

enjoy :)


AddThis Social Bookmark Button