Category Archives: Work
AS3 liquid layout class
I’m sure everyone has needed one of these at one time or another. I just decided to finally get one together for myself. To use, you first call StageAlignTool.init() and pass in the stage, and optionally a minimum width and … Continue reading
Adobe Flash Player 10 beta
http://labs.adobe.com/technologies/flashplayer10/demos/ What does this mean for papervision 3d? I know a lot of the tools that team has built will soon become redundant but what of their work can they keep? Texture mapping perhaps, camera movement (I don’t think adobe’s … Continue reading
My TextFormat won’t stick to my TextField
Run this SWF and click the button, the text stays pink. Then run this and click on the text, then click the button. The text defaults size and color. Why??????textFormatBug var titleTF:TextFormat = new TextFormat(); titleTF.color = 0xFF00FF; titleTF.size = … Continue reading
Web Services in AIR (Flash CS3)
I have been banging my head against a wall for days. I am trying to get web services to work in an AIR app built with Flash CS3. My co-workers use a solution that works for Flash only http://labs.qi-ideas.com/2007/12/25/using-flex-compiled-code-within-flash But … Continue reading
How do I use Yahoo! Maps API in Flash CS3?
I was really excited about the new Yahoo! Maps API coming out for AS3 and I happily applied for a developer key and downloaded it. However, it’s compiled for Flex! How the heck am I supposed to use this? Is … Continue reading