Re: [Flashcoders] XML-PHP-FLASH

2006-04-20 Thread Yotam Laufer
I have to completly disagree with you. Use XML in Flash, I really can't think of a better method. I don't know what version of Flash you're using, but you can use XPathAPI or xfactor studio XPath to make you life easier. I will hurt at first, no doubt, but it's the best way. Good luck. Yotam.

Re: [Flashcoders] XML-PHP-FLASH

2006-04-20 Thread CK
FLASH 8 I have xFactor studio XPath. No harm did, my question meagerly served as hypothesis Respectfully, CK On Apr 20, 2006, at 9:09 AM, Yotam Laufer wrote: I have to completly disagree with you. Use XML in Flash, I really can't think of a better method. I don't know what version of

Re: [Flashcoders] XML-PHP-FLASH

2006-04-20 Thread Steve Webster
After browsing the Kirupa.com XML tutorial written by Senoculor, it appears that given the awkward way the AS XML Object works that using PHP to parse XML then pass the PHP variables to flash may be less intense. Could someone enlighten? I'd disagree with this, unless you're using

RE: [Flashcoders] XML-PHP-FLASH

2006-04-20 Thread Shaw, Matt (MTVN)
Or don't write any XML at all. All the kids are using XML-RPC with Flash - it's the neatest! http://xmlrpcflash.sf.net -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of CK Sent: Thursday, April 20, 2006 12:05 PM To: Flashcoders mailing list Subject:

Re: [Flashcoders] XML-PHP-FLASH

2006-04-20 Thread Julian 'Julik' Tarkhanov
On 20-apr-2006, at 18:43, Shaw, Matt (MTVN) wrote: Or don't write any XML at all. All the kids are using XML-RPC with Flash - it's the neatest! http://xmlrpcflash.sf.net And what about JSON? Did it make any inroads into Flash yet? Seems much more terse and useful for bare-struct

Re: [Flashcoders] XML-PHP-FLASH

2006-04-20 Thread CK
Hi, I got the idea from Foundation Flash MX Applications, is my understanding of the text in err? CK On Apr 20, 2006, at 9:38 AM, Steve Webster wrote: After browsing the Kirupa.com XML tutorial written by Senoculor, it appears that given the awkward way the AS XML Object works that

RE: [Flashcoders] XML-PHP-FLASH

2006-04-20 Thread Ettwein, Josh
20, 2006 9:43 AM To: Flashcoders mailing list Subject: RE: [Flashcoders] XML-PHP-FLASH Or don't write any XML at all. All the kids are using XML-RPC with Flash - it's the neatest! http://xmlrpcflash.sf.net ___ Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] XML-PHP-FLASH

2006-04-20 Thread Rich Rodecker
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shaw, Matt (MTVN) Sent: Thursday, April 20, 2006 9:43 AM To: Flashcoders mailing list Subject: RE: [Flashcoders] XML-PHP-FLASH Or don't write any XML at all. All the kids are using XML-RPC with Flash - it's the neatest! http

RE: [Flashcoders] XML-PHP-FLASH

2006-04-20 Thread Ettwein, Josh
: Thursday, April 20, 2006 10:55 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] XML-PHP-FLASH well, yes i would recommend you look at amfphp, but while it's great and I use it often, sometimes that could be overkill depending on your needs. the thing with sending xml to flash

RE: [Flashcoders] XML-PHP-FLASH

2006-04-20 Thread Shaw, Matt (MTVN)
] On Behalf Of Julian 'Julik' Tarkhanov Sent: Thursday, April 20, 2006 12:59 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] XML-PHP-FLASH On 20-apr-2006, at 18:43, Shaw, Matt (MTVN) wrote: Or don't write any XML at all. All the kids are using XML-RPC with Flash - it's the neatest

RE: [Flashcoders] XML-PHP-FLASH

2006-04-20 Thread Shaw, Matt (MTVN)
That is true. There's mucho overhead with serializing things to XML. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ettwein, Josh Sent: Thursday, April 20, 2006 1:25 PM To: Flashcoders mailing list Subject: RE: [Flashcoders] XML-PHP-FLASH If you're

Re: [Flashcoders] XML-PHP-FLASH

2006-04-20 Thread CK
Hi, The How-To page spits 404, any other sources on using XML-RPC? CK On Apr 20, 2006, at 9:43 AM, Shaw, Matt (MTVN) wrote: Or don't write any XML at all. All the kids are using XML-RPC with Flash - it's the neatest! http://xmlrpcflash.sf.net -Original Message- From: [EMAIL