if (System.capabilities.isDebugger) {
this.loadMovie("external.jpg");
} else {
this.loadMovie("images/external.jpg");
}
Archive for the ‘actionscript’ Category
It’s all Relative
Thursday, April 12th, 2007trace(); – the sequel
Thursday, March 1st, 2007trace2 = function(s, r_all) {
if (!t_txt){Â Â Â //create new textfield if none exists
this.createTextField("t_txt", 1, 0, 0, 1, 1);
t_txt.autoSize = true;Â Â Â}
r_all ? t_txt.text = s+"\n" : t_txt.text += s+"\n" ;
};
Directory Image Lister PHP -> XML
Sunday, November 26th, 2006Will be useful for an upcoming Flash gallery that dynaically loads images. I didn’t want to reinvent the wheel, but apparently I was too impatient to find the wheel. 😛
Free Flash Extensions
Tuesday, October 17th, 2006FlashGuru Consulting – Flash Extensions/
Also, they have some cool tutorials
Tutorials
Saturday, October 14th, 2006Macromedia Flash Studies
http://jrgraphix.net/research/
Useful Drawing and Design Tutorials and Resources
http://www.kirupa.com/forum/showthread.php?t=13133