stevefromio Posted July 26, 2015 Share Posted July 26, 2015 I don't have any audio code, but I get this in chrome browser: webkitAudioContext' is deprecated. Please use 'AudioContext' instead.phaser.min.js:7 Phaser v2.0.1 - WebGL - WebAudio http://phaser.io ♥♥♥ ??? Quote Link to comment Share on other sites More sharing options...
KyleNau Posted August 12, 2015 Share Posted August 12, 2015 Google has dropped the "webkit" portion of the AudioContext object from Chrome. Now you have to check for both webkitAudioContext and AudioContext and see which one the browser supports. It looks like Phaser might still be using old convention. digitalmouse 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.