Re: [PHP] php and flash

2004-12-15 Thread daniel
Can anyone point to some good tutorials on using PHP with flash? I am mostly interested in displaying info from a database in the flash movie, as well as loading movies and pictures into the flash file (referenced in the database). thanks! Yes dude, I have been implementing data via mysql

Re: [PHP] php and flash

2004-12-15 Thread daniel
On Wed, 15 Dec 2004 18:40:17 -0800, Dustin Krysak [EMAIL PROTECTED] wrote: displaying info from a database in the flash movie If you mean like graphs.. http://www.infosoftglobal.com/FusionCharts/ There is also the option of generating xml using pear XML_Tree and loading the php script

Re: [PHP] php and flash

2004-12-15 Thread daniel
Can anyone point to some good tutorials on using PHP with flash? I am mostly interested in displaying info from a database in the flash movie, as well as loading movies and pictures into the flash file (referenced in the database). thanks! Yes dude, I have been implementing data via mysql

Re: [PHP] php and flash

2004-12-15 Thread Greg Donald
On Wed, 15 Dec 2004 18:40:17 -0800, Dustin Krysak [EMAIL PROTECTED] wrote: displaying info from a database in the flash movie If you mean like graphs.. http://www.infosoftglobal.com/FusionCharts/ -- Greg Donald Zend Certified Engineer http://gdconsultants.com/ http://destiney.com/ -- PHP

RE: [PHP] php and flash chat program

2003-06-10 Thread Russell P Jones
The best way I can see to answer this would be to use the body onUnload=function() in javascript and just have that function run what you need. You could have php put the screen name into some variable in the javascript and then onUnload (the user either closes the browser or changes the page) run

Re: [PHP] php and flash chat program

