Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Embed *.swf in WebPage

Status
Not open for further replies.

RoguePoet01

Programmer
Oct 1, 2003
302
US
Hi,

I found the code to do this in a couple of places.

<OBJECT classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot;
codebase=&quot;WIDTH=&quot;241&quot; HEIGHT=&quot;172&quot;
id=&quot;myMovieName&quot;>
<PARAM NAME=movie VALUE=&quot;myFlashMovie.swf&quot;>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>

<EMBED src=&quot;myFlashMovie.swf&quot; quality=high bgcolor=#FFFFFF WIDTH=&quot;241&quot; HEIGHT=&quot;172&quot; NAME=&quot;myMovieName&quot; ALIGN=&quot;&quot; TYPE=&quot;application/x-shockwave-flash&quot; PLUGINSPAGE=&quot;</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?
 
Can't show the link to my page.

Got me kicked off last time.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top