ryanSmith's art 382 class @ UMBC
- Interactive Media -

W #1| W #2 | W #3| W #4| W #5| W #6| W #7| W #8| W #9

ryansmithart.com/courses/2014/382


Week #9:

Today: March 10
Talk about Project B

Project B examples: spectrum zine | drawing zine | phobias | fonts | martini | mythology
another fun flash site: jim carrey


instead of MouseEvent.CLICK, try MouseEvent.MOUSE_OVER

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

Get Adobe Flash player





Look at source:
http://www.vineyardesigns.com/tutorials/flash/website

my_btn.addEventListener(MouseEvent.MOUSE_DOWN, myHandler);
function myHandler(evt:Object):void {
navigateToURL(new URLRequest("http://www.adobe.com/devnet/flash/"), "_self");
}


FLASH

Adding sound with AS3.0


animal-sounds.org

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();



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

Get Adobe Flash player

Dowload .fla file: SoundTest_fall_2013.fla

// sound.play(0, int.MAX_VALUE);
or
// audio2.play(0, 9999);


VIDEO:

Note:
you must use .flv (video) files in Flash
, no .mov files.

when loading video externally, upload the .swf file, .flv file, and the SkinUnderPlayStopSeekMuteVol.swf files.

USEFUL LINKS:

Adobe Media Encoder
- Custom Settings

let's play with a TED talk video:
ted.com/talks/john_maeda
"how_art_technology_and_design_inform_creative_leaders.html"


HOME WORK

"Project B" is Due March 24th
( I will look at the progress Wednesday, March 12th )
Get started on it!