Not finding what you are looking for? Request a recipe!
Use metatag named [MIXIN] just before class declaration.
Use flash.debugger.enterDebugger() method.
You need to set compareFunction for GroupingField which will take into account field of group and field of items within group.
Design your button in Flash Professional. Create class Button in your project. Set linkage to your button to Button class. Then you must embed SWF file using [Embed] metatag with param mimeType="application/octet-stream". Then, load embedded asset using Loader.loadBytes() method. Then just ...
There is a metatag named [PercentProxy]. It accepts one parameter, the name of the method which will be used when percents will be set.
We have flash.trace.Trace class which will help to do all that job. Trace class will trace execution of ALL functions in application. It can make traces in flash output (like trace() function) or invoke listener function where will must just filter traces :)
You have to embed SWF file using [Embed] metatag with param mimeType="application/octet-stream". Then, load embedded asset using Loader.loadBytes() method. Pass LoaderContext with ApplicationDomain.currentDomain as second argument to Loader.loadBytes(). Then just wait 1 frame – and you can ...
Use [SWF] metatag just before class declaration or within <Metadata> tag of main Application mxml.
Use appendText method of TextField class. It will work 10 times quicker! (If you TextField is multiline and it calculates wordWrap for you, maybe 2-3 times quicker, but that is great too ). You will get warning from compiler about this method if you use plus operator :)