Re: Communication between two flash forms

2005-04-15 Thread Chris Kief | Mindflood
There is the LocalConnection class in Flash which allows communication between movies: http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_16243 But...I don't know if you're able to use this in CF's Flash forms as many things are disabled. chris + Chris Kief Development Director

Re: CF 7 and Flash Remoting

2005-04-15 Thread Chris Kief | Mindflood
Should have sent a link to the readme as well... http://www.macromedia.com/support/documentation/en/flash_remoting/mx2004/rea dme_source.html ck + Chris Kief Mindflood, Inc. 714.557.2488 x113 www.mindflood.com On 4/15/05 8:00 AM, Bryan Stevenson [EMAIL PROTECTED] wrote: So Chris

Re: CF 7 and Flash Remoting

2005-04-15 Thread Chris Kief | Mindflood
= event.result; } ck + Chris Kief Mindflood, Inc. 714.557.2488 x113 www.mindflood.com On 4/15/05 8:41 AM, Bryan Stevenson [EMAIL PROTECTED] wrote: Success!!! ;-) the output just shows in the output window and not in the movieand now that I look at the code, that appears

Re: CF 7 and Flash Remoting

2005-04-14 Thread Chris Kief | Mindflood
Brian, Since you're using the AS2 classes, you no longer #include NetServices. There is a whole new approach. I'll send a simple example in a minute... chris + Chris Kief Mindflood, Inc. 714.557.2488 x113 www.mindflood.com On 4/14/05 1:18 PM, Bryan Stevenson [EMAIL PROTECTED

Re: CF 7 and Flash Remoting

2005-04-14 Thread Chris Kief | Mindflood
Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com - Original Message - From: Chris Kief | Mindflood [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, April 14, 2005

Re: CF 7 and Flash Remoting

2005-04-14 Thread Chris Kief | Mindflood
B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com - Original Message - From: Chris Kief | Mindflood [EMAIL PROTECTED] To: CF-Talk cf-talk

Re: CF 7 and Flash Remoting

2005-04-14 Thread Chris Kief | Mindflood
: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com - Original Message - From: Chris Kief | Mindflood [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, April 14, 2005 1:40 PM Subject: Re: CF 7 and Flash Remoting

Re: CF 7 and Flash Remoting

2005-04-14 Thread Chris Kief | Mindflood
So you're gateway is: http://127.0.0.1/flashservices/gateway/ You never include the CFC info in the gateway. Since you placed helloWorld in internal/sierra, you're service line should look like: service = new Service(http://127.0.0.1/flashservices/gateway/;, null, internal.sierra.helloWorld,

Re: CF 7 and Flash Remoting

2005-04-14 Thread Chris Kief | Mindflood
-Original Message- From: Chris Kief | Mindflood [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 3:18 PM To: CF-Talk Subject: Re: CF 7 and Flash Remoting My bad on those. To get rid of the errors, change the 2 methods to this: onResult = function(event) { trace(event.result

Re: CF 7 and Flash Remoting

2005-04-14 Thread Chris Kief | Mindflood
Yup, its definitely a pain the first time. I forgot to ask, but did you install the source files as well as the components? http://download.macromedia.com/pub/flashremoting/mx2004/components/actionscr ipt_2.0/flashremoting_comp_sourcecode.zip These need to go into your Flash Install Dir/First

Re: CF 7 and Flash Remoting

2005-04-14 Thread Chris Kief | Mindflood
- Original Message - From: Chris Kief | Mindflood [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, April 14, 2005 3:08 PM Subject: Re: CF 7 and Flash Remoting Yup, its definitely a pain the first time. I forgot to ask, but did you install the source files

Re: CF 7 and Flash Remoting

2005-04-14 Thread Chris Kief | Mindflood
I host a bunch of sites there and didn't need them to do anything to get remoting going (with 6.1 or 7). Worked out of the box. HMS would never need to install the source files or components - those are just for the Flash IDE. chris On 4/14/05 3:24 PM, Bryan Stevenson [EMAIL PROTECTED] wrote:

Re: Has anyone else applied this patch yet???

2005-03-30 Thread Chris Kief | Mindflood
That did not work for me as the new version of wsconfig.jar was still used to generate the connectors. You would actually need to: 1. Run remove_all_coonectors.bat 2. Revert back to the previous version of wsconfig.jar 3. Run IIS_connectors.bat to reconfigure IIS. Chris On 3/30/05 7:42 AM,

Re: Has anyone else applied this patch yet???

2005-03-29 Thread Chris Kief | Mindflood
I'm seeing the same problems here. Had to remove this patch. Chris On 3/28/05 5:04 PM, Paul Vernon [EMAIL PROTECTED] wrote: With regards to the following patch, has anyone applied it yet... ColdFusion MX 6.1 Updater: Hot Fix to upgrade web server connectors