want to put a link in webpage to open a popup containing my swf file.
the link in the html is help.html?xmlfilename=wizcontrol_en
and then to parse the variable - xmlfilename
helpContents.load(xmlfilename + “.xml”);
the question is how do I get the xmlfilename from the link to the load xml method?