HOME | DD

Niko40 — Guide to Conflict by

Published: 2010-12-30 23:37:51 +0000 UTC; Views: 492; Favourites: 4; Downloads: 6
Redirect to original
Description Just a mediocore Techno music again. This time I just didn't feel like continuing it any more. Had this laying around in my pc for quite a while now but it's not horrible I hope... So I'll just upload it here for all to hear. Consider this as a filler. XP

To download the mp3, click here. [link]

Mind the license. CC and that's pretty much it. I don't really mind if I don't get credited for this one though.
Related content
Comments: 8

Zummeng [2011-01-05 18:22:53 +0000 UTC]

I love this! Epic...really!!!!!
How I can upload songs too?

👍: 0 ⏩: 1

Niko40 In reply to Zummeng [2011-01-06 09:38:34 +0000 UTC]

Thank you. I appreciate it.

Hmm... DA doesn't really allow uploading songs so you have to circle around this little problem. DA does allow flash animations/games and those can play sounds so I made a flash and played the song from there. There should be applications to make flashes from music files to make things easy for you. I used Flash CS4 and action script 3... Here's rather nice tutorial how to make your own if you wish. It should be rather easy to understand, you can see the script nicely in HD and it explains the basics quite thoroughly. [link] [link]

And here is the code I used on the action script. Convert the *4 spaces* to 4 spaces or into one tab, insert your own url and change the play_btn and stop_btn to match your button instances. It should work pretty much at that point already. I think I can help a little if you want to try this and get stuck at something, though I'm not much of a master in flash and even less in action script.



var mySound:Sound = new Sound();
mySound.load(new URLRequest("http ://...(your path to the mp3).../Guide%20to%20Conflict.mp3"));
var myChannel:SoundChannel = new SoundChannel();

play_btn.addEventListener(MouseEvent.CLICK,playSound);
stop_btn.addEventListener(MouseEvent.CLICK,stopSound);

function playSound(event:MouseEvent):void{
*4 spaces* myChannel.stop();
*4 spaces* myChannel = mySound.play();
}

function stopSound(event:MouseEvent):void{
*4 spaces* myChannel.stop();
}

👍: 0 ⏩: 0

Teranhalko [2010-12-31 10:13:55 +0000 UTC]

Kyllä tästä Mirror's Edge tulee mieleen.. Ihan hyviä elementtejä käytit taustalla ja kyllä tuo on muutenkin ihan kuuneltavaa, vaikka itse vähättelisitkin tätä.

👍: 0 ⏩: 1

Niko40 In reply to Teranhalko [2011-01-01 13:58:41 +0000 UTC]

Hehe... No tulipa jotain kumminkin. Kiitän ja kumarran.

👍: 0 ⏩: 1

Teranhalko In reply to Niko40 [2011-01-02 16:51:37 +0000 UTC]

Eipä mittään.

👍: 0 ⏩: 0

Cappies [2010-12-30 23:46:16 +0000 UTC]

Well, it sounds pretty good to me..... It doesn't stand out amazingly, but it's deffinately not horrible. I understand though, some projects you just lose the motivation for after a while, and have the need to move onto something else that you feel will better occupy your time. I quite like your music all the same though. I like to sing, but other than that, I don't have much of a feel for composing music at all, I can't even play an instrument So, keep at doing what your doing, I'm always interested to see more

👍: 0 ⏩: 1

Niko40 In reply to Cappies [2011-01-01 13:59:32 +0000 UTC]

Thanks. Trying till I drop. XP

👍: 0 ⏩: 1

Cappies In reply to Niko40 [2011-01-06 03:36:05 +0000 UTC]

So it seems. Don't forget to sleep, I hear it's supposed to be good for you

👍: 0 ⏩: 0