I'd like to add an AMFPHP-based service to my Cairngorm
ServiceLocator. The example from Mike Potter's Flex/AMFPHP tutorial
works really well (for those who haven't tried it yet here's the URL
to the tutorial:
http://labs.adobe.com/wiki/index.php/Flex_Framework:tutorials:flex2_AMFPHP),
but I don't know how to get it to work in a Cairngorm environment.

In the tutorial an additional AS class ("RemotingConnection") is set
up that extends "NetConnection". How do I combine this with the usual
syntax for a adding a new service to the Cg ServiceLocator, e.g.:

<mx:HTTPService id="dummyDelegate"
url=""> result="event.call.resultHandler( event )"
fault="event.call.faultHandler( event )"
showBusyCursor="true"
useProxy="false" />

Is this possible at all? Thanks in advance.






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to