jaraiza Posted June 9, 2016 Share Posted June 9, 2016 Hi, Anyone has got this error before? I got this in developer console in Internet Explorer 11 -> "Phaser.Video: Unable to start downloading video in time" when using video.changeSource. The canvas config (for IE) is: var game = new Phaser.Game(1280, 720, Phaser.CANVAS, 'gameCanvas', { preload: preload, create: create, update: update}); In Chrome it works ok, but the Phaser.Game is set to "Phaser.AUTO". I haven't found any reference to this error, it only appears in phaser source code. Thanks for any advice! Link to comment Share on other sites More sharing options...
jaraiza Posted June 9, 2016 Author Share Posted June 9, 2016 Ok, I solved it optimizing videos with "handbrake" video transcoder, using Web Optimize option. I got much smaller video files and now I have no problems with IE. Greets! Link to comment Share on other sites More sharing options...
Recommended Posts