Action Script Question

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
genetix
Forum Contributor
Posts: 115
Joined: Fri Aug 01, 2003 7:40 pm
Location: Sask, Regina
Contact:

Action Script Question

Post by genetix »

Right now in Flash MX I have a game and everything. The only problem is is when I get to sending score. I think its the get() code I used before but it opens a new window.


Basically heres a really simple version just because the other one I wrote seems hard to understand even for me.

User clicks send score button in the flash game then...

actionscript send message to php site to validate and send score. Then returns true or false depending on if the score was sent or not. If its sent flash will say Score Sent! if not it would say: score could not be sent please try again.

It has to do this without ever opening another window or changing pages.
Yonderknight
Forum Commoner
Posts: 31
Joined: Sun Jun 13, 2004 6:51 pm

Post by Yonderknight »

try putting in "_self" somewhere where it says "target"
Post Reply