Nikhil
Member since Dec 28, 2015
- Profile: /members/12983-nikhil.htm
- Comments: 1
Recent Blog Comments By Nikhil
-
Preloading Images In AngularJS With Promises
Posted on Dec 28, 2015 at 2:40 AM
Thank you for the great article about preloading. I was able to modify this code slightly and use this as a Audio Preloader for our game. The only task which I had to do was to find out the event when audio got loaded. obj.addEventListener("canplaythrough", function( event ) {}) came to m... read more »