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\".
We have this legacy code of a flash video player that functions well enough but still has some loose ends I need to tighten up. It can do the basic \"switch to full screen and back to normal size\" st
When streaming an flv to flash, I am not sure I understand the feedback from the NetStream buffer events listed here.
I\'ve a regex that matches comma separated numbers with an optional two digit decimal part in a given multiline text.
I have some XML structures like this: var struct:XML = <mh> <mi id=\"1\" stuff=\"whatever\"/>
I\'m building a map editor for a project and need to draw a hexagon and fill it with a solid color.I have the shape correct but for the life of me can\'t figure out how to fill it.I suspect it may be
I\'m working with Flex 3.4 SDK. I\'m trying to programmatically(yep, must be this way) style/skin a VBox so that its top right corner is rounded, and it gets a two colors gradient brackground.
In my application i want checkbox on the accordion ,so is it possiable to set checkbox ? if it is possiable How can i identified child ?
This 开发者_StackOverflow中文版is with Flexbuilder 3.2, Eclipse 3.3.2. I am moving my development environment to a new machine.Actionscript classes that compiled in the old environment now get a comp
I am trying to get a bit of content to load on pageLoad instead of as a clickable event (b开发者_高级运维ut still keep the clickable event on the menu).