450
/FullSizeImageLoader_v
f18
1.swf',
'fullsizeimageloader',
document.documentElement.clientWidth,
document.documentElement.clientHeight,
'9'
);
so.addVariable('source', 'http://image61.webshots.com/61/5/60/34/2075560340069832617FqbHaP_fs.jpg');
so.addParam('allowscriptaccess', 'always');
so.write('fullSizeImageLoaderContainer');
resizeFlash.obj = document.getElementById('fullsizeimageloader');
var clientWidth = 0;
var clientHeight = 0;
function resizeFlash() {
clientWidth = document.documentElement.clientWidth;
clientHeight = document.documentElement.clientHeight;
resizeFlash.obj.style.width = clientWidth + 'px';
resizeFlash.obj.style.height = clientHeight + 'px';
refreshFlash();
}
function refreshFlash() {
try {
(window.fullsizeimageloader || document.fullsizeimageloader).scaleAndCenter(clientWidth, clientHeight);
} catch(e) {
setTimeout(function() { refreshFlash(); }, 100);
}
}
function loadImage() {
try {
(window.fullsizeimageloader || document.fullsizeimageloader).load("http://image61.webshots.co61/5/60/34/2075560340069832617FqbHaP_fs.jpg");
} catch(e) {
setTimeout(function() { loadImage(); }, 100);
}
}
window.onresize = function() {
clearTimeout(resizeFlash.timer);
resizeFlash.timer = setTimeout(resizeFlash, 100);
};
loadImage();