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
User avatar
itsmani1
Forum Regular
Posts: 791
Joined: Mon Sep 29, 2003 2:26 am
Location: Islamabad Pakistan
Contact:

php + flash

Post by itsmani1 »

while playing free flash games you can see your scores in the games. i wanted to know can i access that score form that flash game or not? i wanted to access scores fo that for try?

thanks
dizyn
User avatar
jayshields
DevNet Resident
Posts: 1912
Joined: Mon Aug 22, 2005 12:11 pm
Location: Leeds/Manchester, England

Post by jayshields »

Your question is very vague, without elaborating I doubt you'll get the answer you want. On a side note, I don't mean to be rude but those websites in your signiture are actually amusing. I suggest you re-think the spelling and wording.

Example:
Best directory in the world! (Directory currently under construction).
User avatar
aerodromoi
Forum Contributor
Posts: 230
Joined: Sun May 07, 2006 5:21 am

Re: php + flash

Post by aerodromoi »

itsmani1 wrote:while playing free flash games you can see your scores in the games. i wanted to know can i access that score form that flash game or not? i wanted to access scores fo that for try?

thanks
dizyn
You can't access the data in a flash movie directly via php. However, you can use

Code: Select all

loadVariablesNum("backend.php",0,'POST');
or

Code: Select all

.sendandload();
to send data from a flash file back to the server.

aerodromoi
Post Reply