One of my project I want implement JSON method as the data exchange, as there is no standalone functions for JSON Parser. But adobe have the solutions for these include classes for MD5 and SHA 1 hashing, Image encoders, and … Continue reading
Its too simple to remember, the problem is because of, Flash will lose the focus of the stage while adding(addChild) or removing(removeChild) the child like Sprite, MovieClips. So we need to enable focus after each add/remove function calls. Use the … Continue reading
Here is the simplest method to load an external XML file to the flash using Actionscript 3.0. You need to import the following classes to your package ie URLLoader, URLRequest, Event and XML;
There are 4 kinds of operations are available to add a new node to the XML Object. 1. appendChild(), 2. prependChild() 3. insertChildAfter() 4. insertChildBefore()
XML stands for EXtensible Markup Language. XML was introduced to hierarchically structure, store and transport data or information. In ActionScript XML class was created to handle XML Objects. But in later versions of ActionScript that is in 3.0, they implemented … Continue reading



