Okay , I found an new solution and it works perfectly.
I am using my own buttons and i got everything i need.
But the only problem now is i dont know how to make this player Auto play when some1 open my Website page.
I am talking about this Player :
http://www.brianhadaway.com/ubaplaye...lash-fallback/
And the codes I am using in <head></head> :
Code:
<link rel="stylesheet" type="text/css" media="screen" href="styles.css">
<script src="jquery.js"></script>
<script src="jquery.ubaplayer.min.js"></script>
<script>
$(function(){
$("#ubaPlayer").ubaPlayer({
codecs: [{name:"MP3", codec: 'audio/mpeg;'}]
});
});
</script>
And the body code is :
Code:
<ul class="controls">
<li><a class="audioButton" href="mp3/intro.mp3"></a></li>
</ul>
And other 3 Files are here :
http://www.speedyshare.com/WnwSm/playerfiles.rar
Help me please , what should I do to autoplay , thank you.