bkgrd in flash
bkgrd in flash
Out of context: Reply #1
- Started
- Last post
- 1 Response
- PonyBoy0
load your image into a movieclip...
verify it's loaded using the movieClip loader class - 'myImage_mc.onLoadInit'...
... upon it being loaded - have something like the following:
myImage_mc._height = Stage.height;
myImage_mc._xscale = myImage_mc._yscale; //this will keep your width to scaleyou'll need to access the 'Stage' class use it's 'height' property to get your newImage_mc height.