I am creating a chart using mxml. The mxml tags only create a chart with a horizontal axis and vertical axis.
How do I prevent my SWF from decompiling? Is there any difference between ActionScript 1/2 and ActionScript 3 in the perspective of decompile prevention?
I currently have a few movieclips that I load into another movieclip container. I use the MovieClipLoader class to load them and make use of the onLoadProgress, onLoadStart, onLoadInit, onLoadComplete
How do you do a bitmap开发者_开发知识库 morph tween in Actionscript?I would like to morph a Panel into a Button, using BitmapData or something but I have no idea where to begin.Fading+resizing will be
Using a static method in as3, I can get a charCode from a character in a string. How can I get the keyCode f开发者_开发问答rom a character in a string?Do I need to run this function through javascrip
I have a flash map of the UK which is divided up into the counties, a user clicks on a county and is then directed to a new url, eg. www.mydomain.co.uk/region/london. The flash map remains on that new
here\'s my AS3 code: var jpgEncoder:JPGEncoder = new JPGEncoder(100); var jpgStream:ByteArray = jpgEncoder.encode(bitmapData);
I have an application that requires resizing of a component that will be scaled up and down quite frequently. I noticed that when I scale the component, any filter I use on it will not scale with it.
I would like to have that the height of a canvas change automatically. When there are a lot of labels and images in my canvas, the height must increase. And when there are just a few labels in the can
I\'m using a List control. In the renderer of the List control I\'ve got a Repeater. Each Repeater can have a different number of items.