HELP! Pass query string to swf

I kno there has to be a way to do this. I want to embed a swf file with it’s own query strand (in the html) so the swf can read it’s own dedicated query.

something like (html):


<object id=“banner” classid=“clsid27CDB6E-AE6D-11cf-96B8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0” width=“737” height=“220”>
<param name=“movie” value=“imgs/tpl/banner.swf?id=12345”>
<param name=“quality” value=“high”>
<param name=“wmode” value=“transparent”>
<embed src=“imgs/tpl/banner.swf?id=12345” width=“790” height=“220” quality=“high” pluginspage=“http://www.macromedia.com/go/getflashplayer” type=“application/x-shockwave-flash” wmode=“transparent”></embed></object>


This HAS to be possible, and I have to know how to do it.