OT Flash Remoting on IIS 6

2007-03-06 Thread Adrian Lynch
Where to begin... I'm trying to set up Flash remoting on IIS6 with CF7. I've tried the points on this page: http://www.adobe.com/support/flash_remoting/ts/documents/iis_gateway_connect ion.htm and still cannot get the blank page when browsing to: http://mydomain/flashservices/gateway/

Re: OT Flash Remoting on IIS 6

2007-03-06 Thread Eric Haskins
What version of CF7 ?? Enterprise or Standalone? Eric On 3/6/07, Adrian Lynch [EMAIL PROTECTED] wrote: Where to begin... I'm trying to set up Flash remoting on IIS6 with CF7. I've tried the points on this page: http://www.adobe.com/support/flash_remoting/ts/documents/iis_gateway_connect

RE: OT Flash Remoting on IIS 6

2007-03-06 Thread Adrian Lynch
7.0.0 Stand alone. -Original Message- From: Eric Haskins [mailto:[EMAIL PROTECTED] Sent: 06 March 2007 14:06 To: CF-Talk Subject: Re: OT Flash Remoting on IIS 6 What version of CF7 ?? Enterprise or Standalone? Eric On 3/6/07, Adrian Lynch [EMAIL PROTECTED] wrote: Where to begin

Re: OT Flash Remoting on IIS 6

2007-03-06 Thread Jon Clausen
Adrian, Have you set up your wildcard application mapping for the site. You may need to create a wildcard mapping in IIS at yoursite.comHome DirectoryConfigurationMappings. The usual path for the mapping points to: C:\CFusionMX7\runtime\lib \wsconfig\1\jrun_iis6_wildcard.dll You may

RE: OT Flash Remoting on IIS 6

2007-03-06 Thread Adrian Lynch
Thanks all, we've wacked on Apache for now, time is ticking and all that. Thanks for the tips, I'll report back if we find out the problem. Cheers. Adrian -Original Message- From: Jon Clausen [mailto:[EMAIL PROTECTED] Sent: 06 March 2007 14:20 To: CF-Talk Subject: Re: OT Flash Remoting

OT: flash remoting help

2003-12-30 Thread Ryan Mitchell
Hello I'm playing with flash remoting to a cfc for the first time, and having a few difficulties trying to get it all working... Its on a shared hosting server, so within the flash I'm accessing the server as follows (the coldfusion server runs on port 27000 so I'm assuming that¹s the port for

Re: OT: flash remoting help

2003-12-30 Thread Clint Tredway
What happens if you go to the gateway url in a browser? You should get a blank page. That means the gateway is working. You also, don't need the stop()that will kill your movie's timeline. HTH, Clint Ryan Mitchell wrote: Hello I'm playing with flash remoting to a cfc for the first

Re: OT: flash remoting help

2003-12-30 Thread Ryan Mitchell
Yeah I do get a blank page... I want the stop there to stop my movie :O) On 30/12/03 2:13 pm, Clint Tredway [EMAIL PROTECTED] wrote: What happens if you go to the gateway url in a browser? You should get a blank page. That means the gateway is working. You also, don't need the

Re: OT: flash remoting help

2003-12-30 Thread Clint Tredway
The stop is what is stopping your remoting call... How are you calling your function? Also, sometimes they way you are setting your gateway, Flash doesn't create the connection properly.. try this: if(inited == null) { inited = true; var conn =

Re: OT: flash remoting help

2003-12-30 Thread Ryan Mitchell
Nope, no joy im afraid. Seems to me like theres a problem once it hits the gateway... Like the path is wrong or something, cos the cfc is never being run, or not that I can see anyway! Thanks for your help! On 30/12/03 2:29 pm, Clint Tredway [EMAIL PROTECTED] wrote: The stop is what is

RE: OT: flash remoting help

2003-12-30 Thread chris kief
: Re: OT: flash remoting help The stop is what is stopping your remoting call... How are you calling your function? Also, sometimes they way you are setting your gateway, Flash doesn't create the connection properly.. try this: if(inited == null) {     inited = true;     var conn

RE: OT: flash remoting help

2003-12-30 Thread Clint Tredway
when I put in a stop it stops everything... Clint Tredway www.digital12studios.com Original Message: +AD4-From: +ACI-chris kief+ACI- +ADw-chris+AEA-riseinteractive.com+AD4- +AD4-To: CF-Talk +ADw-cf-talk+AEA-houseoffusion.com+AD4- +AD4-Subject: RE: OT: flash remoting help +AD4-Date: Tue, 30 Dec

RE: OT: flash remoting help

2003-12-30 Thread chris kief
where the stop is placed will always execute. chris From: Clint Tredway [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 6:20 PM To: CF-Talk Subject: RE: OT: flash remoting help when I put in a stop it stops everything... Clint Tredway

Re: OT: Flash Remoting Question

2003-11-04 Thread Calvin Ward
: Flash Remoting Question I don't see anything about downloads for the server. Everything I have read says they are installed by default. Do I need a specific mapping in IIS enabled? Brook At 06:04 PM 11/3/2003, you wrote: hi brook u need to download some more stuff just go to www.macromedia.com

OT: Flash Remoting Question

2003-11-03 Thread Brook Davies
When I try to call the flash gateway on our CFMX server, I get a 404 at http://localhost/flashservices/gateway/. Isn't flash remoting installed by default? I can't find any info on this! Brook [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: OT: Flash Remoting Question

2003-11-03 Thread cf
hi brook u need to download some more stuff just go to www.macromedia.com go to flash remoting ;) When I try to call the flash gateway on our CFMX server, I get a 404 at http://localhost/flashservices/gateway/. Isn't flash remoting installed bydefault? I can't find any info on this! Brook

Re: OT: Flash Remoting Question

2003-11-03 Thread peter . tillbrook
Brook, I'm having the same problem on my hosting provider (not locally however) even though we are both running CFMX 6.1. Although to be honest I'm hosted on the server Mike K is having other issues with (up, down, upm down) so has been difficult to test further. Funny thing is installed

Re: OT: Flash Remoting Question

2003-11-03 Thread Brook Davies
I don't see anything about downloads for the server. Everything I have read says they are installed by default. Do I need a specific mapping in IIS enabled? Brook At 06:04 PM 11/3/2003, you wrote: hi brook u need to download some more stuff just go to www.macromedia.com go to flash remoting

RE: OT: Flash Remoting Question

2003-11-03 Thread Chris Kief
: Brook Davies [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 6:29 PM To: CF-Talk Subject: Re: OT: Flash Remoting Question I don't see anything about downloads for the server. Everything I have read says they are installed by default. Do I need a specific mapping in IIS enabled? Brook

Re: OT: Flash Remoting Question

2003-11-03 Thread Brook Davies
And they make it sound so easy on their website. In fact I could find very little info about any configuration instructions for the remoting that ships with CFMX.I found these links, but none were helpful. The first link is to a technote about trouble connecting to IIS multihomed servers.

OT: Flash remoting

2003-03-10 Thread Matthew Small
Does flash remoting capability come standard with Studio MX? Matthew Small IT Supervisor Showstopper National Dance Competitions 3660 Old Kings Hwy Murrells Inlet, SC 29576 843-357-1847 http://www.showstopperonline.com ~|

Re: OT: Flash remoting

2003-03-10 Thread Dave Carabetta
Does flash remoting capability come standard with Studio MX? There is a free download you need to install on top of the Flash MX installation to access the various files you will need to incorporate FR into your apps: http://www.macromedia.com/software/flashremoting/downloads/components/ This