FLASH
Review : adding sound
-you can edit sound using iTunes
-make sure all your sounds are saved as mp3 files
What's the difference between Event & Streaming sound?
Free Sound.org
free animal sounds
Adding sound with AS3.0 :
Sound: | //Loading audio: var audio:Sound = new Sound(); var req:URLRequest = new URLRequest("Song.mp3"); audio.load(req); audio.play(); // If you want it to loop, then change the last line to: audio.play(0, int.MAX_VALUE); // Stop all sound: flash.media.SoundMixer.stopAll(); |
Open : SoundTest.fla
HOME WORK (due at the beginning of class, Monday)
"PROJECT A" Due date: Week #7 (March 9th )
what you will turn in on the due date:
1) Have your site uploaded to a server before class.
(html & swf files)
2) I will collect:
- the Flash .fla file
-
.html file
-
.swf file
3) Please turn in a storyboard
*I will not be accepting late story boards