RealMason wrote:
I'm using jquery.embedquicktime.js to play an mp3. Sometimes I have a dozen different mp3s on a page. When a user clicks on the graphical play button, the button is replaced with the Quicktime controller bar. This is all expected behavior. Since the link doesn't actually go anywhere, the link doesn't ever get "visited" and so when a user comes back to the page, they have no visual clues as to what mp3s they have already listed to.
If it doesn't go anywhere, why is it marked up as a link? You could simply use "span". As for indicating which mp3s the users have already listened to, I suppose you need to use cookies or, if the users log in, save that info in a database. -- Bertilo Wennergren <http://bertilow.com>