Load asp variable with LoadVars from Response Header?

I have a popup Flash video player in the works that is an html page that has the following querie strings passed to it from asp:

(urlwherethisfileisposted)/fp.html?videoname=ge2.flv&titlename=Marmot+Swallow

My swf and html file are both in the same folder (urlwherethisfileisposted) on my server.

When I look at the source of that page in Firefox I only see the query info in the header. Does the popup window have to be an .asp page? That is all I can think of.

Any ideas?