8/24/2010 6:27:18 PM
Title:
Flex application does not run in Internet Explorer(IE) browser
The IE browser has the required version of the Flash player installed as a Active X control.
Looked at the remoting-config.xml and services-config.xml files, but did not find anything which might prevent the application from running on IE. The application is using Flash remoting services to talk to Coldfusion and fails with a "Send Failed" message.
Where could be the error?
Any advice would be welcome.
Shawn
Points: 680
Posts:0
8/24/2010 9:01:47 PM
flash remoting is server side so it has nothing to do with the browser. Any browser supporting the required flash player version would work with flash remoting. You should look for the following things
1)verify your installation by calling your gateway
yourwebsite.com/amfphp/gateway.php
You should see something like :amfphp and this gateway are installed correctly.
2) check your service url by entering into browser
yoursite.com/amfphp/services/myService.php
Blank page should appear else the service is not working properly.
3) also verify that other methods are working or this one is the only error causing method.
Inder
Points: 2980
Posts:0
8/24/2010 9:52:06 PM
check this link , its a good article , related to flash remoting errors
http://www.amfphp.org/docs2/debugging.html