Calendar

September 2008
M T W T F S S
« Aug    
1234567
891011121314
15161718192021
22232425262728
2930  

Tag Cloud

Categories

Archives

Highest Rated

Most Viewed

Recent Posts

Recent Comments

AIR Export Bug?

Thursday, July 24th, 2008

Here is the setup:
You have a simple air application that embeds a single png in an Image component from an icons folder (see Flex Builder navigator view below).
<?xml version="1.0" encoding="utf-8"?>
<mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml"
    layout="absolute"
    title="AIR Export Bug?">
    <mx:Image source="@Embed(’icons/AIRApp_128.png’)"
        horizontalCenter="0" verticalCenter="0"/>
</mx:WindowedApplication>