PDA

View Full Version : Embedding Audio Files : All Platforms?


eclypto
12-28-2003, 06:23 AM
I need for users to be able to click links to music on my site and easily be able to hear the music. What html can be used so that it will work on all, or at least most platforms?

me'
12-28-2003, 06:33 PM
Quicktime is a popular Apple format but a whole load of windows users use it too, so you might want to consider that. I don't know about Linux. As for linking to it, I think just the standard <a href="linktomyfile">Click here to listen</a> should do.