Category Archives: Flex

Adobe AIR flash.filesystem.File methods throw Error 2037 when no nativePath is set

While developing an Flex based AIR Application I figured out an issue with the flash.filesystem.File class. I tried to access properties like exists, nativePath etc. before a nativePath was set using a browse method. So the while debugging the following … Continue reading

Posted in AIR, Flash, Flex | Leave a comment

Select and access local SWF files within an AIR application

Well, it took me a little time to figure out how to select and load a local SWF file into an SWFLoader instance. Several times I got this error message: SecurityError: Error #3015: Loader.loadBytes() is not permitted to load content … Continue reading

Posted in AIR, Flash, Flex | 5 Comments

Adobe technology platform RIA guide

This is simply the link list contained in the recently released Adobe technology platform ActionScript Reference PDF. API References Adobe ActionScript 3 Language Reference Adobe AIR JavaScript Language Reference Documentation Flex 3 Documentation Adobe AIR Documentation Developer Centers Adobe Developer … Continue reading

Posted in AIR, Documentations, Flash, Flex, Librarys, Links | Leave a comment

Running Adobe AsDoc on my Mac using ANT!

Wow, this was really challenging! But now, finally, I found out how to use AsDoc on my Mac.There must be another solution out there, but I simply want to document this workaround hoping that this also works on your Mac. … Continue reading

Posted in AsDoc, Flash, Flex | Tagged , | 2 Comments