Adobe Edge Animate Lesson #2 - Adding Sound to Project
17,833 views
(584 Site Views) ~
Last Updated on January 16, 2013
Adobe Edge Animate Adding Sound to Project
Using Adobe Edge Animate, importing sound is not currently supported, however, I understand that it is in the works, so hopefully before summer we will be able to import audio. Until then, I have a great example of how to bring audio into your project, using
BUZZ http://buzz.jaysalvat.com/
Here is the code for the project, that I use at the end of the lesson.
http://www.darkeffects.net/Buzz.asp
Just copy the code, and follow the instructions.
The thunder.mp3 that is used in this project, can be obtained, along with many other great sounds, from the following site.
http://www.freesound.org/search/?q=thunder
To find out more about Adobe Edge Animate
http://www.enterview.org/Adobe_Edge_Animate
Use this code instead, for a simpler code.
This will also allow you to LOOP, using IE7 - IE11
DOES not loop in Chrome.
So, IE beats Chrome in this one people.
---------------------
var mySound = new buzz.sound("/sounds/mysound", {
formats: [ "ogg", "mp3", "aac", "wav" ],
preload: true,
autoplay: true,
loop: true
});
---------------------
Thank You
Wayne Barron
Dark Effects Production
http://www.darkeffects.net
http://www.enterview.org/Dark_Effects_Production
Tags
Project,Tutorial,Effects,Adobe,After Effects,Adobe After Effects (Software),edge,adobe edge,adobe animate,adobe edge animate,adobe edge add sound,adobe edge animate add sound,adding sound to adobe edge,adobe animate adding sound,adobe animate add sound,adobe edge javascript