Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash Remoting and Coldfusion MX 7

Status
Not open for further replies.

jsegura

MIS
Joined
Oct 13, 2004
Messages
12
Location
US
I want to test if I have my Coldfusion MX 7 Dev Edition configured correctly for Flash Remoting?

My Coldfusion server is set up as a standalone web server ( In Flash MX 2004 I have installed the need AS2 flash remoting components.

In Flash MX 2004, when I select Service Broswer and try to add a service "cfc.music"(webroot/cfc/music.cfc) under I get the following error: HTTP: Failed.

What I'm I missing?
 
on first glance, it looks like you have specified a different port in your flash settings, than the port used by the standalone version of CF,

8500

8100/flashservices/gateway
 
Port 8100 according to Flash it the port used for Flash Remoting. It is placed by default in the server gateway. I did try port 8500.

Thanks for your reply!
 
Try typing one of those flashservices/gateway links into a web browser.. if you get a blank page, that means you got the right one

PS, I find that web services thing in flashmx 2004 a pain to work with.. I like this extension that I found. I can't remember where I got it, so here is a download from my server


Once you install it, it goes under the Window->Other Panels list, and it has fields for the usual flash remoting connection strings, ie, the gateway, url/crc location, and a spot to call a specific function, and then it dumps the results to the trace window.
 
Thanks, it help!! Syntax error referenceing the root folder to cfc file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top