RoguePoet01
Programmer
Hi,
I found the code to do this in a couple of places.
<OBJECT classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="WIDTH="241" HEIGHT="172"
id="myMovieName">
<PARAM NAME=movie VALUE="myFlashMovie.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="myFlashMovie.swf" quality=high bgcolor=#FFFFFF WIDTH="241" HEIGHT="172" NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="</OBJECT>
The only thing I'm doing differently is that the movie has an original width of 240 and I change it to 241 so that it better fits the table cell.
My problem is that it works fine at home on IE6, Opera 7, and Mozilla's Firebird, but when I get to work and try to look at the page on IE6, the *.swf part won't load and it hangs up my page.
Any suggestions?
I found the code to do this in a couple of places.
<OBJECT classid="clsid
codebase="WIDTH="241" HEIGHT="172"
id="myMovieName">
<PARAM NAME=movie VALUE="myFlashMovie.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="myFlashMovie.swf" quality=high bgcolor=#FFFFFF WIDTH="241" HEIGHT="172" NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="</OBJECT>
The only thing I'm doing differently is that the movie has an original width of 240 and I change it to 241 so that it better fits the table cell.
My problem is that it works fine at home on IE6, Opera 7, and Mozilla's Firebird, but when I get to work and try to look at the page on IE6, the *.swf part won't load and it hangs up my page.
Any suggestions?