View Single Post
mca mca is offline
*****
 
mca's Avatar
 
Join Date: Apr 2006
Location: Charleston, SC
Posts: 2,359
In order to embed the player put this in the head tag of the html so that you are using swf object.

HTML Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>

<script type="text/javascript" src="swfaddress.js"></script>
Put this in the body of the html

HTML Code:
<script type="text/javascript">
	    // <![CDATA[
			var flashvars = false;
			var params = {
				  base: 'mp3/',
				  wmode: 'window',
				  menu: 'false'
			};
			
			var attributes = {}; 
			attributes.id = "mp3player"; 
			swfobject.embedSWF("mp3/player.swf", "flashcontent", "310", "24", "9.0.0", "", flashvars, params, attributes);
	
	    // ]]>
	    </script>
__________________
82 911SC Coupe Chiffon / Chocolate
9.5 JEs, 964 Cams, SSIs, Dansk Exhaust, CIS (SOLD)
Old 01-11-2011, 07:22 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #6 (permalink)