Salutare,
Am si eu nevoie de un sfat cum sa instalez un Flash mp3 intr-un SMF 1.1.11.
Este vorba despre un flash player luat de aici:
http://www.flashmp3player.org/demo_2.html.
Am urmat instructiunile lor de inserare a codurilor dar nu se intampla nimic.
Mai pe larg, ceea ce am facut:
1) Am creat un folder cu numele "player" in care am pus fisierele de la player;
2) Am inserat in "index.template" dupa <head>
codul:
<script language="javascript" type="text/javascript" src="player/swfobject.js" ></script>3) Am inserat si cea de-a doua parte de cod conform indicatiilor in sectiunea
// Show the "Powered by" and "Valid" logos, as well as the copyright. Remember, the copyright must be somewhere!
echo '
<div id="footer">
<div id="footer-l">
<div id="footer-r">
<div id="footerarea">
<span class="smalltext">', theme_copyright(), '
<br /><strong>Theme Extreme10</strong> © 2009, by <a href="http://www.fussilet.com" target="_blank"> Fussilet</a>
<!-- 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("player/flashmp3player.swf", "player", "300", "80", "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","player/default.xml"); // Location of xml file with color settings.
so.addVariable("script_path","player/flashmp3player.php"); // Location of php script.
so.write("player");
</script>
</span>';
// Show the load time?
Rezultatul = nimic
Unde gresesc?
Multumiri anticipate!