Not finding what you are looking for? Request a recipe!

  1. Avg. Rating 5.0

    using root keyword in Flex (AS3 migration)

    var root_mc:Object = parent.parent root_mc.functionNAME()

  2. Avg. Rating 5.0

    SWF Loader in Flash CS3

    to load the SWF with loading channel closed for web based loading

  3. Avg. Rating 3.5
  4. Avg. Rating 3.5

    removechild after checking the existence of Display Object

    if(MC) if(MC.parent ) MC.parent.removeChild(MC);

  5. Avg. Rating 2.5

    eval in AS3

    To do this, you need to include the keyword “dynamic” as part of your class declaration, e.g., public dynamic class Foo.

  6. Not yet rated

    Avoid TypeError: Error #1009:

    use the flash.system.Capabilities.hasMP3 to check the system capability

  • Results 1-6 of 6