Hello there, i would like to learn how can i play audio while scrol is in specific areas that i choosed. For example think that stage is 1920*5000 i want play audio when scroll is in 3000. I am using this code for parallax
yepnope({
load:"http://cdn.edgecommons.org/an/1.4.0/js/min/EdgeCommons.js",
complete: function(){
EC.debug("Commons ready: "+EC.VERSION);
EC.centerStage(sym);
EC.Parallax.setup(sym);
}
});
so please help me how can i integrate this thing to my project. Thanks