Re: [Fwd: Re: [PHP] Displaying information from table graphically]

2008-11-22 Thread dzenan . causevic
I see that. Is there some good tutorial on this topic? How to make Flash interact with SQL queries in PHP > [EMAIL PROTECTED] wrote: >> So basically all the data between Flash and SQL queries goes thru >> temporary XML files correct? >> >> > not so much temporary as you convert the data to xml pac

Re: [Fwd: Re: [PHP] Displaying information from table graphically]

2008-11-22 Thread Nathan Rixham
[EMAIL PROTECTED] wrote: So basically all the data between Flash and SQL queries goes thru temporary XML files correct? not so much temporary as you convert the data to xml packets and transport in that format, you use the xml as a way of keeping the data structured and transportable (see S

Re: [Fwd: Re: [PHP] Displaying information from table graphically]

2008-11-22 Thread dzenan . causevic
So basically all the data between Flash and SQL queries goes thru temporary XML files correct? > Ashley Sheridan wrote: >> On Sat, 2008-11-22 at 19:47 -0100, [EMAIL PROTECTED] wrote: >>> Since I am not an expert in FLASH, I need to make sure I understand >>> what >>> you suggested below. >>> >>> >

Re: [Fwd: Re: [PHP] Displaying information from table graphically]

2008-11-22 Thread Nathan Rixham
Ashley Sheridan wrote: On Sat, 2008-11-22 at 19:47 -0100, [EMAIL PROTECTED] wrote: Since I am not an expert in FLASH, I need to make sure I understand what you suggested below. >From what I understand I can pass the data from SQL query to Flash via some sort of flash parameters (flashvars), but

Re: [Fwd: Re: [PHP] Displaying information from table graphically]

2008-11-22 Thread Ashley Sheridan
On Sat, 2008-11-22 at 19:47 -0100, [EMAIL PROTECTED] wrote: > Since I am not an expert in FLASH, I need to make sure I understand what > you suggested below. > > >From what I understand I can pass the data from SQL query to Flash via > some sort of flash parameters (flashvars), but I am not sure w

Re: [Fwd: Re: [PHP] Displaying information from table graphically]

2008-11-22 Thread dzenan . causevic
After reading the article I first thought imagemaps would be the best solution, however then I realized that although I can click on individual images inside the composite image, I can not change just that individual element. I would have to reload the whole new composite image containing appropria

[Fwd: Re: [Fwd: Re: [PHP] Displaying information from table graphically]]

2008-11-22 Thread dzenan . causevic
But imagemaps are constructed using DIV's and that would not be supported by IE6 correct? Is there another way to build imagemaps beside DIV's that would be supported at least since IE5? > On 22 Nov 2008, at 16:23, [EMAIL PROTECTED] wrote: >> At least that eliminates GD as an option for this par

Re: [Fwd: Re: [PHP] Displaying information from table graphically]

2008-11-22 Thread Stut
For the love of $DEITY, please include the list when replying!! On 22 Nov 2008, at 17:26, [EMAIL PROTECTED] wrote: But imagemaps are constructed using DIV's and that would not be supported by IE6 correct? Is there another way to build imagemaps beside DIV's that would be supported at least

Re: [Fwd: Re: [PHP] Displaying information from table graphically]

2008-11-22 Thread Stut
On 22 Nov 2008, at 16:23, [EMAIL PROTECTED] wrote: At least that eliminates GD as an option for this particular purpose. Yes exactly something Flash like that allows interaction as well. But how to exchange data between flash multimedia file and MySQL queries. This is a serious issue, this i