javascript - Handling image onload function for multiple images -


  फ़ंक्शन हैंडललोड (यूआरएल, कॉलबैक) {var img = new Image (); Img.onError = function () {चेतावनी ('चित्र लोड नहीं किया जा सकता है:' '+ url +' ''); }; Img.crossOrigin = ''; Img.onload = function () {callback (img); }; Img.src = url; } हैंडललोड (इमेजुरल, कॉलबैकफंक्शन);   

मैं कई फ़ंक्शन के लिए इस फ़ंक्शन का उपयोग कर रहा हूं? लेकिन मुझे सही नक्शा आउटपुट छवियां नहीं मिल रही हैं, जिनमें से कुछ दोहराए जाते हैं

कोशिश करें imagesLoaded < / कोड>:

उपयोग सीधा है: चित्र लोड (एएमएम, कॉलबैक);

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -