Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   General Discussions (http://forums.winamp.com/forumdisplay.php?f=1)
-   -   Argh Firefox!! (http://forums.winamp.com/showthread.php?t=203994)

squakMix 5th January 2005 22:11

Argh Firefox!!
 
A pain in the ass when you're used to writing web pages for internet explorer.


I need some SIMPLE html help (Imbedding objects). I just have 3 simple .swf files I want to show up.

========================================

<html>
<head>
<meta link rel="stylesheet" type="text/css" href="name of the css.css" />
<style type=text/css>
<!--

<!--table {
font-family: Tahoma;
font-size: 10px;
font-style: Normal;
color: #D6D6D6;

}

#table-inside {
border-top: 2px #FFFFFF solid;
border-bottom: 2px #FFFFFF solid;
border-right: 2px #FFFFFF solid;
border-left: 2px #FFFFFF solid;
}

#td-left {
border-right: 2px #FFFFFF solid;

}

#td-middle {
border-right: 2px #FFFFFF solid;

}

<!--
<!--A { text-decoration:none }-->
<!--A:link {text-decoration: none; color: #FFFFFF}----->
<!--A:link {font-family: tahoma; font-size: 11pt;}
<!--A:visited {text-decoration: none; color: #8A8A8A; }----->
<!--A:visited {font-family: tahoma; font-size: 11pt;}----->
<!--A:hover {text-decoration: None; color: #8A8A8A}-->

------!>#FF0000
</style>

</head>
<body bgcolor=#808080 Topmargin=0 bottomMargin=0 leftmargin=0 rightMargin=0>


<table cellpadding=0 cellspacing=0 bgcolor=#808080 width=100% height=100%>
<tr>
<td>
<center>




<table id="table-inside" border=0 cellspacing=0 cellpadding=0 width=500 height=150>
<tr>
<td id="td-left" WIDTH="152">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<!--Bumrush I--><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="168" HEIGHT="152" id="layout" ALIGN="">
<PARAM NAME=movie VALUE="http://deborahlundgren.com/bumrush/files/bumrush1.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="Bumrush1.swf" quality=high bgcolor=#FFFFFF WIDTH="168" HEIGHT="152" NAME="layout" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</td>

<td id="td-middle" WIDTH="156">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<!--Bumrush II--><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="159" HEIGHT="152" id="layout" ALIGN="">
<PARAM NAME=movie VALUE="http://deborahlundgren.com/bumrush/files/Bumrush2.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="Bumrush2.swf" quality=high bgcolor=#FFFFFF WIDTH="159" HEIGHT="152" NAME="layout" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</td>

<td>
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<!--Bumrush I--><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="168" HEIGHT="152" id="layout" ALIGN="">
<PARAM NAME=movie VALUE="http://deborahlundgren.com/bumrush/files/Bumrush3.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="Bumrush3.swf" quality=high bgcolor=#FFFFFF WIDTH="168" HEIGHT="152" NAME="layout" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</td>
</tr>
</table>


</center>
</td>
</tr>
<tr>
<td valign=bottom>
<center>
Best seen in 1152X864. Copyright 2004 BUMRUSH ®<br>
</center>
</td>
</tr>
</table>


</body>
</html>
========================================

works in IE. Not in firefox. Why? The embed code was taken right from a FLASH generated web page.

shakey_snake 5th January 2005 22:15

well, how about a <!DOCTYPE> declaration, then you can validate it via upload to find the problem.

mikm 5th January 2005 22:17

All you need is this
code:
<object width="##" height="##">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="##" height="##">
</embed>
</object>


squakMix 5th January 2005 23:37

nvm, figured it out


All times are GMT. The time now is 11:56.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.