<?xml version="1.0" encoding="utf-8"?>

<js:Application xmlns:fx="http://ns.adobe.com/mxml/2009";
                   xmlns:js="library://ns.apache.org/royale/basic" >
        <fx:Script>
                
        </fx:Script>
    <js:valuesImpl>
        <js:SimpleCSSValuesImpl />
    </js:valuesImpl>
        
        <js:beads>
                <js:ClassAliasBead />
                <js:RemoteObject id="amfTestService"
                                                 
endPoint="http://winkelbeheer.cityfashion.be/amfphp/gateway.php";
                                                 destination="Meta" 
source="Meta" />
        </js:beads>
        
    <js:initialView>
        <js:View>
                        <js:VGroup>
                                <js:Label id="statusLabel" text="Hello World!" 
/>
                                <js:TextButton text="Get AMF data"
click="textbutton_clickHandler(event)" />
                        </js:VGroup>
        </js:View>
    </js:initialView>
</js:Application>


Any idea why I'm not getting a fault nor success event on this?



--
Sent from: http://apache-royale-users.20374.n8.nabble.com/

Reply via email to