I have several Windows Media audio files that are going to be played in an embeded player in a pop-up window. The thing is - instead of having an html page for each audio file - can I have 1 html page with all the object embed info, and then when they click the link, that determines which file is played.
I'm sure it's not complicated. It's just launching the window, having some kind of "include" function where the filename goes and using PHP to tell it what the filename is.
If anyone can tell me how this could be done it would be greatly appreciated.
Thanks!