How does the code look like?
It should look somthing like this:
<object type="application/x-shockwave-flash" data=" %FLASH FILE URL% " width=" %WIDTH% " height=" %HEIGHT% "> <param name="movie" value=" %FLASH FILE URL% " /> <param name="quality" value="high" /> <embed src=" %FLASH FILE URL% " width=" %WIDTH% " height=" %HEIGHT% " quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed> </object>
|
The PARAM-tags are used by IE and the EMBED-tag are used by Mozilla FF/Netscape/Opera/(IE). most browsers works with just PARAM but it's advisible and it dosn't hurt to use both.