Tutorial 1, RemoteObject


/ Published in: MXML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!-- connect met AMFphp -->
  2. <mx:RemoteObject
  3. id="amf"
  4. source="tuts/Tut1_gebruiker.Registreren"
  5. destination="amfphp" >
  6.  
  7. <mx:method name="haalAlleGebruikers" result="resHaalAlleGebruikers( event )" />
  8. <mx:method name="voegGebruikerToe" result="resVoegGebruikerToe( )" />
  9.  
  10. </mx:RemoteObject>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.