View Full Version : music
gokuson123
11-22-2002, 02:27 AM
I've seen on other websites where you click on the music link and the music plays. How do I get the source code(URL) from my music on my hard-drive so I can put it in the code?
zoobie
11-22-2002, 04:15 AM
Go to Hotscripts.com and get a music script. :D
gokuson123
11-22-2002, 07:56 PM
What type of code am I looking for? I just want to be able to put up sound that's saved on my hard-drive.
cg9com
11-22-2002, 08:04 PM
if you want to embed the users default player in the page, you can use this.
<embed src="file.mid"></embed>
just upload your music file and tada
read a tutorial on it here:
http://htmlgoodies.earthweb.com/tutors/embed.html
hope this helps :thumbsup:
gokuson123
11-22-2002, 08:19 PM
Yeah but the problem is <embed src="I don't know how to get what goes in here"></embed> from the music:(
Nightfire
11-22-2002, 08:33 PM
You have to upload the music to your web server, then if your music is in the music directory (folder), simply add
<embed src="/music/filenamehere.mid"></embed>
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.