hyperandroid / CAAT

Canvas Advanced Animation Toolkit
hyperandroid.github.com/CAAT
MIT License
727 stars 117 forks source link

Sound ISSUE work with COCOONJS #127

Open yoyeung opened 11 years ago

yoyeung commented 11 years ago

I already open 8 channel for Audio. But I play all sound over 8 times.

var channel = this.channels.shift(); line 5577 will return a window object not a audio object. After that channel.load(); will be throw error. line 5580 What's going wrong??? I can work it great in Chrome.