Gender is a fender bender!!!!!!

RSS

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 -02_soundAnalyzer.fla

·      Once open go to the library and change MyCircle to a PNG of your choice (in this case the Nyan Cat, a mythical creature that exists on the world wide web)

·      Go to action 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();

·      and 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. 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.gerardgfx.com/nc.html