I\'ve loaded a JPG with dimensions 3264x2448 into a开发者_如何学Go Sprite.How can I resize it proprtionally to allow meto draw the Sprite into a BitmapData object (which in CS3/Flash Player 9 is limit
I\'ve spent a day on this so far and just can\'t figure it out. The problem is that Flash is apparently substituting & for & in my GET query params.
A DisplayObjectContainer\'s dimensions change based on its contents. That can be a LOT of contents, many of them with visible = false or masked, t开发者_如何学Pythonhus making them hidden. Is there a
how can I set the text of dynamic text field 开发者_如何学Pythonfrom the asp page that loads .SWF file ?I\'m not familiar with ASP, can you create/call JavaScript from ASP? If you can, the answer is s
I\'m adding an array of sprites, each with an associated textfield. When the sprite is clicked (or the textfield -- either one, though I want the cursor to be a hand) all I want to do is to grab the
Once I\'ve set either the width or percentWidth property on a flex label, is there a way to reset the width to its default (i.e., the width of the text plus padding)?
Fundamental question here. Typically in AS3 you load in a SWF via the Loader, and what you get is some sort of pseudo MovieClip that is of type \"Loader\".
How do I开发者_开发问答 define C++-like templates in AS3?; I have a map class (2d array) that I want to re-use across projects but the cell data is a different class depending on the project or implem
I need \"no color\" value in flex 3/4 color picker component. Here are some options I\'ve investigated:
Hey guys, hoping for some help with this :( been stuck on it for a couple days now. I\'m creating a ScrollBar using Lee Brimelow\'s ScrollBar class. I\'ve had to modify it to work inside of my Class