Question
Loading Variables from ASP into Flash
I can find plenty of tutorials detailing how to load
variables from a defined asp page into Flash, but here's my
dilemma...
I have an asp page that is reading a URL with a unique identifier in it (www.sampleURL.com?id=123456), and then turns the id number from the URL into a variable. On the same page then, sits my swf where I need to use LoadVars to pull in that ASP variable via Actionscript. If I don't have a static asp page to pull the variables in from and I want to pass the variable within the same asp page the swf is located on, how do I do it? Many thanks in advance...
I have an asp page that is reading a URL with a unique identifier in it (www.sampleURL.com?id=123456), and then turns the id number from the URL into a variable. On the same page then, sits my swf where I need to use LoadVars to pull in that ASP variable via Actionscript. If I don't have a static asp page to pull the variables in from and I want to pass the variable within the same asp page the swf is located on, how do I do it? Many thanks in advance...
