Ich verwende im Flash einen JavaScript Befehl für ein popup Fenster es funktioniert aber nur
im FireFox und nicht im Internet Explorer.
Link für das popup Fenster im FlashMX:
on (release) {
getURL("JavaScript:OpenPopUp('maibaum.html','','width=350,height=350')", "_self");
}
Html Code:
<html>
<head>
<title>ffzelking.at</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript1.4">
<!--
function OpenPopUp(theURL,winName,features) { window.open(theURL,winName,features);
}
//-->
</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
27CDB6E-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>
im FireFox und nicht im Internet Explorer.
Link für das popup Fenster im FlashMX:
on (release) {
getURL("JavaScript:OpenPopUp('maibaum.html','','width=350,height=350')", "_self");
}
Html Code:
<html>
<head>
<title>ffzelking.at</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript1.4">
<!--
function OpenPopUp(theURL,winName,features) { window.open(theURL,winName,features);
}
//-->
</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

<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>