Im trying do to it with microsoft live.
How do i upload a mp3 file to a html player?
There is no actual html player per say.
You link to the mp3 on your site via a link and hope the folks visiting have the .mp3 extender linked to their player.
This is what I have on my index.html page:
%26lt;center%26gt;
%26lt;script language="JavaScript" type="text/javascript"%26gt;
%26lt;!-- START HOME MUSIC CODE
if (navigator.appName == "Microsoft Internet Explorer") {
document.write('%26lt;bgsound src="adjcal.wav" LOOP="false"%26gt;');
}
else {
document.write('%26lt;embed height="16" width="100%" src="adjacl.wav" pluginspage="http://www.apple.com/quickt... type="video/quicktime" controller="true" autoplay="true"%26gt;%26lt;br%26gt;');
}
// End --%26gt;
%26lt;/script%26gt;
%26lt;/center%26gt;
It's a wav file because they are more commonly recognized. I just take my mp3 and convert it to wav for this purpose.
Sarge
Reply:Are you trying to host an audio file on the internet? Youtube has a way of uploading anything which will convert to FLV files.
The easiest way is use Windows movie maker and use the MP3 as background music. Then save as WMV . You can be creative and add images or text. or just a blank screen.
Reply:You can use The Music Hutch http://www.themusichutch.com/ to upload and search music and then copy the embed code into your website, blog, social network profile, etc.. You can add unlimited songs to your playlist.
Reply:i've never heard of an mp3 player application being coded in html...sorry.
are you meaning to say a web based mp3 player application??? if so, there should be an upload button or a browse button you'd hit to search your desktop for the file you want to upload/play.
Reply:I never heard of a Microsoft program that has anything to do with mp3 players. If you want something that you can make an mp3 player with and use html after, I recommend http://www.badongo.com
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment