30
Jul
10

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

Posted in ActionScript 3.0, Flash, flex | Tagged , , , , , , , , , , , | Leave a comment
26
Jul
10

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

Posted in ActionScript 3.0, Flash | Tagged , , , , | Leave a comment
27
Jun
10

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;

Posted in Flash | Tagged , , , , | 3 Comments
27
Jun
10

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()

Posted in Flash | Tagged , , , , , | 1 Comment
27
Jun
10

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

Posted in Flash | Tagged , , , , , | Leave a comment
Page 1 of 3123