Does anybody know how to use flash in php? for instance... If i was to put this on a flash file: <?php echo"CuBz"; ?> PHP: COuld i do it to just show the word CuBz on a Flash file? Thanks
I don't know... Maybe you should try it and see what happens... I'm pretty sure it would work though... There are a lot of sites with flash login pages and such!
Flash and PHP don't make a good pair. I have been able to post from flash to php but never tried the reverse.
well, i also use flash the most but didn't try to connect flash with php as im new in php. try viewing some tutorials, they might help you in working with flash and php together. Link
dont know what you wanna do, but some flash libs read the data out of an xml file generated by php, so something like this: user input -> php -> xml -> flash
I mean using PHP inside flash, like most websites you see online are made fully of flash and they have logins etc LOGINS CAN ONLY USE PHP
Why? Any language you could make a login, php is just common and easy to learn thats why its used so much.
So it is not possible to to use PHP in a flash file? Is there any other things that i can add php to that can be embeded into a website using <embed> tags ??
flash mainly will post to php in the example you mentioned.... user types in login info in flash and then posts that info to php