I'm pulling out every stop I think is worth pulling!
So... Uhh... How do I put music on a particular page, like Berka did? Is it an incredibly complex task that only worthy source wielders like him will ever be able to pull of well?
That kind of power should not be general knowledge.
I guess a lot of trolls could abuse this. Perhaps it shouldn't be posted out in the open... Could you embed one of those standard pause/play bars instead?
I have Music in 'Kill Aman's Mustache' - though I hosted it on my own site. Before that, I was just embedding Youtube videos for Music - and yes you can code them to autoplay at specific parts - but autoplay can really be distracting from the story if the music is too jarring ot out of place...
<video width="320" height="240" controls> <source src="movie.mp4" type="video/mp4"> <source src="movie.ogg" type="video/ogg"> <source src="movie.webm" type="video/webm"> <object data="movie.mp4" width="320" height="240"> <embed src="movie.swf" width="320" height="240"> </object> </video>
It was all planned out, Ford...as always.