cocos2d-js icon indicating copy to clipboard operation
cocos2d-js copied to clipboard

In Google Chrome AudioEngine.playmusic "loop = true", doesn't work

Open bheer opened this issue 10 years ago • 1 comments

I'm using Cocos 3.6 and in google chrome the playmusic doesn't loop.

bheer avatar May 14 '15 14:05 bheer

This is very strange. Loop properties seems to be failed in Chrome 42. It should be changed anything shouldn't change caused the loop failure. We tried many ways to test webaudio loop.

Finally had to manually to cycle....

https://github.com/cocos2d/cocos2d-html5/pull/2891

VisualSJ avatar May 15 '15 03:05 VisualSJ