art382 (interactive media)

instructor: ryanSmith
home | syllabus | contact | links | student work

Week 6

MONDAY: Quiz
pass out papers

look at home work:

Due MONDAY:
Most of Poject A should be completed
1) Added sound

2) Animated characters
3) A play button

Due WEDNESDAY:
1) Have your site uploaded to a server before class.
2) You will turn in a folder, with a CD, with your name (use Sharpie), that has your finished project on it.
-Flash .fla, .html & .swf files should be saved on the disc.
3) Please include storyboard in folder


WEDNESDAY : assign Project B
Review: Publishing? & uploading?
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();

// Stop all sound:
flash.media.SoundMixer.stopAll();

//If you want the sound to loop, then change the last line to:
audio.play(0, int.MAX_VALUE);

Content on this page requires a newer version of Adobe Flash Player.

Get Adobe Flash player


Dowload .fla file: soundTest


Homework:

Get started on Project B?


No quiz questions for next week.