This content has been marked as final.
Show 3 replies
-
1. Re: Convert a loaded bitmap into a symbol
kglad Mar 16, 2011 7:12 AM (in response to barpos)no, but you can use the "draw" method of the bitmapdata class or, even simpler, just add your loader to a movieclip parent.
-
2. Re: Convert a loaded bitmap into a symbol
barpos Mar 16, 2011 7:36 AM (in response to kglad)Ok, like this?
var frontWheelLoader:Loader = new Loader();
frontWheelLoader.load(new URLRequest("FrontWheel.png"));
var containerMC:MovieClip = new MovieClip();
containerMC.addChild(frontWheelLoader);Thanks!
Ron
-
3. Re: Convert a loaded bitmap into a symbol
kglad Mar 16, 2011 8:21 AM (in response to barpos)yes.
p.s. please mark helpful/correct responses.


