- Learn what is FlashVars
- Add this code to your html when adding Flash object
- Open Flash file (*.fla)
- Example use of query-string
on (press)
{
getURL("page.php?catID="+_root.catID+"&state=KELANTAN&subcatID="+_root.subcatID);
}
- catID was appended on the URL string
No comments:
Post a Comment