Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-18-2013, 06:35 AM   PM User | #1
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
Question 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 :



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
HQWebs is offline   Reply With Quote
Old 01-18-2013, 01:02 PM   PM User | #2
L0adOpt1c
New Coder

 
L0adOpt1c's Avatar
 
Join Date: Jan 2013
Location: <bed />
Posts: 87
Thanks: 0
Thanked 6 Times in 6 Posts
L0adOpt1c is an unknown quantity at this point
Perhaps you could use the HTML5 <audio> element.
__________________
Validate, early and often. | Use W3Schools! |
Search for your answer before posting.
For the love of everything electronic, VALIDATE
Zdravstyvutye. Zdarova Chuvok?
L0adOpt1c is offline   Reply With Quote
Old 01-18-2013, 09:11 PM   PM User | #3
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
This player is not supported on all internet browsers , and its not so small like that i showed in previous post.
HQWebs is offline   Reply With Quote
Old 01-19-2013, 01:37 AM   PM User | #4
Donkey
Regular Coder

 
Donkey's Avatar
 
Join Date: Sep 2003
Location: Blackfield UK
Posts: 309
Thanks: 1
Thanked 35 Times in 35 Posts
Donkey is an unknown quantity at this point
This one has a small option
http://www.podsnack.com/mp3-player-e...ebsites.html#2
__________________
" 90% of everything is crud" - Theodore Sturgeon
Filthy Beast - a 60's Rock Band
Donkey is offline   Reply With Quote
Old 01-19-2013, 05:57 PM   PM User | #5
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
Good one , but it cost to download it ..
HQWebs is offline   Reply With Quote
Old 01-21-2013, 08:36 PM   PM User | #6
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
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 :
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 :


Thank you very much
HQWebs is offline   Reply With Quote
Old 01-26-2013, 10:46 PM   PM User | #7
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
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

Last edited by HQWebs; 01-27-2013 at 07:53 AM..
HQWebs is offline   Reply With Quote
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
Old 01-29-2013, 03:43 PM   PM User | #9
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
Please do anyone have any idea about this ?
I need to fix it as soon as possible , thank you vm.
HQWebs is offline   Reply With Quote
Reply

Bookmarks

Tags
small mp3 player

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:52 AM.


Advertisement
Log in to turn off these ads.