PDA

View Full Version : Flash with PHP/MySql


cherishbearpapa
07-24-2007, 04:57 PM
Dear everyone,

I'm planning to build a full double layer flash based website.

The top layer being a mask layer which have the mouse cursor being a torch light which will brighten the area of the website wherever the cursor is.

The bottom layer being a normal website which requires PHP/MySql functionality.

Any way to integrate both PHP/MySql inside a Flash movie?

Thank you very much!
Andy

Cota
07-24-2007, 09:41 PM
Well, you'd have Flash pass data to and from PHP, and PHP would talk to the database. Flash PHP communication can be handled with LoadVars().