RE: [flexcoders] Using Remoting on Flex 2.0

2006-10-08 Thread Varun Shetty
:33 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Using Remoting on Flex 2.0 Here is a link to another article describing how to connect Flex 2 to an AMF0 back-end implementation. I found it particularly helpful. You can ignore the back-end AMFPHP part of the article, and just use

Re: [flexcoders] Using Remoting on Flex 2.0

2006-10-06 Thread Tom Chiverton
On Thursday 05 October 2006 22:39, hank williams wrote: I'd put remoteing to one side, for getting started purposes, and concentrate on drawing a chart from XML, then from XML returned by an URL. What kind of advice is this? He says he's a newbie, and only knows the Builder GUI. I don't

Re: [flexcoders] Using Remoting on Flex 2.0

2006-10-06 Thread hank williams
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hank williams Sent: Friday, October 06, 2006 3:20 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Using Remoting on Flex 2.0 I dont think the referenced article here is really on point to the question for a variety

Re: [flexcoders] Using Remoting on Flex 2.0

2006-10-06 Thread Julian Sander
I Know it has been written before, but here is a link to using AMF0 with Flex:http://renaun.com/blog/code-examples/the article is near the bottom.cheers, Julian On 05.10.2006, at 23:49, hank williams wrote:I dont think the referenced article here is really on point to the question for a variety

Re: [flexcoders] Using Remoting on Flex 2.0

2006-10-06 Thread Daniel Wabyick
Subject: Re: [flexcoders] Using Remoting on Flex 2.0 I dont think the referenced article here is really on point to the question for a variety of reasons, the most important of which is that it is based on using FDS which he explicitly stated he doesnt want to use. Also the article

Re: [flexcoders] Using Remoting on Flex 2.0

2006-10-05 Thread Tom Chiverton
On Thursday 05 October 2006 08:59, Varun Shetty wrote: Do I need flex data services for Remoting in Flex? No, not to CF at least - you only need the latest CF server (7.0.2). -- Tom Chiverton Helping to revolutionarily initiate impactful applications

RE: [flexcoders] Using Remoting on Flex 2.0

2006-10-05 Thread Varun Shetty
Subject: Re: [flexcoders] Using Remoting on Flex 2.0 On Thursday 05 October 2006 08:59, Varun Shetty wrote: Do I need flex data services for Remoting in Flex? No, not to CF at least - you only need the latest CF server (7.0.2). -- Tom Chiverton Helping to revolutionarily initiate impactful

Re: [flexcoders] Using Remoting on Flex 2.0

2006-10-05 Thread Tom Chiverton
On Thursday 05 October 2006 10:58, Varun Shetty wrote: Currently I am trying a POC to generate the chart in flex using the same call. I am a newbie with Flex, and I have managed to learn the builder tools. But I have failed to understand or find any running example to connect to a Remoting

Re: [flexcoders] Using Remoting on Flex 2.0

2006-10-05 Thread greg h
Varun, Congratulations on getting your remoting configuration working with Flash 8. Getting it working Flex 2 likely will be pretty straightforward from here. I currently am not using Java as backend on my Flex 2 apps. But I do think the following article might walk you through the remaining

Re: [flexcoders] Using Remoting on Flex 2.0

2006-10-05 Thread hank williams
I'd put remoteing to one side, for getting started purposes, and concentrate on drawing a chart from XML, then from XML returned by an URL. What kind of advice is this? I presume he is asking because he needs to know. He didnt say he had any problems with drawing the chart, and he hasnt said

Re: [flexcoders] Using Remoting on Flex 2.0

2006-10-05 Thread hank williams
I dont think the referenced article here is really on point to the question for a variety of reasons, the most important of which is that it is based on using FDS which he explicitly stated he doesnt want to use. Also the article is for constructing Data Acess Objects, but presumably, since he