PDA

View Full Version : php in flash mx


carlvernon
10-05-2005, 03:57 PM
is it possible to use php in a website i am creating in flash mx?

missing-score
10-05-2005, 04:04 PM
The question is very vague, but yes, you can. It depends how much you know about flash/php and what you are wanting to do. For example, you can use the flash LoadVars() class to send and recieve data from online scripts (for example, PHP scripts).

Without any more information, I cannot specifically help you.

Regards
Matt

carlvernon
10-05-2005, 04:29 PM
i am hoping to do my credit card validation website (a t-shirt design website) in flash, but i was not sure if i could even use php in the flash program as everyother time i have used flash i have used actionscript alone

marek_mar
10-05-2005, 05:01 PM
You won't use PHP in flash. The flash will use data that was generated by a PHP script.

missing-score
10-05-2005, 05:04 PM
Or vice versa, you may need to get information in flash and send it to a PHP script.

marek_mar
10-05-2005, 05:06 PM
Yes, without two-way communication it won't work :D