Passing variables to .swf from the .html

In the IE the simpliest way is:
<PARAM NAME=movie VALUE=“test.swf?var1=666&var2=loaded text&var3=300”>
But this method not work for Mozilla(Firefox) , why?