How to put a mp3 on website?

8 replies
I have a friend of mine who is being charged 30 bucks a month just to have his 10 second mp3 imbedded into his site. I know how to do video but have never done mp3's. How do you add audio to a site and what device do you use to record it?

Thanks for the help in advance
#mp3 #put #website
  • Profile picture of the author Chris Ramsey
    Audio is done the same way as video, just with a different player.

    Google "Free flash mp3 player" and you'll find bunches.
    {{ DiscussionBoard.errors[351649].message }}
  • Profile picture of the author AndyCamden
    Hopefully the following link helps you out:

    Embed MP3 Files Into Your Website

    Let us know!
    {{ DiscussionBoard.errors[351651].message }}
  • Profile picture of the author trafficwave
    I used Garage Band on my Mac to record the audio file on Email Marketing with AutoResponders

    I uploaded the audio file to my server and then used this code:

    Code:
    <object width="150" height="30">
    <param name="src" value="/linkto.mp3">
    <param name="autoplay" value="false">
    <param name="controller" value="true">
    <param name="bgcolor" value="#ffffff">
    <embed src="/linkto.mp3" autostart="false" loop="false" width="150" height="30" controller="true" bgcolor="#FFFFFF"></embed>
    </object>
    Certainly not the only way to do it but it got the job done for me.
    Signature

    -----------------------------
    Brian Rooney, CEO
    TrafficWave.net Email Marketing AutoResponders
    Email Marketing Blog

    {{ DiscussionBoard.errors[351656].message }}
  • Profile picture of the author Alan Petersen
    Upload MP3 to their web host server then use the <EMBED> tag. This tag supports many common file formats such as .wav and .mp3.

    Here is what it will look like (just copy and paste in your HTML where you want it to appear):

    Code:
    <embed src="filename.mp3" width="x" height="x" autoplay="x" hidden="x" loop="x" volume="x"></embed>
    Replace the "x" with your values. For example: If you want the audio to play right away change the "autoplay" value to "true". If you want it to play once and not auto loop enter "false" for your loop value.

    There is also a cool software for $40 that converts it to swf provides you all the code you need to copy and paste and they offer several player styles. Not an aff link:

    MP3 to Flash, Convert MP3 to Flash, Flash Audio - MP3 to SWF Converter
    Signature
    {{ DiscussionBoard.errors[351900].message }}
  • Profile picture of the author WS_Elearning
    Free flash mp3 player
    {{ DiscussionBoard.errors[355225].message }}
  • Profile picture of the author Scott Woodside
    That's one way, or you can use the new blog feature provided by godaddy. That's what I use on my blog below. check it out! It's all automatic!
    Signature

    Scott Woodside

    The number 1 Choice for Audio Production!
    Member, Screen Actor's Guild
    http://www.scottwoodside.com

    {{ DiscussionBoard.errors[355476].message }}
  • Profile picture of the author pleyez89
    Banned
    good question and good answering. thanks. i appreciate it.
    {{ DiscussionBoard.errors[355480].message }}

Trending Topics