Monday, August 22, 2011

Soundscape Tutorial

STEP 1:

· Go to www.google.com

· Type in field "Flash ActionScript HYPE framework"

· Download HYPE.zip

STEP 2:

· Open HYPE>examples>Flash>SoundAnalyzer>Open -01_soundAnalyzer.fla

· Once open go to the library and change MyCircle to a PNG of your choice (in this case the DEV logo, the name of the artist that sings the song.

· Go to 'Actions' tab and look for:

var snd:Sound = new Sound();

snd.load(new URLRequest(“http://www.hypeframework.org/HYPE/examples/SoundAnalyzer/Blevin_Blectum/Gular_Flutter/Foyer_Fire.mp3”));

snd.play();

· Replace

· http://www.hypeframework.org/HYPE/examples/SoundAnalyzer/Blevin_Blectum/Gular_Flutter/Foyer_Fire.mp3

· to desired link (if you are using personal song make sure to upload it onto your personal server in the same directory as listed in your action code. This is because the code references music clips online)

STEP 3:

File>publish settings>publish

Copy .swf file and .html onto personal server and enjoy.

To check out my version go to:

http://www.veryabledesign.com/dma455/music_player.html

No comments:

Post a Comment