Jump to content

sending flash variable


betul

Recommended Posts

If you are using actionscript 2.0 you can use the LoadVars to send a variable to your page.

var send_lv:LoadVars = new LoadVars();send_lv.variable = variable Value;send_lv.send("--The URL of the page you want to send to--", "_blank", "POST");

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...