Hab ein Problem mit einen popup Fenster das aus einer Flash Seite geöffnet wird
es funktioniert am MAC in allen Browsern (FireFox, IE, Safari) und am PC nur im FireFox nicht im IE sobald die Seite vom Server geöffnet wird.Habs auch schon im Flash Forum versucht.
HTML Code:
es funktioniert am MAC in allen Browsern (FireFox, IE, Safari) und am PC nur im FireFox nicht im IE sobald die Seite vom Server geöffnet wird.Habs auch schon im Flash Forum versucht.
Code:
on (release) {
getURL("javascript:winOpen('maibaum.html', 350, 350); void(0);");
}
HTML Code:
HTML:
<html>
<head>
<title>ffzelking.at</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--
function winOpen(url, breite, hoehe) {
links = (screen.width/2)-(breite/2);
oben = (screen.height/2)-(hoehe/2);
window.open(url,"popup","height="+hoehe+",width="+breite+",status = no,toolbar = no,menubar = no,location = no,resizable = no,titlebar = no,scrollbars = no,fullscreen = no,top ="+oben+",left ="+links);
}
//-->
</script>
</head>
<body bgcolor="#CCCCCC" leftmargin="0" marginheight="0" marginwidth="0" topmargin="0" rightmargin="0" bottommargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td align="center" valign="middle"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" height="600" width="800">
<param name="movie" value="hp_122004.swf">
<param name="quality" value="high">
<embed height="600" pluginspage="http://www.macromedia.com/go/getflashplayer" src="hp_122004.swf" quality="high" type="application/x-shockwave-flash" width="800">
</object></td>
</tr>
</table>
</body>
</html>