주제: Uniqlock를 사이드바에 달았을 때
유니클록(http://www.uniqlo.jp/uniqlock/)을 사이드바에 태그 입력기를 이용하여 설치하였을 때, 테이블 형식의 카테고리 리스트가 펴지지 않는 문제가 있습니다. 심각한 문제는 아니고 단지 현상이 일어나기에 보고합니다.
사용은 다음과 같이 스크립트를 불러서
<script type="text/javascript" src="http://www.uniqlo.jp/uniqlock/user/js/IOqkrU1jdypbEGX9.js"></script>내용물은...
// JavaScript Document
var MM_contentVersion = 8;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
var words = navigator.plugins["Shockwave Flash"].description.split(" ");
for (var i = 0; i < words.length; ++i)
{
if (isNaN(parseInt(words[i])))
continue;
var MM_PluginVersion = words[i];
}
var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0
&& (navigator.appVersion.indexOf("Win") != -1)) {
document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
document.write('on error resume next \n');
document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
document.write('</SCR' + 'IPT\> \n');
}
if ( MM_FlashCanPlay ) {
if (typeof uniqlockUniqueId == "undefined") {
uniqlockUniqueId = Math.floor(Math.random() * 1000000000);
}
if (typeof uniqlockJSLoaded == "undefined") {
document.writeln('<script type="text/javascript" src="http://www.uniqlo.jp/uniqlock/js/setLayer.js"></script>');
document.writeln('<script type="text/javascript" src="http://www.uniqlo.jp/uniqlock/js/openWindow.js"></script>');
uniqlockJSLoaded = true;
}
document.writeln('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="160" height="130" id="uniqlock_blogparts_small" align="middle">');
document.writeln('<param name="allowScriptAccess" value="always" />');
document.writeln('<param name="movie" value="http://www.uniqlo.jp/uniqlock/swf/blog_small.swf?user_id=IOqkrU1jdypbEGX9&unique_id=' + uniqlockUniqueId + '" />');
document.writeln('<param name="menu" value="true" />');
document.writeln('<param name="quality" value="high" />');
document.writeln('<param name="scale" value="noscale" />');
document.writeln('<param name="bgcolor" value="#ffffff" />');
document.writeln('<param name="wmode" value="transparent" />');
document.writeln('<embed src="http://www.uniqlo.jp/uniqlock/swf/blog_small.swf?user_id=IOqkrU1jdypbEGX9&unique_id=' + uniqlockUniqueId + '" menu="true" quality="high" scale="noscale" wmode="transparent" bgcolor="#ffffff" width="160" height="130" name="uniqlock_blogparts_small" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.writeln('</object>');
}else{
document.write('<a href="http://www.uniqlo.jp/uniqlock/">');
document.write('<img src="http://www.uniqlo.jp/uniqlock/images/noflash_s.gif" width="160" height="130" border="0"></a>');
}glradios (2007-10-14 19:08:40)에 의해 마지막으로 수정
Even after dark the nights, morning always comes.