Related questions
Flash CS4 refuses to let go
I have a Flash project, and it has many source files. I have a fairly heavily-used class, call it Jenine. I recently (and, perhaps, callously) relocated Jenine from one namespace to another. I thought we were ready - I thought …
Understanding Array::splice in ActionScript 3
I am trying to remove an object from an array, but for some reason it's not working. I am under the impression that a splice accepts 2 parameters: first, the position in the array to begin at. And for parameter 2, how …
How to resize dynamically loaded image into flash (as3)
Am struggling to find the right as3 code to resize an image once it is dynamically called into the stage and placed in a MC.
I am loading using:
var myLoader :Loader = new Loader();
mc.addChild(myLoader);
var url :URLRequest = …