Combining PHP + Flash

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jonas
Forum Commoner
Posts: 96
Joined: Sun May 23, 2004 9:25 pm

Combining PHP + Flash

Post by jonas »

Hey, I have an idea for my site where users can take their registered account at my site and play a flash game and if they win, then the game will tell the database to add something to their account (a prize, or site money or something).

Basically I am trying to make an old school RPG out of a site. The user has their attributes in the database and when they run the flash game (a simple final fantasy type fighting game) the Flash should be able to pull their information in the Flash and use it.
Then if they win, they get some exp added to their account and maybe they lost some HP so it would reduce aswell. Maybe they gained some items or money.. that would change aswell.

I know I've been told that Flash+PHP is hard and they don't react well to each other, but I gotta make sure. Is there a way to connect Flash + PHP for the game I want?

(Maybe this is more of a theory? Sorry if it is.)
lostboy
Forum Contributor
Posts: 329
Joined: Mon Dec 30, 2002 8:12 pm
Location: toronto,canada

Post by lostboy »

Post Reply