/ Published in: MXML
Expand |
Embed | Plain Text
<!-- 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>
You need to login to post a comment.
