/ Published in: MXML
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!-- connect met AMFphp --> <mx:RemoteObject id="amf" source="tuts/Tut1_gebruiker.Registreren" destination="amfphp" > <mx:method name="haalAlleGebruikers" result="resHaalAlleGebruikers( event )" /> <mx:method name="voegGebruikerToe" result="resVoegGebruikerToe( )" /> </mx:RemoteObject>