PDA

View Full Version : URLLoader has no height or the mc i am loading the content into



Mediashock
July 31st, 2008, 09:29 AM
I have a URLLoader load an image .. then I use addChild to add it to another movie clip called holder.. when i do trace(holder.height,holder.width) i get 0's i tried tracing the loaders width and height and its the same..

I havent done this for a while but i swear i did it before with as3 the same way.. anyone have any comments?

thanks

skial
July 31st, 2008, 09:49 AM
Hi, maybe use a Loader, because URLLoader is for text, xml, binary, stuff like that.

Let me know if im wrong.

Cheers:beer2:

Skial

Felixz
July 31st, 2008, 01:03 PM
are you tracing those values after Event.COMPLETE?