// 외부 이미지 미리 받아 놓기

            var imgList = [];

            imgList.push("http://www.onlifezone.com/files/attach/images/116/908/737/011/111.gif");

            imgList.push("http://t2.gstatic.com/images?q=tbn:ANd9GcSJo1HQiuwDIklcOZG1Puq2iO5h79emfGuQV0_4JIUMgVXvpVPCMii8aXdcNw");

            imgList.push("http://www.v3wall.com/wallpaper/1680_1050/1108/1680_1050_20110809091524388043.jpg");

            imgList.push("http://www.v3wall.com/wallpaper/medium/1108/medium_20110809091236292253.jpg");

            imgList.push("http://www.v3wall.com/wallpaper/medium/1108/medium_20110809091550345142.jpg");

            imgList.push("http://www.v3wall.com/wallpaper/1600_1200/1108/1600_1200_20110809091508200270.jpg");

            imgList.push("http://www.v3wall.com/wallpaper/1920_1080/1108/1920_1080_20110809091410556289.jpg");

            imgList.push("http://www.v3wall.com/wallpaper/1920_1080/1108/1920_1080_20110809091324246399.jpg");

            imgList.push("http://www.v3wall.com/wallpaper/1920_1080/1102/1920_1080_20110204103714496177.jpg");

            imgList.push("http://www.v3wall.com/wallpaper/1920_1080/1102/1920_1080_20110204103756281487.jpg");

            imgList.push("http://www.v3wall.com/wallpaper/1920_1080/1102/1920_1080_20110204104030521738.jpg");

            imgList.push("mc/1920_1080_20110204104030521738.jpg");


            for (var i = 0; i < imgList.length; i++) {

                var imgLoader = qx.io.ImageLoader;

                imgLoader.load(imgList[i], function (source, entry) {

                    // TODO

                });

            }


// 내부 이미지 미리 받아 놓기.

for (var i=0; i<count; i++) { var icon = "icon/32/places/" + iconImages[Math.floor(Math.random() * iconImages.length)]; var resolved = aliasManager.resolve(icon); var url = resourceManager.toUri(resolved); items[i] = { label: "Icon #" + (i+1), icon: icon, resolvedIcon: url }; }

+ Recent posts