From: beginner on 24 Oct 2008 13:38 This is in actionscript flash _root.add_pass = "{psxmgui}"; _root.name = _root.boardName; _root.score = _root.boardScore; getURL("http://mattias24.gratiswebb.0lx.net/ new_score.php","","POST"); How do i do same in lingo?Ive tried this as a test but it aint working global boardScore, boardName, add_pass on preparemovie set add_pass="psxmgui" set boardScore=3 set boardName="Kalleanka" end -------------------------- And this on a button global boardScore, boardName, add_pass on mouseDown netID = postNetText ("http://mattias24.gratiswebb.0lx.net/ new_score.php", add_pass) netID = postNetText ("http://mattias24.gratiswebb.0lx.net/ new_score.php", boardName) netID = postNetText ("http://mattias24.gratiswebb.0lx.net/ new_score.php", boardScore) end on mouseUp me gotonetpage "http://mattias24.gratiswebb.0lx.net/index.php", "_new" end
|
Pages: 1 Prev: send passw, name and score to database Next: keyDown keyPressed Problem |