>> I have to send data to flash. Should i use the "urlencode()" or the >> "rawurlencode()" function to encode the data? > >If you are going to be doing this a lot, you should take a look at >AMFPHP, Flash Remoting for PHP, at >http://sourceforge.net/projects/amfphp/ > >This seems to be a fast, reliable way to send data back and forth between >your server and your Flash client.
I have heard rumors that remoting is supposed to be "deprecated" in the next revision of flash, but I'm not sure how reliable those reports are. Remoting with AMFPHP is speedy and easy, but you may be a little better off using XML - it's definitely chatty, but the API is stable on both sides, and there's no reverse-engineering voodoo associated with it. --------------------------------------------------------------------- michal migurski- contact info and pgp key: sf/ca http://mike.teczno.com/contact.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php