Sound syncing Project - Completed Download Avail
Ok I'm working on something. I've made a little program that lets you generate an array of markers for an MP3 file that you can import into KM.
I'm trying to figure out the best way to now track the sound and trigger events based on the markers.
Right now I'm generating the following code
markerArray=new Array("2631","one","6269","two","10031","three");
where the number is the position in the song and the next item is the action or label
Any AS guru's want to help point me in the right direction?