Tagged with 'objectUtil'
Snippets
-
"Dump" an Actionscript Custom Object by pmolaro
In ColdFusion you can "trace" out any variable or object by using the <cfdump> tag. I wanted to do something similar with my Actionscript objects I created for my Flex projects. Below is a nice solution. Be aware I have read that this sometimes crashes your apps with super complicated objects, but I have not encountered that myself.
Save as Favorite | Tags: actionscript, Flex, air, object oriented, objectUtil, utils, trace, toString, dump


