Hello,
I am trying to figure out how Flex and AMFPHP works together. I
install WAMP, AMFPHP and I am able to see services in my browser, so I
thing that part WAMP - AMFPHP works fine. I tryed basic example hello
world. But I recived error msg. I tryed to figure what is wrong, but I
couldn t find. Then I decided to get Flex error msg and not custom one
which is prepared in code. And example worked just fine. This is code
with error, I posting just <Remote object>
<mx:RemoteObject
id="myservice"
showBusyCursor="true"
fault ="faultHandler(event)"
source="tutorial.HelloWorld"
destination="amfphp">
<mx:method name="sayHello"
result="resultHandler(event)" />
</mx:RemoteObject>
I thing that from some reason this remote object called function
faultHandler, and pass event object. But I don t know why. After I
removed fault parametar example worked.
And I will be thankfull if some one give me good resource for Flex and
AMFPHP.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---