Calendar

July 2008
S M T W T F S
« Jun   Aug »
 12345
6789101112
13141516171819
20212223242526
2728293031  

Tag Cloud

Categories

Archives

Recent Posts

Recent Comments

Archive for July 24th, 2008

Flash Player Explosion

Thursday, July 24th, 2008

Wow, the Flash player is being downloaded at an unbelievable pace. Within 6 months the 9.0.115 player is already over 80% worldwide and over 83% in the U.S./Canada.

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).
1234567< ?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>