PDA

View Full Version : PHP and FLash, anyone?



Yeni
November 22nd, 2002, 04:54 AM
:cowboy:
ThnkX for poopin into my Qn!!

(1) I wanna to retrieve data from Database, using pHp and parse it into FLash. Is that possible? If it is, How do i set variable?

HuGx,
Yeni

andr.in
November 22nd, 2002, 09:31 AM
you have to use the loadvariable(); action
loadVariable("myfile.php");
sumthin' like that
flashkit has some pretty good tutes about php and flash made by Jeffrey F. Hill (e.g. guestbook, mail form...)
his site is http://www.flash-db.com
try that one too

eyezberg
November 23rd, 2002, 01:00 PM
All you'll need to know is in the book "PHP for Flash" by friends of ED (www. friendsofed.com & www.phpforflash.com ), very good one. Examples of what you can achieve with the book are on my site..
New sequel "Advanced PHP for Flash" has been out for a few weeks..

h88
November 23rd, 2002, 01:12 PM
Originally posted by eyezberg
All you'll need to know is in the book "PHP for Flash" by friends of ED (www. friendsofed.com & www.phpforflash.com ), very good one. Examples of what you can achieve with the book are on my site..
New sequel "Advanced PHP for Flash" has been out for a few weeks..

Sorry though, but i believe that information there can be found in php.net manual, offcouse u should experiment alot to test your scripts, and about implementing into flash, not as hard as long you know how to script your php correctly to be used by flash(ie. &var=content).

Yours,
h88

eyezberg
November 24th, 2002, 05:20 AM
...using pHp and parse it into FLash. Is that possible? If it is, How do i set variable?

Sounds like a beginners question (regarding PHP), so it might be a bit difficult with just the manual..?

h88
November 24th, 2002, 05:25 AM
Originally posted by eyezberg


Sounds like a beginners question (regarding PHP), so it might be a bit difficult with just the manual..?

LoadVars is the answer...:)...anyone would like to c how is it parsed, search the forums, i posted so much times on how to parse PHP with flash. :)