Page 1 of 1
Flash and PHP
Posted: Tue Mar 07, 2006 12:59 pm
by a94060
Hi,
i was wondering if it was possible to use PHP inside of a flash movie
Posted: Tue Mar 07, 2006 1:04 pm
by feyd
not directly unless you created a php parser port in Flash, which is silly I'd say.
Posted: Tue Mar 07, 2006 1:24 pm
by a94060
so it would be kind of point less to make a site of mainly flashh if you want to have a registration and other member features and you only know php very well?
Posted: Tue Mar 07, 2006 1:28 pm
by feyd
you can reference php pages and pull (and push) data from (to) php via page calls.
Posted: Tue Mar 07, 2006 3:28 pm
by neophyte
Take a look at the action script method sendAndLoad(); You can use PHP to create dynamic flash movies. In fact there is (or at least there used to be) a project for a Flash phpMyAdmin.
Posted: Tue Mar 07, 2006 6:42 pm
by a94060
o ok,i was just asking like that. does flash allow interaction witha mysql database?