Monday, September 9, 2013

First sound for Gorillas game

I have started making sounds for the gorillas game. I had to create a googlesite to upload the files. The tutorial for that can be found here

Part two of tutorial starts to talk about installing flash players and such which is not directly relevant to what I'm doing. I'll be using HTML5 audio elements. Here is the code to use instead of embedding a flash player:

<audio src="enter the URL for the sound here" controls="controls"></audio>

No comments:

Post a Comment