Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. reaktor

    addChild removes an object?

    var bitmap:Bitmap = new Bitmap(); bitmap = spritesArray[selectedIndex].getChildAt(0) as Bitmap; //first child is the loaded Bitmap trace("NUMBER BEFORE: " + spritesArray[selectedIndex].numChildren); imageHolder.addChild(bitmap); trace("NUMBER AFTER: " + spritesArray[selectedIndex].numChildren)...
  2. reaktor

    Writing to filesystem?

    One simple question, I'm building a Projector file (target is .exe application) and I would like to output a file named dots.xml from flash to local filesystem. Are there any FSCommands or similar methods to achieve writing to local filesystem? Please help. Thank you. Lovro

Part and Inventory Search

Back
Top