Title: adding sounds using edge commons
Last modified: August 21, 2016

---

# adding sounds using edge commons

 *  Resolved [amber_a](https://wordpress.org/support/users/amber_a/)
 * (@amber_a)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/adding-sounds-using-edge-commons/)
 * I was able to add sounds to the project using code from edge commons.
 *     ```
       yepnope({
       		load: "http://cdn.edgecommons.org/an/1.0.2/js/min/EdgeCommons.js",
       		callback: function() {
       	// Load sound manifest (e.g. in creationComplete)
       	var assetsPath = "media/";
       	EC.Sound.setup(
       		 [
       				{src: assetsPath + "bird2.mp3|" + assetsPath + "bird2.ogg", id: 'bird2'},
   
       		 ],
       		 function(){ EC.info("Sound setup finished", "Sound with Edge Commons"); }
       	);
   
       			}
       	});
       ```
   
 * The sound files are in media folder. But the OAM file is probably not taking 
   in that folder.
 * Can you please tell me how to add this folder and which files to edit so the 
   sounds get linked in?
 * [http://wordpress.org/plugins/edge-suite/](http://wordpress.org/plugins/edge-suite/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [amber_a](https://wordpress.org/support/users/amber_a/)
 * (@amber_a)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/adding-sounds-using-edge-commons/#post-4249988)
 * I just created the media folder in my root directly to link the songs. Its working
   now. Thanks

Viewing 1 replies (of 1 total)

The topic ‘adding sounds using edge commons’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/edge-suite.svg)
 * [Edge Suite](https://wordpress.org/plugins/edge-suite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/edge-suite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/edge-suite/)
 * [Active Topics](https://wordpress.org/support/plugin/edge-suite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/edge-suite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/edge-suite/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [amber_a](https://wordpress.org/support/users/amber_a/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/adding-sounds-using-edge-commons/#post-4249988)
 * Status: resolved