Mal ein einfaches Beispiel, wie man z.b. ne swf vor die Webseite packt.
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<meta http-equiv="refresh" content="8; URL=deineWebseite.de">
<title>Dein Homepagetitel</title>
<style type="text/css">
#zentriert {
position:absolute;
//top:50%;
//left:50%;
width:100%;
height:100%; /* kleine Zugabe von 40px für Skip Intro Link */
//margin-left:-300px; /* halber width-Wert */
//margin-top:-220px; /* halber height-Wert */
padding:0em;
}
</style></head>
<body>
<div id="zentriert">
<object classid="CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" width="600" height="400">
<param name="movie" VALUE="beispiel.swf">
<param name="quality" value="high">
<param name="scale" value="exactfit">
<param name="menu" value="true">
<param name="bgcolor" value="#000040">
<embed src="Link zur beispiel.swf" quality="high" scale="exactfit" menu="false"
bgcolor="#ffffff" width="100%" height="100%" swLiveConnect="false"
type="application/x-shockwave-flash" pluginspage
="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
</object>
<p style="text-align:center;"><a href="Link zu deiner Webseite">Skip Intro</a></p>
</div>
</body>
</html>
htaccess bearbeiten und
Zitat:
DirectoryIndex index.html index.php
|
hinzufügen
Intro's nerven aber....