RE: CF7 Flash Remoting

2005-06-20 Thread Ray Buechler
instincts who has not sufficient capital to form a corporation. From: Ray Buechler [EMAIL PROTECTED] Sent: Friday, June 17, 2005 4:21 PM To: CF-Talk cf-talk@houseoffusion.com Subject: RE: CF7 Flash Remoting Tom, Thanks for pointing me to your blog

RE: CF7 Flash Remoting

2005-06-17 Thread Kerry
I thought page not found meant that it wasnt setup right. http://www.macromedia.com/go/tn_16522 -Original Message- From: Ray Buechler [mailto:[EMAIL PROTECTED] Sent: 17 June 2005 15:00 To: CF-Talk Subject: CF7 Flash Remoting Has any one been able to connect to Flash Remoting in CFMX 7?

RE: CF7 Flash Remoting

2005-06-17 Thread Ray Buechler
If it is working the message should be HTTP/1.1 404 Object Not Found and the browser should be redirected to http://mysite/flashservices/ In my case the message is The page cannot be found and there is no redirect. Ray I thought page not found meant that it wasnt setup right.

Re: CF7 Flash Remoting

2005-06-17 Thread Raymond Camden
In this case though - FR was working. It was when I made the change to verify script exitence (so that 404 errors can be handled better) that FR stopped workig. On 6/15/05, Mark A Kruger [EMAIL PROTECTED] wrote: Ray, I would add to that, that I have had to rerun the connector script

RE: CF7 Flash Remoting

2005-06-17 Thread Tom Kitta
I had same problem with my Remoting on CF7 - see my blog for solution that worked (including the comments that correct things). http://www.tomkitta.com/blog/index.cfm?data=20050519#F5475908-BDB9-4653-E128 327C6F69B527 TK -Original Message- From: Ray Buechler [mailto:[EMAIL PROTECTED]

RE: CF7 Flash Remoting

2005-06-17 Thread Ray Buechler
Tom, Thanks for pointing me to your blog. Still no luck though. Based on my Coldfusion logs it looks like I'm not even hitting the CF server as there are no errors being generated when I try to hit http://mysite/flashservices/gateway? One thing that caught my eye is that in the

RE: CF7 Flash Remoting

2005-06-17 Thread dave
. From: Ray Buechler [EMAIL PROTECTED] Sent: Friday, June 17, 2005 4:21 PM To: CF-Talk cf-talk@houseoffusion.com Subject: RE: CF7 Flash Remoting Tom, Thanks for pointing me to your blog. Still no luck though. Based on my Coldfusion logs it looks like I'm not even hitting the CF server

RE: CF7 Flash Remoting

2005-06-15 Thread Ben Forta
Sure have. That's how this page talks to CF: http://www.forta.com/cf/isp/ --- Ben -Original Message- From: Aldon Moore [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 2:16 PM To: CF-Talk Subject: CF7 Flash Remoting Has any one been able to connect to Flash Remoting in CFMX

Re: CF7 Flash Remoting

2005-06-15 Thread Clint Tredway
not to be picky, but that app is a flex app and not just flash remoting... On 6/15/05, Ben Forta [EMAIL PROTECTED] wrote: Sure have. That's how this page talks to CF: http://www.forta.com/cf/isp/ --- Ben -Original Message- From: Aldon Moore [mailto:[EMAIL PROTECTED] Sent:

RE: CF7 Flash Remoting

2005-06-15 Thread Ben Forta
:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 2:31 PM To: CF-Talk Subject: Re: CF7 Flash Remoting not to be picky, but that app is a flex app and not just flash remoting... On 6/15/05, Ben Forta [EMAIL PROTECTED] wrote: Sure have. That's how this page talks to CF: http://www.forta.com/cf

Re: CF7 Flash Remoting

2005-06-15 Thread Clint Tredway
). The question was Has any one been able to connect to Flash Remoting in CFMX 7?, and that is exactly what that is doing. ;-) --- Ben -Original Message- From: Clint Tredway [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 2:31 PM To: CF-Talk Subject: Re: CF7 Flash Remoting

RE: CF7 Flash Remoting

2005-06-15 Thread Aldon
[mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 2:31 PM To: CF-Talk Subject: Re: CF7 Flash Remoting not to be picky, but that app is a flex app and not just flash remoting... On 6/15/05, Ben Forta [EMAIL PROTECTED] wrote: Sure have. That's how this page talks to CF: http://www.forta.com

RE: CF7 Flash Remoting

2005-06-15 Thread Ben Forta
Add a ? to the end of that URL. See: http://www.forta.com/blog/index.cfm?mode=eentry=1579 --- Ben -Original Message- From: Aldon [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 3:06 PM To: CF-Talk Subject: RE: CF7 Flash Remoting I have been making attempts to connect

Re: CF7 Flash Remoting

2005-06-15 Thread Felipe Fernandes
/index.cfm?mode=eentry=1579 --- Ben -Original Message- From: Aldon [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 3:06 PM To: CF-Talk Subject: RE: CF7 Flash Remoting I have been making attempts to connect to the gateway using http://127.0.0.1:8500/flashservices/gateway

Re: CF7 Flash Remoting

2005-06-15 Thread Raymond Camden
Aldon, I'm not sure if this will help, but... I noticed on two machines (running IIS), that Flash Remoting wouldn't work until I added a real folder called /flashservices/gateway. Why? I had tweaked my settings to do a Check for script in the CFM mappings. I had to do this to override CF's built

Re: CF7 Flash Remoting

2005-06-15 Thread dave
-talk@houseoffusion.com Subject: Re: CF7 Flash Remoting Talking about flash remoting, I´m a coldfusion developer and i would like to learn actionscript. I don´t know much about flash. I want to buy a book, any sugestion? Felipe On 6/15/05, Ben Forta wrote: Add a ? to the end of that URL

Re: CF7 Flash Remoting

2005-06-15 Thread Dave Carabetta
On 6/15/05, Ben Forta [EMAIL PROTECTED] wrote: Add a ? to the end of that URL. See: http://www.forta.com/blog/index.cfm?mode=eentry=1579 I thought that with the latest hotfix rollup this wasn't needed anymore? Regards, Dave.

RE: CF7 Flash Remoting

2005-06-15 Thread Kevin Aebig
Did you include the Remoting objects from the common library? Kevin -Original Message- From: Dave Carabetta [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 1:57 PM To: CF-Talk Subject: Re: CF7 Flash Remoting On 6/15/05, Ben Forta [EMAIL PROTECTED] wrote: Add a ? to the end

RE: CF7 Flash Remoting

2005-06-15 Thread Mark A Kruger
to the Jrunscripts directory and that did the trick. -Mark -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 15, 2005 2:30 PM To: CF-Talk Subject: Re: CF7 Flash Remoting Aldon, I'm not sure if this will help, but... I noticed on two machines (running IIS