Tag Archives: Flash CS3
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