[flexcoders] test from web site.... ignore

2007-03-19 Thread rchadgray
test 123

[flexcoders] Re: first impressions

2007-03-21 Thread rchadgray
Flash Remoting? I have not played with that in CF, but i will read the docs and see what that is about. I will convert my below test into a Flash Remoting service instead of a web service. Will i need to start a new project in Eclipse and select the flash remoting option? Or can i take my cu

[flexcoders] flash remoting

2007-03-21 Thread rchadgray
I am reading up on doing flash remoting in CF. I have CF 7.0.2 installed on a windows machine running through IIS. In the CF administrator Flex and Flash remoting is turned on. When you make a new project in eclipse the default for Root Url contains a port 8500 if i remember right. Does Flash

[flexcoders] Re: flash remoting

2007-03-21 Thread rchadgray
ove my files to a server when its ready to test. > > > > I will give you some sample code here in a min. > > > > On 21 Mar 2007 08:19:09 -0700, rchadgray <[EMAIL PROTECTED] > wrote: > > > > > > I am reading up on doing flash remoting in CF. > >

[flexcoders] Re: flash remoting

2007-03-21 Thread rchadgray
I have it figured out now. I found an article by Mike Chambers on flash remoting that explained things more. http://www.adobe.com/devnet/coldfusion/articles/startremoting.html I got it working now. I had the cfc in the root of the site so i had to chance the source on the RemoteObject tag to:

[flexcoders] Re: flash remoting

2007-03-21 Thread rchadgray
s with the endpoint attribute which specifies the > > location of the gateway? > > > > Pete > > > > ------ > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > > Behalf Of *rchadgray > > *Sent:* Wednesday, March 21, 200

[flexcoders] Re: flash remoting

2007-03-21 Thread rchadgray
d on the CF server at /flex2gateway. I imagine that > you've contacted a legacy endpoint such as the old Flash Remoting > gateway and did not receive a message (but perhaps a raw result)... > hence the failure. > > Pete > > > > >

[flexcoders] Re: flash remoting

2007-03-21 Thread rchadgray
3 comes out? --- In flexcoders@yahoogroups.com, "rchadgray" <[EMAIL PROTECTED]> wrote: > > h If i hit http://demo.dev/flex2gateway with a web browser i get > a 500 Internal Server error in my browser. > > The apollo app spews a huge error if i set &

[flexcoders] Re: flash remoting

2007-03-22 Thread rchadgray
Ok now I am starting to break down Clint's example so I understand what is going on. I tossed out the AS just to kind of make me understand how the tags are working together. My question now is why cant I do this in my button click event: myFlashRemote.echoString({send.text})" Here is my cur

[flexcoders] Re: flash remoting

2007-03-22 Thread rchadgray
Another question. When using the web service tag i was able to specify with operation and request tags what function in the CFC i wanted to use and what parameter i was passing to the web service. http://demo.dev/test.cfc?wsdl"; useProxy="false" >

[flexcoders] Re: flash remoting

2007-03-22 Thread rchadgray
Example"> > > > > source="test" endpoint="http://demo.dev/flex2gateway/";> > > > > > > x="10" y="10"/> > > > > > > On 22 Mar 2007 07:02:11 -0700, rchadgray <[E

[flexcoders] Re: flash remoting

2007-03-22 Thread rchadgray
be.com/flex/2/langref/mx/rpc/remoting/mxml/RemoteOb je > ct.html > > There's a code example at the bottom of the page. > > > > ____ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of rchadgray > Sent