Hello!
I know how to pass values to a flash movie with Flashvars or by simply passing them through to the movie by attaching them to the “src”-tag…
But is there a way to retrieve the whole string of data that is passed to the movieclip that way, without knowing the variable names?
The problem is, that the variable that is passed to the movie can not be influenced by me but it contains questionmarks- so logically, flash assumes that one variable ends and the next one begins. Like I said, I can not influence the string that is passed to it so I can’t just “mask” the special characters (? = %3F, etc), either.
What I need is something like a “retrieveFlashvarsAsString()” or “retrieveURLAsString()” Function that retrieves the FlashVars / URL through which the movieclip was called and puts them into a string…
Argh!
Help?
Thanks ^^;