FlashVars works in IE but not Firefox

I’m trying to pass the name value pair of “topic=services” to my Flash. It works fine in IE, but not in Firefox 2.0. Why?


<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="704" height="454" id="index" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="index.swf?topic=services" /><param name="flashvars" value="topic=services" /><param name="quality" value="high" /><param name="bgcolor" value="#5b7a03" /><embed src="index.swf?topic=services" quality="high" bgcolor="#5b7a03" width="704" height="454" name="index" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="topic=services"/>
</object>

I had placed “topic=services” in 4 places in the above. Both in the URL and in the emded and in the param. I have tried spelling it “FlashVars” as well as “flashvar”.

This one have me stumpped.