Re: [Flashcoders] Fwd: Application Framework

2006-09-01 Thread Martin Wood
Jeff Brown wrote: Wow Duncan, this may solve quite a bit. It looks even easier than the php-xml-flash method I was looking for. Although my designer may need to install the Flash Remoting thing. We've already started development on the app's php mysql side, but we're a little ways (re: 8-10

[Flashcoders] Fwd: Application Framework

2006-08-31 Thread Jeff Brown
Hello List. I'm a programer with a good background in PHP, Smarty, MySql, javascript and other web technologies. I'm working on an application that needs to blend PHP and Flash components together. Since I haven't touched flash since way back in the dark ages, I'm a little put off at the

Re: [Flashcoders] Fwd: Application Framework

2006-08-31 Thread Ramon Miguel M. Tayag
It looks like you need xfactorstudio's xml xpath :) And yes, Flash can do what you need it to do here On 9/1/06, Jeff Brown [EMAIL PROTECTED] wrote: Hello List. I'm a programer with a good background in PHP, Smarty, MySql, javascript and other web technologies. I'm working on an application

Re: [Flashcoders] Fwd: Application Framework

2006-08-31 Thread Duncan Reid
Hi Jeff, I'm not sure how far along you are with the development of your project, but since you are natively more of a PHP guy it might not hurt to have a look at AMFPHP. It would allow you to bypass the XML layer and deal with more complex data types like RecordSets and what not. Just

Re: [Flashcoders] Fwd: Application Framework

2006-08-31 Thread Jeff Brown
Thanks Mike! That looks like something I can tweak. But, id do still have a question or two. It seems it might go easier on me if I rdeifine the XML to use just child nodes instead of attributes. Does that make sense, or is there an easier way to get at an attribute of your array then say:

Re: [Flashcoders] Fwd: Application Framework

2006-08-31 Thread Alain Rousseau
Hi Jeff, if you want to convert the XML to anative AS object you could try out Sephiroth's XML2Object class http://www.sephiroth.it/file_detail.php?pageNum_comments=0id=129 or the XMLObject class which is similar but with a few more functionnalities.

Re: [Flashcoders] Fwd: Application Framework

2006-08-31 Thread Jeff Brown
Wow Duncan, this may solve quite a bit. It looks even easier than the php-xml-flash method I was looking for. Although my designer may need to install the Flash Remoting thing. We've already started development on the app's php mysql side, but we're a little ways (re: 8-10 weeks) from needing

Re: [Flashcoders] Fwd: Application Framework

2006-08-31 Thread Jeff Brown
Thanks for the tip Alain. I'll have to check it out. Jeff On 8/31/06, Alain Rousseau [EMAIL PROTECTED] wrote: Hi Jeff, if you want to convert the XML to anative AS object you could try out Sephiroth's XML2Object class http://www.sephiroth.it/file_detail.php?pageNum_comments=0id=129 or the