  | |  | Flash/CFM newbie question | Flash/CFM newbie question
2004-02-15 - By Andreas SJ
Back I 'm adding a highscore list to a game on my own for the first time, so bear
with me here :P
I have a flash movie and 2 cfm files. scoreOut.cfm and scoreIn.cfm, one of
which returns a variable string of names and scores, and the other which
takes variables in its url and puts them into the database. How do i send
variablesto scoreIn.cfm without actually going to that url?
When, in flash, i use this:
on(press){
myurl =
"http://127.0.0.1:8500/mytest/scorein.cfm?name= "+newname+ "&score= "+newscore;
getURL(myurl, "GET ");
}
Flash opens up a new browser window. How do i avoid this?
I hope i made sense
- Andreas R
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Supported by Fig Leaf Software
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Be sure to check the archives and the wiki:
http://chattyfig.figleaf.com/
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:104304
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
To unsubscribe send a blank e-mail to:
Normal Mode: flashcoders-unsubscribe@(protected)
Digest Mode: flashcoders-digest-unsubscrive@(protected)
|
|
 |