2003-06-10 Thread Awlad Hussain
How about using session??? - Original Message - From: Russell P Jones [EMAIL PROTECTED] To: Matt Palermo [EMAIL PROTECTED] Cc: 'PHP General' [EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 3:11 PM Subject: RE: [PHP] php and flash chat program The best way I can see to answer this would

Re: [PHP] php and flash chat program

2003-06-09 Thread Richard Baskett
What I normally do in these situations is have two fields separated by tabs or commas or whatever you want. The first field is the username and the second field is a timestamp. The timestamp can be updated every time the user writes a message, since Im sure you are logging also.. or after, say

RE: [PHP] php and flash chat program

2003-06-09 Thread Matt Palermo
, June 09, 2003 6:15 PM To: Matt Palermo; PHP General Subject: Re: [PHP] php and flash chat program What I normally do in these situations is have two fields separated by tabs or commas or whatever you want. The first field is the username and the second field is a timestamp. The timestamp can

Re: [PHP] php and flash chat program

2003-06-09 Thread Richard Baskett
. - Unknown From: Matt Palermo [EMAIL PROTECTED] Date: Mon, 9 Jun 2003 21:37:20 -0400 To: 'Richard Baskett' [EMAIL PROTECTED], 'PHP General' [EMAIL PROTECTED] Subject: RE: [PHP] php and flash chat program I realize that this can be done, but I would like to make it as instant as possible. I

Re: [PHP] PHP and Flash

2003-05-30 Thread Sancar Saran
On Thursday 29 May 2003 14:31, César Aracena wrote: Hi all, I just made a pretty little flash banner with buttons and everything... Does anyone knows if I can make the flash buttons links with dynamic content? I need to fetch cartain common pages but with different variables. Thanks in

Re: [PHP] PHP and Flash

2002-10-02 Thread Lowell Allen
From: Rebekah Garner [EMAIL PROTECTED] Okay, this may be a bit off topic, BUT we just finished a website using PHP, MySql and Flashwell, I need someone...anyone to check out this URL for me and click on the Stallions menu, and tell me if anything loads into the text field. The client

Re: [PHP] PHP and Flash

2002-10-02 Thread Debbie Dyer
02, 2002 12:40 PM Subject: Re: [PHP] PHP and Flash From: Rebekah Garner [EMAIL PROTECTED] Okay, this may be a bit off topic, BUT we just finished a website using PHP, MySql and Flashwell, I need someone...anyone to check out this URL for me and click on the Stallions menu, and tell

Re: [PHP] PHP and Flash

2002-10-01 Thread Justin French
What f'n text field? Justin on 02/10/02 2:15 PM, Rebekah Garner ([EMAIL PROTECTED]) wrote: Okay, this may be a bit off topic, BUT we just finished a website using PHP, MySql and Flashwell, I need someone...anyone to check out this URL for me and click on the Stallions menu, and tell me

RE: [PHP] PHP and Flash

2002-10-01 Thread Peter Houchin
do you mean load into the menu as in populate the menu? if so then that is working but if u mean u click on a link then nothing comes up -Original Message- From: Rebekah Garner [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 2 October 2002 2:15 PM To: [EMAIL PROTECTED] Subject: [PHP]

RE: [PHP] PHP and Flash

2002-10-01 Thread Peter Houchin
am assuming tis up the top ( it loads other menu names) and the white space down the bottom. but either way it don't -Original Message- From: Justin French [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 2 October 2002 2:29 PM To: Rebekah Garner; [EMAIL PROTECTED] Subject: Re: [PHP

Re: [PHP] PHP and Flash

2002-10-01 Thread Bob Irwin
]; [EMAIL PROTECTED] Sent: Wednesday, October 02, 2002 2:59 PM Subject: RE: [PHP] PHP and Flash do you mean load into the menu as in populate the menu? if so then that is working but if u mean u click on a link then nothing comes up -Original Message- From: Rebekah Garner [mailto:[EMAIL

Re: [PHP] PHP and Flash

2002-09-18 Thread timo stamm
Or let Flash take over the active part. You can retrieve data from PHP scripts in Flash and build dynamic menus, for example. Pretty much everything is possible. Timo Am Mittwoch den, 18. September 2002, um 06:11, schrieb Rasmus Lerdorf: php.net/ming On Wed, 18 Sep 2002, [EMAIL

Re: [PHP] PHP and Flash

2002-09-17 Thread Rasmus Lerdorf
php.net/ming On Wed, 18 Sep 2002, [EMAIL PROTECTED] wrote: Hi all, I've never combined PHP with Flash, but I do know there's some possibilities. I'm wondering if I can make a dynamic-PHP-site which controls Flash. I need the administrator to be able to upload a new product to a DB, and

RE: [PHP] php and flash

2001-08-21 Thread Jeff Pearson
Best places I learned from are www.flashkit.com as well as the books Dynamic Flash which includes a chapter on php. Other than that, I pulled apart projects downloaded from flashkit. Jeff Pearson -Original Message- From: Jack [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 21, 2001

Re: [PHP] php and flash

2001-08-20 Thread speedboy
STOP asking this question again and again. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] php and flash 5 books?

2001-06-20 Thread mfourny
Hi Jay, Julie Melonie participate to the redaction of a book on FLASH 5; see infos on her website at http://www.thickbook.com you can also find there some tutorial on the subject. Marc Jay Paulson wrote: Anyone know of any good books that actually deal with php interfacing with flash 5?

Re: [PHP] php and flash 5 books?

2001-06-20 Thread Jens Nedal
Could you tell me which book that ist? Maybe Title author and ISBN Number. I would be grateful for tha tinformation, thx! regards, Jens on 19.06.2001 17:30 Uhr, Jay Paulson at [EMAIL PROTECTED] wrote: Anyone know of any good books that actually deal with php interfacing with flash 5? I've

Re: [PHP] php and flash 5 books?

2001-06-20 Thread Julie Meloni
[EMAIL PROTECTED] wrote: Hi Jay, Julie Melonie participate to the redaction of a book on FLASH 5; see infos on her website at http://www.thickbook.com you can also find there some tutorial on the subject. Marc No no no -- I have not written a book that deals with PHP and Flash at

Re: [PHP] php and flash 5 books?

2001-06-20 Thread Jay Paulson
? - Original Message - From: Henry [EMAIL PROTECTED] To: Jay Paulson [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 8:26 AM Subject: Re: [PHP] php and flash 5 books? Anyone know of any good books that actually deal with php interfacing with flash 5? I've found one book but just curious