Although Flex Builder and Eclipse do have nice debug utilities built in, today I needed a function/method in Actionscript to display into the current application some variables’ content. So I started to implement a var_dump alike function (var_dump from PHP language).
So I started and I made the Debug class that will implement the static dump […]
Popularity: 35%
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 […]
Popularity: 38%
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 […]
Popularity: 47%