Flash TvGuide App
Okay, heres the flash client (only 47k!) for the TVguide webservice posted recently. It’s quite a fairly simple movie using flash remoting and amfphp. I used amf to call my tvguide webservice via SOAP. Instead of having your swf call a specifc flash service, you call a special service which acts like a proxy to SOAP webservices. This service looks like this.. 1// AMFPHP uses by default the PEAR::SOAP 2// library, so you need to define in the 3// gateway not to use that.