View Single Post
Old 01-27-2013, 04:17 PM   PM User | #8
HQWebs
New Coder

 
Join Date: Jan 2013
Location: Bosnia And Herzegowina
Posts: 21
Thanks: 3
Thanked 0 Times in 0 Posts
HQWebs is an unknown quantity at this point
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.
HQWebs is offline   Reply With Quote