hi roland
its working but i dont know why.
<HTML>
<HEAD>
<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
<TITLE>load_images</TITLE>
<style type="text/css">
<!--
A:link { color: #000000; text-decoration: none; }
A:visited { color : #000000; text-decoration: none; }
A:hover {color: #FF6600; text-decoration: none ;}
A:active {color: #FF6600; text-decoration: none; }
//-->
</style>
<SCRIPT LANGUAGE=JavaScript>
<!--
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the the FSCommand messages in a Flash movie
function fscommand_DoFSCommand(command, args) {
var fscommandObj = InternetExplorer ? fscommand : document.fscommand;
if(command == "openPicture") {
openPicture();
}
}
function openPicture(imageType,imageName,imageWidth,imageHeight,alt,posLeft,posTop) { // v4.01
newWindow = window.open("","newWindow","width="+imageWidth+",height="+imageHeight+",scrollbars=no,left="+posLeft+",top="+posTop);
newWindow.document.open();
newWindow.document.write('<html><title>'+alt+'</title><body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" onBlur="self.close()">');
newWindow.document.write('<img src=\"'+imageName+'\" width='+imageWidth+' height='+imageHeight+' alt=\"'+alt+'\">'); // }
newWindow.document.write('</body></html>');
newWindow.document.close();
newWindow.focus();
}
// Hook for Internet Explorer
//if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && //navigator.userAgent.indexOf("Windows 3.1") == -1) {
//document.write('<SCRIPT LANGUAGE=VBScript\> \n');
//document.write('on error resume next \n');
//document.write('Sub fscommand_FSCommand(ByVal command, ByVal args)\n');
//document.write(' call fscommand_DoFSCommand(command, args)\n');
//document.write('end sub\n');
//document.write('</SCRIPT\> \n');
//}
//-->
</SCRIPT>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<center>
<br>
<br>
<br><br>
<br>
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
ID="load_images" WIDTH="600" HEIGHT="360" ALIGN="">
<PARAM NAME=movie VALUE="load_images.swf?bgcolor=#ffffff"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#ffffff> <EMBED src="load_images.swf?bgcolor=#ffffff" quality=high bgcolor=#ffffff WIDTH="600" HEIGHT="360" swLiveConnect=true ID="load_images" NAME="load_images" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</center>
</BODY>
</HTML>