Einzelnen Beitrag anzeigen
Alt 05.02.2002, 11:01   #6
hans friedmann
Elite
 
Registriert seit: 15.09.2000
Beiträge: 1.268


Standard

tut mir leid muß dich entäuschen, aber die hat den genauso drinnen. nur ist das fenster welches sich öffnet so angepaßt das das flash movie alles ausfüllt. den source der flashindex.html file ist:

tataatta
:

<HTML>
<HEAD>
<TITLE>Viaduct</TITLE>
<META NAME="Author" CONTENT="Deepend">
<META NAME="Copyright" CONTENT="1999 Deepend Design">
</HEAD>

<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
function spawn(category, product) {
w=640;
h=450;

if (navigator.appVersion.indexOf('4') != -1) {
// Vars for centering the new window on Version 4 Browsers
x = (screen.width - w) / 2;
y = (screen.height - h) / 2;
} else {
x = 25;
y = 25;
}

myArray = new Array();

myArray = category.split(' ');
newcategory = '';
for (i=0; i<myArray.length; i++) {
newcategory = newcategory + myArray[i] + '+';
}

myArray = product.split(' ');
newproduct = '';
for (i=0; i<myArray.length; i++) {
newproduct = newproduct + myArray[i] + '+';
}

url = 'products.php3?category='+newcategory+'&product='+ newproduct;

if(newcategory.indexOf(".jpg")!=-1){
w=460
h=460
}

window.open(url, 'nameW', 'height=' + h + ',width=' + w + ',scrollbars=0,resizable=0,menubar=0,toolbar=0,sta tus=0,location=0,directories=0,left=' + x + ',top=' + y);
}
//-->
</SCRIPT>

<!-- <BODY bgcolor="#DEE8D2" leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 onLoad="window.focus()">
-->
<BODY bgcolor="#ffffff" leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 onLoad="window.focus()">


<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" ID=Viaduct WIDTH=790 HEIGHT=400><PARAM NAME=movie VALUE="first.swf"><PARAM NAME=quality VALUE=high><PARAM NAME=scale VALUE=exactfit><PARAM NAME=bgcolor VALUE=#DEE8D2><EMBED src="first.swf" quality=high scale=exactfit bgcolor=#DEE8D2 WIDTH=790 HEIGHT=400 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED></OBJECT>

</BODY>
</HTML>


wie du siehst ist sehr wohl der object tag drinnen
hans friedmann ist offline   Mit Zitat antworten