<?xml version="1.0" encoding="utf-8"?>
<FxApplication xmlns="http:
backgroundColor="white"
width="800" height="600">
<layout>
<VerticalLayout />
</layout>
<Ellipse width="10" height="10" y="3">
<fill>
<RadialGradient>
<GradientEntry color="0xAAAAAA" />
<GradientEntry color="0x336699" />
</RadialGradient>
</fill>
</Ellipse>
<Button label="halo button" />
<FxButton label="gumbo button" />
</FxApplication>
I doubt this is a focus for you guys, but unloading and reloading Flex Applications into non-flex apps (just flash), and loading Flex apps into different application domains are two issues I'd love to be resolved. We develop in Flex, but have clients who want to load our software just from Flash.