|
Flash MX & Querystrings
Hi...
Im so very confused and cant find anything anywhere.
Using and ASP page with an SWF embedded.
Does anyone know how to get a querystring value from and asp page ?
And then add that value to the
onClipEvent (load) {
loadVariablesNum("title.asp?lookFor="+VALUE, 0);
}
Replacing the word "VALUE" with the value of the Querystring.
So if i load
MyPage.asp?a=myname
the SWF will then load
title.asp?lookFor=myname
(to try clear things a bit)
__________________
=======================
'There are 10 types of people in the world, those who understand binary and those who do not."
|