[Flashcoders] tiny remoting with weborb in as3 pure sang

2009-03-12 Thread Latcho
Hi friends, I'm a bit of a novice when it comes to remoting. I want to be able to use remoting with weborb-php in AS3 pure sang, fairly compact , without mxml configuation and remaining as functional as possible. Setting a direct endpoint into the remotingObject amfchannel was quite

Re: [Flashcoders] tiny remoting with weborb in as3 pure sang

2009-03-12 Thread Joel Stransky
Have you looked at amfphp http://www.amfphp.org/or is that not an option? On Thu, Mar 12, 2009 at 2:06 PM, Latcho spamtha...@gmail.com wrote: Hi friends, I'm a bit of a novice when it comes to remoting. I want to be able to use remoting with weborb-php in AS3 pure sang, fairly compact ,

Re: [Flashcoders] tiny remoting with weborb in as3 pure sang

2009-03-12 Thread Juan Pablo Califano
Hi, I've had this same issue some weeks ago. In my case, I had to use an existing back-end that was consumed by a Flex app using RemoteObjects. The requirement was to replace the front-end with a more lightweight AS pure client, but keeping the back-end. After googling a bit, I found, as you did,

Re: [Flashcoders] tiny remoting with weborb in as3 pure sang

2009-03-12 Thread Latcho
Hi Juan, Thanks for your email. This gives me some confidence of beign on the wright track. Why I tried the Loaderconfig.url notnull string hack was because it just works but most of all because that's the only way of not having to pass a reference to stage.loaderInfo.url since it is not nice