February 2007 Archives
I didn't have strict mode errors turned on in the Flash 9 preview, so I didn't realize that the last release was giving a status event error when connecting to FlashInspector. I've updated the code to fix the problem. I've also added default values to the methods that were optional in the as2 version to make them optional in the as3 version as well.
I use LuminicBox.Log all of the time for AS2 projects and as I'm transitioning more and more to AS3 projects, I realized I really missed it. I took some time today and updated the classes and even the FlashInspector to AS3 (hopefully Pablo Costantini doesn't mind). I needed to update FlashInspector so that it could interpret some of the new AS3 types: root, stage, DisplayObject, XMLList, SimpleButton, etc). The documentation has been updated with asdoc as well. The flash example files that are included have been updated and only work from the Flash 9 Preview. Let me know if there's anything I missed or if you notice any bugs.
I'm embedding fonts using swfmill in a project I'm currently working on and one of the more tedious tasks I went through was copying and pasting the individual characters I needed to make up the character sets to be used. Because of this, I thought it might be helpful to others to post the charsets in a way that would be easy to copy and paste. I will try to keep this page up to date and add more sets as I get the time.
ISO/IEC 8859-1:1998 Latin Alphabet No. 1
!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ
ISO/IEC 8859-2:1999 Latin Alphabet No. 2
!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ Ą˘Ł¤ĽŚ§¨ŠŞŤŹŽŻ°ą˛ł´ľśˇ¸šşťź˝žżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙
Made a few minor updates to my "Trace from the browser, using standard trace()" tutorial.