If you ever got into the following error (see bellow after this paragraph) you must know how you can overcome it.
The error is triggered only in debugging. No trace of it in the normal run. But if you need to debug and get this error it will pause the debug session and even after [...]
The last week I have been working on a Flash/Actionscript 3 project and everything worked well. The project got in an 75% finalized. Meanwhile I needed to install a software product and it crashed my Windows Vista. Saved the important data and tried to fix it without having to reinstall the whole OS and all [...]
I’ve been playing with Tweensy these days. Tried to understand how it works and how to create effects using particles generator. At some point I run into an error like the following one:
ReferenceError: Error #1065: Variable Box is not defined.
at global/flash.utils::getDefinitionByName()
…
What triggered it is this part of [...]
Today I managed to find this error twice. It is happening in AIR applications. I had the same application in Flex and then I ported it to AIR. The error that appeared is this:
SecurityError: Error #3015: Loader.loadBytes() is not permitted to load content with executable code.
The error is saying that you’re no more allowed to [...]
I think some of you may encountered this “wonderful” runtime error, mostly when you work in a team, building different applications that will load in another one.
Shortly the application is telling us that parts are build using different versions of Flex SDK. In my case the main application was build using Flex SDK version 3.1.0 [...]
These day I’ve been fighting with this issue: trying to get the Flexer XML feed from FeedBurner into a Flex application. As many of you may know FeedBurner serves the XML with an XSL and browsers that know XSL will parse it and display it in a nicer way that a simple xml.
The problem is [...]
In the previous article found here we reverted to 9.0.28 flash player because we still need the debugging version of flash player for Flex Builder 2. The approach is working and the debug is working again but sometimes in bigger application where a lot of actionscripting is involved some runtime errors are arising. It seems [...]
These days I ran into a problem. I updated the flash player (from 9.0.28) to the last version (9.0.47 – moviestar) and after that the debug didn’t want to work anymore. The error that Flex Builder 2.0.1 displays is:
C:\Program Files\Mozilla Firefox\plugins\NPSWF32.dll
Flex Builder cannot locate the required version of the Flash Player. You may need to [...]