RE: [Flashcoders] flash and cfm

2005-12-20 Thread Merrill, Jason
Instead, use Flash Remoting to return an array. Jason Merrill | E-Learning Solutions | icfconsulting.com -Original Message- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of Corban Baxter Sent: Monday, December 19, 2005 6:06 PM To:

Re: [Flashcoders] flash and cfm

2005-12-20 Thread Mike Britton
Looks like you're running into the character limit of URL strings. I second Jason's recommendation of remoting. Either that or use coldfusion to write XML files. Mike ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] flash and cfm

2005-12-20 Thread Ian Thomas
You could try using flashVars instead of appending the parameters to the end of the URL. I don't think flashVars has a limit. May be less hassle than switching to Remoting. http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_16417 Cheers, Ian On 12/19/05, Corban Baxter [EMAIL

Re: [Flashcoders] flash and cfm

2005-12-20 Thread Johan Lopes
and fast? Thanks! Corban Baxter |rich media designer |www.funimation.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian Thomas Sent: Tuesday, December 20, 2005 9:39 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] flash and cfm You

RE: [Flashcoders] flash and cfm

2005-12-20 Thread Corban Baxter
, 2005 10:37 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] flash and cfm Hi Corban, If you're looking for books I recommend the following: 1) Flash Remoting - The definitive guide (Tom Muck) (oldie but goodie) 2) Flash MX Professional 2004 for Server Geeks (Nate Weiss) - Demystifies

RE: [Flashcoders] flash and cfm

2005-12-20 Thread Robert Chyko
list Subject: RE: [Flashcoders] flash and cfm Is flash remoting a server side app I need like cfm or is it native in the flash player? Corban Baxter  |  rich media designer  |  www.funimation.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: [Flashcoders] flash and cfm

2005-12-20 Thread Merrill, Jason
Baxter Sent: Tuesday, December 20, 2005 12:50 PM To: Flashcoders mailing list Subject: RE: [Flashcoders] flash and cfm Is flash remoting a server side app I need like cfm or is it native in the flash player? Corban Baxter  |  rich media designer  |  www.funimation.com -Original

RE: [Flashcoders] flash and cfm

2005-12-20 Thread Corban Baxter
To: Flashcoders mailing list Subject: RE: [Flashcoders] flash and cfm Remoting are AS2 classes you import and use in Flash, as well as the gateway built into ColdFusion MX 7. Jason Merrill | E-Learning Solutions | icfconsulting.com -Original Message- From: [EMAIL PROTECTED

RE: [Flashcoders] flash and cfm

2005-12-20 Thread Merrill, Jason
To: Flashcoders mailing list Subject: RE: [Flashcoders] flash and cfm Man I wish I understood l33t speak. Jason thanks but all this lingo is a bit over my head. I understand the AS2 Classes but gateway in Coldfusion MX 7. What is a gateway? Oh and to all that helped thanks. They FlashVars=etc... worked