Non-threaded

Forums » Advanced Editor Forum » Read Thread

Get help from the experts on variables, scripts, items, and other scary things.

Musical games?

11 years ago

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?

Musical games?

11 years ago

That kind of power should not be general knowledge.

Musical games?

11 years ago
^ This. Refer to: Thread. In my opinion, if the general masses don't know how including you, don't do it. Most people seem to say no to the idea of music in stories. However, you can embed YouTube videos :D but people will have to manually click the play button - therefore it isn't a surprise and doesn't bother anyone.

Musical games?

11 years ago

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?

Musical games?

11 years ago
I'm going to go ahead and explain some things to you in a PM.

Musical games?

11 years ago
Music on a webpage can be a bit difficult. But I did it before, and just have to remember how. Which story of Berka's had music? In any case, I'll look it up and see what I can figure out.

Musical games?

11 years ago
Due to Ford's post above, and concerns about trolls using this, I've edited my post :P

Musical games?

11 years ago

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...

Musical games?

11 years ago

<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>

Musical games?

11 years ago
Whew! I thought for a second you had posted something that someone could understand :D I was about to call you an asshole for giving out the information xD glad it doesn't work like that!

Musical games?

11 years ago

It was all planned out, Ford...as always.