Hi!
In meiner XYZ.htm habe ich wie folgt ein flashfile eingebunden:
<HEAD>
<TITLE>selfrotation</TITLE>
</HEAD>
<BODY bgcolor="#000066">
<!-- URL's used in the movie--> <A HREF=javascript:window.close ();></A> <!-- text used in the movie--> <!--? ? --><OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
WIDTH=720 HEIGHT=500>
<PARAM NAME=movie VALUE="selfrotation.swf"> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#000066>
<EMBED src="selfrotation.swf" menu=false quality=high bgcolor=#000066 WIDTH=720 HEIGHT=500 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
</BODY>
</HTML>
Momentan ist's halt 'ne stinknormale (leere) vollbild htm (nur) mit dem Flashfile drinnen. Nun möchte ich einige javascript-parameter setzen.
Ich hab's derweil in eine funktion gepackt weil ich nicht weiß wie ich das ohne funktion lösen kann.
<script>
function winopen(){
fenster=window.open("Selfrotation.swf","Selfrotation","toolbar=no,menubar=no,resizeable=no,width=720 ,height=500");
}
</script>
Wie muss ich das in die XYZ.htm einbauen damit er das window genau so macht??
Hoffentlich wars einigermaßen verständlich!?!?!?
Bye
In meiner XYZ.htm habe ich wie folgt ein flashfile eingebunden:
<HEAD>
<TITLE>selfrotation</TITLE>
</HEAD>
<BODY bgcolor="#000066">
<!-- URL's used in the movie--> <A HREF=javascript:window.close ();></A> <!-- text used in the movie--> <!--? ? --><OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
WIDTH=720 HEIGHT=500>
<PARAM NAME=movie VALUE="selfrotation.swf"> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#000066>
<EMBED src="selfrotation.swf" menu=false quality=high bgcolor=#000066 WIDTH=720 HEIGHT=500 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
</OBJECT>
</BODY>
</HTML>
Momentan ist's halt 'ne stinknormale (leere) vollbild htm (nur) mit dem Flashfile drinnen. Nun möchte ich einige javascript-parameter setzen.
Ich hab's derweil in eine funktion gepackt weil ich nicht weiß wie ich das ohne funktion lösen kann.
<script>
function winopen(){
fenster=window.open("Selfrotation.swf","Selfrotation","toolbar=no,menubar=no,resizeable=no,width=720 ,height=500");
}
</script>
Wie muss ich das in die XYZ.htm einbauen damit er das window genau so macht??
Hoffentlich wars einigermaßen verständlich!?!?!?
Bye
Kommentar