When debugging Actionscript code you often want to see what’s inside your custom objects. For instance here is a simple user object: public class User { public var id:Number = 123456; ...
Read moreAfter installing the latest Flash Builder 4, ready to launch the app in debug mode, and bang! Flash Builder doesn’t find Flash! Here is the ominous message: Flash Builder cannot locate the...
Read moreAdd the following parameter to the OBJECT tag: <param name="wmode" value="transparent"> Add the following attribute to the EMBED tag: wmode="transparent" ...
Read more