Monthly Archives: March 2005

Fatboy Slim @ Eleven50

Fatboy Slim‘s spinning at Eleven50… Fatboy Slim’s spinning at Eleven50… Fatboy Slim’s spinning n’ spinning n’ spinning n’ at Eleven50. See you tonight! Da 411 (Info)

Posted in Uncategorized | 3 Comments

Table Topics RIA

I used this as an example in a Flashcoders post yesterday, and after searching my blog in vain, realized I never blogged it. I completed this over a year ago! :: smacks head :: Table Topics – Table Designer: A … Continue reading

Posted in Flash, Projects | 4 Comments

D&D Dice Roller v2

I re-did my old Central Dice Roller using Flex. Basing it off of the one Wizards of the Coast did, I improved on what they had. I also improved my old one, and included it. I’ve been “salvaging” code all … Continue reading

Posted in Flex, Projects | Comments Off

Flex Chronicles #10: Installing Flex on Windows XP Using Tomcat & Apache

I can’t believe it, but I got it to work with some major help from Flexcoders (thanks Andrew Spaulding and Simon Jenkins!). I’ve never installed, re-installed, toggled services on & off, and tweaked my router & networking settings so much … Continue reading

Posted in Flex | 1 Comment

Flex Chronicles #9: No Library? No Worries.

Someone who uses ActionScript heavily in Flex, I embed my graphics in Flex (since it doesn’t have a Library like Flash) using code, like so: [Embed(source="../../../images/dice.swf" symbol="d4")] static public var d4_img:String; If it was just a PNG or JPEG, I … Continue reading

Posted in Flex | 1 Comment