category      articles    
 
Adsense
Adwords
Article
Blog
CMS
CSS Style
Datacenter
Design Graphics
Flash Animation
Internet Radio
Messenger
Programming
Provider
Search Engine
Security
Security Web
SEF
SEO
Software
Software Web
Pass value to HTML or PHP

QueryString basically works like this. Lets say you want to pass userName and passWord out to an HTML/PHP file. You would do something like this:

var uName:String = "Cota";
var pWord:string = "skip";
getURL("file.html?userName="+uName+"&passWord="+pWord);


or may be like this:
from Flash

getURL("javascript:abc="+value); //you may need to use parent.abc or similar


in the HTML


//other vars to send



OTHER ARTICLES

Flash Animation

Flash animation

Load Images In Flash From PHP

Load variable from PHP to Flash