Archive for the 'mp3 html' Category

Adding Mp3 Files To Your Website

October 12th, 2009 -- Posted in mp3 html | No Comments »

If you have your own website and would like to add mp3 files to it, then the process is fairly simple. But first you need to get permission to add a link to an MP3 file. Some hosting providers don’t allow files over certain sizes and some don’t allow you to have certain types of files either.This can include MP3 files. Make sure that the file you plan to add to your site is allowed by your hosting service first. Don’t use copyrighted music either. Then follow these steps:

Upload your MP3 files to your site using the easy file upload program that your hosting service provides. If they don’t provide one then you need to use an FTP Program.

Find Your MP3 File’s Address (URL)

Choose a Location For Your MP3 File

Find The Location of the MP3 File in Your HTML

Add The Link to the MP3 File

Link to the MP3 file on your hard drive like this:

The MP3 file is located in the “My Documents” folder

It is called “rocks.MP3″

The text for the MP3 file says “Click here for the MP3 file called rocks.”

Code is: <a href =”file:///C|/My Documents\rocks.MP3″>Click here for the MP3 file called rocks.</a>

Then test the link to the MP3 file to make sure it works right.

Technorati Tags: , ,

how do i convert an mp3 file on my computer into an html link?

July 29th, 2009 -- Posted in mp3 html | 2 Comments »

I have this on my computer that i want to turn into a link,

Depends on your intent. You can "link" anything using an href.
If you are looking to have it "play", you have to "embed" the file and/or the player such that a client browser knows how to handle it. The construct tends to be browser-specific.

how to creating html mp3 player(code embedded) with playlist for my site?

July 22nd, 2009 -- Posted in mp3 html | No Comments »

hi i want to create a mp3 player for my blog. i have mp3 files. i want to make a play list,which user can select.give me easy method . thank you

Download it form here: http://musicplayer.sourceforge.net/

Question about html mp3 code.?

June 23rd, 2009 -- Posted in mp3 html | No Comments »

Hi,

I just want to know if anyone knows the right html mp3 code?

The reason why I am asking if because I will be needing it for
my upcoming assignments because I am taking a Web Design
course and I am also majoring in Web Design so thats why.

I appreciate all of the help and any help. Thanks once again.

Use the following site and select QuickTime for the media code:

http://cit.ucsf.edu/embedmedia/step1.php

Ron

Next »