Actionscript 3 code var imageLoader:Loader = new Loader(); var image:URLRequest = new URLRequest("http://server.com/folder/file.png"); imageLoader.load(image); addChild (imageLoader); imageLoader.x =… more →
Ikode - code lab & noteslemort wrote 4 months ago: After watching the second episode of The Wire on DVD, I suddenly realized how to improve the code in … more →
dlkinney wrote 9 months ago: Okay, I’ve walked through all of the code in UIComponent and Container to work this out, so I … more →
Panel wrote 1 year ago: Yesterday I have discovered that addChild method of DisplayObject is not working as expected. While … more →
ikode wrote 1 year ago: Actionscript 3 code var imageLoader:Loader = new Loader(); var image:URLRequest = new URLRequest("h … more →