Page 1 of 1

php + flash

Posted: Sat Jun 24, 2006 7:45 am
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

Posted: Sat Jun 24, 2006 8:00 am
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).

Re: php + flash

Posted: Sat Jun 24, 2006 10:31 am
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