fileReference.load()

March 28, 2009

Today, i faced a weird problem of fileReference.load() not working in AIR. Even, in the latest 3.3 SDK. To resolve that, you have to install Flex Builder Update. Then, modify your App.xml into air version 1.5. As, to get the benefits of latest AIR Version.

Otherwise, in AIR: Code gets compiled but when we select a file from system, it throws a error.


Favourite AS3 removeChild code

February 1, 2008

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