CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   HTML & CSS (http://www.codingforums.com/forumdisplay.php?f=13)
-   -   Small Mp3 Player for website (http://www.codingforums.com/showthread.php?t=285991)

HQWebs 01-18-2013 06:35 AM

Small Mp3 Player for website
 
Hello

I was searching for an small mp3 player that i saw on many websites , but i cannot find it.
I am talking about an mp3 player that looks something like that :

http://hqwebs.eu/Ostalo/LittleMp3Player.jpg

I made this image just to show you how this player looks like.

So do anyone know where can i find it ? or can some1 give me the codes ?
Thank you very much.

Quote:

Message for moderator : I didnt find any forum section for post like this , if its on wrong section , move it :)

L0adOpt1c 01-18-2013 01:02 PM

Perhaps you could use the HTML5 <audio> element.

HQWebs 01-18-2013 09:11 PM

This player is not supported on all internet browsers , and its not so small like that i showed in previous post.

Donkey 01-19-2013 01:37 AM

This one has a small option
http://www.podsnack.com/mp3-player-e...ebsites.html#2

HQWebs 01-19-2013 05:57 PM

Good one , but it cost to download it ..

HQWebs 01-21-2013 08:36 PM

Btw i used this podsnack player as free version with watermark , and everything worked fine till now . This player got bugged ...
I created this player with one music , and i added autoplay.
And now , when i open my page this player loads maybe 2 seconds and music starts , but after music starts , 2 seconds latter this music starts again , and i hear the same music two times ... And when i press pause on this player one music stops and the other one still singing... Whats the problem om ?


Btw do anyone know how to make custom player with 2 in 1 button , I mean you see an button like this :
http://s8.postimage.org/eensetq9t/pimg1.png and when some joins site music auto start , and when some1 want to stop music , he click on this image and music stops and this image repleace on this :
http://s8.postimage.org/br2xi7mm9/pimg2.png

Thank you very much

HQWebs 01-26-2013 10:46 PM

I found one website , they have an player which i need.
Check it out here > http://www.iwebformusicians.com/Webs...on-Player.html

So i only want to change the buttons , to add that buttons from my previous post.

Do anyone have any solution people ?
Please help me

HQWebs 01-27-2013 04:17 PM

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 01-29-2013 03:43 PM

Please do anyone have any idea about this ?
I need to fix it as soon as possible , thank you vm.


All times are GMT +1. The time now is 01:11 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.