Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Audio web site (need advice)
Closed Thread
Old 11-04-2006, 10:12 PM   #1 (permalink)
 
Newb Techie

Join Date: Apr 2004

Posts: 29

DISK

Default Audio web site (need advice)

Hello all,

I am trying to design a web site that will allow me to access my music collection from anywhere. I have my music in mp3 format on my home server. The server is running Windows Server 2003 and I have both IIS and Windows Media Services installed.

Using the site, I want to be able to have a drop-down menu that will allow me to select an artist and then another to be able to select an album. I have M3U files for all albums.

I was thinking of embedding Windows Media Player into the site but have not had much luck with figuring out how to implement this.

I am using Dreamweaver 8 for the coding/design. I am needing some advice on exactly how to implement this site. Can I use just simple HTML/CSS and embed Windows Media Player? Or will I need to figure out PHP or some other language?
DISK is offline  
Old 11-05-2006, 06:31 PM   #2 (permalink)
office politics's Avatar
 
It's all just 1s and 0s

Join Date: Jan 2004

Location: in the lab

Posts: 4,410

office politics will become famous soon enough

Default

i would prolly use php or asp to code the web pages. you would have to open a file system object (ASP) to get a listing of all your mp3s. then i suggest trying to drill into the ID3 tags to pull the artists, album titles, and song titles. Next, setup a javascript template for the drop down boxes and have php/asp fill the boxes by iterating through all the files. you may have to submit the data back to the server to pull up a page with wmp embedded.
office politics is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On