Audio Player

by 5 replies
7
Can anyone tell me how to create that cool audio player bar that has a play and pause button. I want to start creating audios for sales pages and my blog
Thanks!
#website design #audio #audio bar #audio clips #audio player #player
  • hi markaw,

    Have a look at this http://nishantarora.in/Markaw/ i set this up for you... tell me how it is...

    PS: since its a hq mp3 can take a tad bit to load...
    PPS: hope you like AKON..

    Thanks
    • [ 1 ] Thanks
    • [1] reply
  • You can use HTML5 and CSS3, you can creat the audio player button using any graphic software. encode them usin HTML5
    • [1] reply
    • You can find out in Google and customize it by using HTML and CSS...
  • [DELETED]
  • Guyz guyz guyz... let me make it simple for all off you... especially Markaw... first you need not go into technical details... all these people above are giving you tough advice.... this will be the simplest integration...

    1. upload the mp3 to your web server, probably the root folder where the page exists on which the mp3 is to be added, but i would recomend you to create a folder on your server called "mp3" and upload "file1.mp3" in this folder.

    2. we will be using google reader free to use mp3 player.

    3. wherever you want to render the mp3 player as shown here http://nishantarora.in/Markaw/ just enter this code:

    HTML Code:
    <embed
    	type="application/x-shockwave-flash"
    	flashvars="audioUrl={link to your mp3 file}"
    	src="http://www.google.com/reader/ui/3523697345-audio-player.swf"
    	width="400"
    	height="27"
    	quality="best">
    </embed>
    so if you want to play akon.mp3 (like in my example) you need to change the "{link to your mp3 file}", so it becomes:

    HTML Code:
    <embed
    	type="application/x-shockwave-flash"
    	flashvars="audioUrl=music/akon.mp3"
    	src="http://www.google.com/reader/ui/3523697345-audio-player.swf"
    	width="400"
    	height="27"
    	quality="best">
    </embed>
    you are done, enjoy man!... )
    PS: you need not download any software, any code, just this single piece of software does the trick!
  • Banned
    [DELETED]

Next Topics on Trending Feed

  • 7

    Can anyone tell me how to create that cool audio player bar that has a play and pause button. I want to start creating audios for sales pages and my blog Thanks!