Re: [PHP-WIN] talking to flash

2003-11-06 Thread toby z
hay i generated a pie graph in flash passing it a string of vales from a php script which ofcourse got those from a table query i did this with bar graphs and jp-graphs too all u have to do is make proper strings of values and pass them to a page which would generate a graph for u based on the v

RE: [PHP-WIN] talking to flash

2003-11-06 Thread Frank M. Kromann
e is another; > > http://www.opaque.net/ > > again good luck, > > Warren > > -Original Message- > From: Vail, Warren > Sent: Thursday, November 06, 2003 10:07 AM > To: 'Bobo Wieland'; [EMAIL PROTECTED] > Subject: RE: [PHP-WIN] talking to flas

RE: [PHP-WIN] talking to flash

2003-11-06 Thread Vail, Warren
Oops, that second url should be; http://ming.sourceforge.net/ and here is another; http://www.opaque.net/ again good luck, Warren -Original Message- From: Vail, Warren Sent: Thursday, November 06, 2003 10:07 AM To: 'Bobo Wieland'; [EMAIL PROTECTED] Subject: RE: [PHP-WIN]

RE: [PHP-WIN] talking to flash

2003-11-06 Thread Vail, Warren
Ming has the capability of producing flash movie files on the fly from php, in much the same fashion as GD produces images on the fly. Here are a couple of sources of information; http://www.php.net/manual/en/ref.ming.php http://ming.sourceforge.net/ming/ Good Luck, Warren Vail -Original

Re: [PHP-WIN] talking to flash

2003-11-06 Thread Luis Ferro
Well, not really... The best bet would be to investigate the flash activescript capabilities... there are examples of it interacting with php all over the web... (i would use some sort of xml to do it, due to its flexibility in both flash and php)... Cheers, Luis Ferro Bobo Wieland wrote: Hi!