AIR Export Bug?
Thursday, July 24th, 2008Here 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>





