You are currently browsing the archives for the “Actionscript 3” category.

Solving the “missing AIR application XML file” error in Flash Builder

April 17, 2010 // Posted in AIR, Actionscript 3, Flash Builder No Comments

When creating an AIR project, you automatically get an XML configuration file for your application, which contains the initial width and height, the available icons and the indication whether or not the application uses a custom chrome (amongst other settings). This XML file has the same name as the application itself, followed by “-app.xml”. OK, [...]

Read the entire article

Embedding fonts in Flex, AIR and Actionscript projects

June 13, 2009 // Posted in AIR, Actionscript 3, Flex 9 Comments

Question: I’m trying to develop a Flex application that uses a Text component which will take an html rendered text. So far, no problem there. However, I would like to use more than 1 font (regular, bold, italic) in this text component and I’m not sure if the fonts are all on the user’s computer. [...]

Read the entire article