Jul 28

So just presented the first look of REDbug at the Adobe Flex Camp session in SF last night. Even though we went really late still glad we showed up and got some decent interest I think. We will be launching the real deal August 1, so keep posted. I will post more info here on REDbug soon and well be launching the site for it as well soon!

All in all the Adobe Flex Camp was great. Maybe a little better than the Apollo Camp. Some nice presentations, and Adobe dev team showed some good sneaks. Kudos all around to Adobe for all their recent efforts and loving the code camp idea, though would like to see a session or 2 for the more advanced people ;)

Jul 5

Below is a link to an updated sample including the custom TTF superscript font. The currently supported characters are 0123456789TMSRT§Î†®™

TIP: If using CSS which I suggest, the following is what I use which will enable the following end usages:

///////////////////////////////////////////////////////
// CSS
//////////////////////////////////////////////////////

sup, .sup
{
   
    font-family: Arial_DH_SUP;
    display:inline;

}

//////////////////////////////////////////////////////
// FLASH HTML CONTENT
/////////////////////////////////////////////////////

<span class=”sup”>123</sup>

// or the very cool XML base CSS styled notation

<sup>123</sup>

————————————————————-


FLA Sample w/Font