Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Flash / Flash Remoting / November 2005



Tip: Looking for answers? Try searching our database.

Works Locally, Doesnt Work On Production Server

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Emmersive media - 29 Oct 2005 07:58 GMT
HI All.

I have created a FLA that connects to a aspx page and gets some data out of
the database, builds a drop down menu with the data.

It works great on my local machine, but doesnt work on the server, I have
copied the DLL's from my local bin dir to the remote bin dir but it still
doesnt work.

On the local machine it is stored in http://localhost/aps/gateway.aspx and
http://localhost/aps/flashNav.aspx for the service file. So My Local
Actionscript is as follows
var aspxService:Service = new Service("http://localhost/aps/gateway.aspx",
null, "aps", null, null);
var pcProd:PendingCall = aspxService.flashNav("prod", "prod");
pcProd.responder = new RelayResponder(this, "prodResult", "prodFault");

And on the production server it is stored as
http://www.apsservicecentre.com.au/gateway.aspx and
http://www.apsservicecentre.com.au/flashNav.aspx So i figure the code should be
as follows
var aspxService:Service = new
Service("http://www.apsservicecentre.com.au/gateway.aspx", null, "", null,
null);
var pcProd:PendingCall = aspxService.flashNav("prod", "prod");
pcProd.responder = new RelayResponder(this, "prodResult", "prodFault");

And it doenst seem to work properly, is it possible to debug it on the server
some how?

Thanks in advance.

Glen
flashdefined - 01 Nov 2005 21:27 GMT
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.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.