Tag Archives: flash

Flash Tracing to flashlog.txt

To confuse an earlier brief post…(“trace() not working in Flash Builder?”), I just wanted to post another quick blurb on how to address an issue I ran into setting up logging from the flash player to flashlog.txt, by means of the mm.cfg file. As often noted, in order to set up the ability to monitor [...]

Line-width on Shapes in Flash, and scale9Grid Results

A quick note regarding something I’ve been meaning to post a short note about for a while, for those that might be running into problems resulting from shapes drawn in flash with an outline. I ran into this recently again, so I thought I’d post for any concerned parties out there. Regardless of whether or [...]

AS3 ComboBox close error.

Just a quick note for those possibly searching for ComboBox AS3 and “Cannot access a property or method of a null object reference.” When using the AS3 ComboBox, the above error will be thrown when the ComboBox loses focus, if the ComboBox is in its open state and it has lost reference to the stage. [...]