syncing animation to sound
i trying figure out how synchronize animation play @ time code of audio playing. there that has been done? can manually scrub timeline , place trigger action many seconds main timeline has audio in layer, wanted once time code reached, animation play. i"m working in ea 2015 cc.
thanks,
mike
hi,
well, edge api provides .currenttime: adobe edge animate cc javascript api
var audio = sym.$("my_audio_element")[0];
if (audio.currenttime = 5) { sym.play ("alabel") }
More discussions in Edge Animate CC
adobe
Comments
Post a Comment