Přidat otázku mezi oblíbenéZasílat nové odpovědi e-mailem Jak vypsát koď na mp3 player

Ano já vím mě to taky otevře přehrávač ale já potřebuji dostat ten přehrávač do CODE zde je příklad


Add this to the head of your webpage: 
<!-- Location of javascript. -->
 <script language="javascript" type="text/javascript" src="swfobject.js" ></script> 

 Add this to the body of your webpage, where you want player to appear: 
<!-- Div that contains player. -->
 <div id="player">
 <h1>No flash player!</h1>
 <p>It looks like you don't have flash player installed. <a href="http://www.macromedia.com/go/getflashplayer" >Click here</a> to go to Macromedia download page.</p>
 </div>

 <!-- Script that embeds player. -->
 <script language="javascript" type="text/javascript">
 var so = new SWFObject("[b]flashmp3player.swf[/b]", "player", "290", "247", "9"); // Location of swf file. You can change player width and height here (using pixels or percents).
 so.addParam("quality","high");
 so.addVariable("content_path","mp3"); // Location of a folder with mp3 files (relative to php script).
 so.addVariable("color_path","default.xml"); // Location of xml file with color settings.
 so.addVariable("script_path","flashmp3player.php"); // Location of php script.
 so.write("player");
 </script>

Reakce na odpověď

1 Zadajte svou přezdívku:
2 Napište svou odpověď:
3 Pokud chcete dostat ban, zadejte libovolný text:

Zpět do poradny