I am developing a flash remoting application for 2 different enviroments,
developement (local machine) and production (server at host).
When I test my application on development, it works with this address
file:///C:/Inetpub/wwwroot/client_sites/client1/production/test.swf
However, it will not work when i change the address to:
http://localhost/prosadvantage/client_sites/client1/production/test.swf
Any ideas
flashdefined - 01 Nov 2005 21:26 GMT
Can you be more specific as to the error/problem? The netconnection debugger
should give you some indication of what is wrong.
The most common local/remote problem is not having the crossdomain.xml in
place or set up correctly. Check out
http://moock.org/asdg/technotes/crossDomainPolicyFiles/ for details.