Endless Paradigm

Full Version: [HTML] Firefox acting up
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys, I got a small issue with my coverflow in flash. When I embedded the .swf I just used the standard dreamweaver way by going to Insert>Media>SWF, it put this code in

Code:
  <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="590" height="300">
	    <param name="movie" value="iTunesAlbumArt.swf">
	    <param name="quality" value="high">
	    <param name="wmode" value="opaque">
	    <param name="swfversion" value="8.0.35.0">
	    <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
	    <param name="expressinstall" value="Scripts/expressInstall.swf">
	    <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
	    <!--[if !IE]>-->
	    <object type="application/x-shockwave-flash" data="iTunesAlbumArt.swf" width="590" height="300">
	      <!--<![endif]-->
	      <param name="quality" value="high">
	      <param name="wmode" value="opaque">
	      <param name="swfversion" value="8.0.35.0">
	      <param name="expressinstall" value="Scripts/expressInstall.swf">
	      <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
	      <div>
	        <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
	        <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
          </div>
	      <!--[if !IE]>-->
        </object>
	    <!--<![endif]-->
      </object>


Now I.E does not have a problem with it but when i view in Firefox it puts the Coverflow.swf near the bottom left of the page.. If it helps In my CSS I have put #coverflow {padding-left:15%;} . Could somebody please help me as it is for my coursework.

HTML Code
        <object type="application/x-shockwave-flash" data="iTunesAlbumArt.swf" width="590" height="300">

What does that line do?

tells the browser what file type it is and what application it needs to run to show it, also its res?
ironman
...cause according to the code, it only shows up in non IE browsers...
Reference URL's