Hi Amigos,
ich habe zur zeit ein problem mit popups in flash. ich habe meine startseite (swf) in Dreamweaver importiert, und das popupscript. Danach entstand dies hier:
Code:
<HTML DIR=LTR><BODY bgcolor="#000000">
<HEAD>
<TITLE>entgultige hp</TITLE>
</HEAD> <script language="JavaScript">
function open_01() { open("personal details.htm","0","width=600,height=600, resizable=1,scrollbars=no,screenX=0,screenY=0,top=0,left=0"); }
</script>
<!-- URL's used in the movie--> <!-- text used in the movie--> <!--loading m-universal ... --><OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
WIDTH=750 HEIGHT=330>
<PARAM NAME=movie VALUE="entgultige hp.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#000000> <EMBED src="entgultige hp.swf" quality=high bgcolor=#000000 WIDTH=750 HEIGHT=330 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
</BODY>
</HTML>
in flash hab ich dann auf die button dieses script gelegt:
PHP-Code:
on (release) {
javascript:open_01()
}
damit sollen die personal details geöffnet werden.
Leider klappt das aber nicht so wie es klappen sollte.
kann da vielleicht jemand helfen :(
open_01