1. 뚜껑이 있는 플라스틱병 준비
2. 물 : 주방세제 : 글리세린 = 3 : 3 : 1
* 글리세린은 약국에서 구입
3. 물엿을 넣으면 비눗방울이 튼튼해지니, 약간 넣어줄 것
4. 병을 흔들어 거품이 생기면 비눗방울이 잘 만들어지지 않으니, 젓가락으로 휘휘 저어줄 것
* 거품이 생겼으면 스펀지로 흡수
tip 1. 비눗방울은 만든지 오래될수록 잘 만들어지니 미리 만들어둘 것
tip 2. 먼지가 있거나 햇빛좋은 날은 피하고, 안개 낀 아침이나 비온 후의 축축하고 서늘한 날씨에 만들 것
var flashVersion = parent.swfobject.getFlashPlayerVersion();
if(typeof flashVersion != "undefined" && typeof flashVersion.major != "undefined" && flashVersion.major >= 10 && typeof ExifViewer != "undefined"){
var getTxImages = function () {
var result, txImages, images, i, len, img;
result = [];
images = [];
txImages = document.body.getElementsByTagName("img");
len = txImages.length;
for (i = 0; i < len; i += 1) {
img = txImages[i];
if (/tx\-daum\-image|txc\-image/.test(img.className)) {
images.push(img);
}
}
return result;
};
var txImages = getTxImages();
ExifViewer.load({
serviceName: "blog",
images: txImages,
showAllItem: false,
imageViewer: {
templateValue: {
blogid: encodeURIComponent(BLOGID),
articleurl: encodeURIComponent("http://blog.daum.net/iamcaptain/7248440")
},
photoList: {
photoListProtocol: "blogphotolistselect",
photoListDataFromUrl: "http://blog.daum.net/_blog/api/PhotoListSelectImageViewer.do?blogid={blogid}&articleurl={articleurl}&imageurl={imageurl}"
},
groupList: {
groupListProtocol: "blogcatelist",
groupListDataFromUrl: "http://blog.daum.net/_blog/api/CategoryList.do?blogid={blogid}"
},
data: {
count: txImages.length,
getViewingUrl: function (index) {
return txImages[index].src;
}
}
}
});
}