first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

Adobe Flex 2 and Fireworks CS3: Fireworks Only Supports mx:Image Elements

<?xml version="1.0" encoding="utf-8"?> <mx:Application x­mlns:mx="http://www.adobe.com/2006/mxml" width="128" height="128" layout="absolute">

<!-- The Adobe Fireworks CS3 File > Export command has an export type called “MXML and Images” that ALWAYS produces mx:Image elements.

There is NO SUPPORT for vector-like elements
such as mx:Shape.

-->

&lt;mx:Image
    source=&quot;Image.gif&quot;
    x=&quot;5&quot; y=&quot;14&quot;
    width=&quot;121&quot; height=&quot;111&quot;/&gt;

</mx:Application>

mod date: 2007-11-22T07:06:42.000Z