It's just this from the examples folder

<?xml version="1.0" encoding="utf-8"?>
<js:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
xmlns:js="library://ns.apache.org/flexjs/basic">
    <js:valuesImpl>
        <js:SimpleCSSValuesImpl />
    </js:valuesImpl>
    <js:initialView>
        <js:View>
            <js:Label text="Hello World!" />
        </js:View>
    </js:initialView>
</js:Application>



--
Sent from: http://apache-flex-users.2333346.n4.nabble.com/

Reply via email to