View Full Version : books of php + flash
devil_online
02-20-2005, 08:07 PM
Hi there, any recomendacion of books that explain the interaction of these 2 languages - php / flash.
Thanks
(sorry if is a duplicated topic)
mmm..pi..3.14..
02-20-2005, 09:03 PM
well, I don't know of any books that deal specifically with Flash/PHP interaction...it would be a rather short book :rolleyes:
Flash/PHP interaction is actually very minimal when you think about it. To send variables to a PHP file from flash you may use GET or POST, and to receive something from PHP file you may use echo(); But other than that, there are not many functions that actually "link" flash and PHP together. Now nobody tell me I didn't list all the functions, because I know there are more, but 98% of the time, Flash and PHP interaction just takes place with GET, POST, and echo();
Eric :)
CyanBlue
02-21-2005, 03:07 AM
Yeah... What Eric said... Check this page out... I am sure this will get you going further...
http://tutorials.flashvacuum.com/tutorials/Flash%20&%20PHP%20Integration/addPHP/
devil_online
02-21-2005, 03:21 AM
thanks, it's very usefull but and sending variable from php to flash?
CyanBlue
02-21-2005, 03:26 AM
Um... I do not understand your question, but that tutorial deals with Flash sending out the data to PHP and PHP returning the data back to Flash...
devil_online
02-21-2005, 03:31 AM
yes that's it but I think that the part send data from php to flash it isn't so well explained.
CyanBlue
02-21-2005, 05:02 AM
Oh... I thought that I'd covered most of the part... I'll see if I can revise it abit further, but not now... I'll do that when I have some more free time... :)
vBulletin® v3.7.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.