Hey,
klar ist das möglich. Ich benutzte das so (mit flash):
.htaccess
#Die Anweisung bewirkt das das Intro zuerst aufgerufen wird
#Sollte die Introdatei nicht vorhanden sein werden die Dateien
#der Reihenfolge nach abgefragt bis eine der genannten Dateien
#gefunden und angezeigt wird
#Die Anweisung nicht verändern
DirectoryIndex intro.php index.php
intro.
php
<?php
define ( 'main' , TRUE );
session_name ('sid');
session_start ();
require_once ('include/includes/config.php');
require_once ('include/includes/loader.php');
db_connect();
user_identification();
site_statistic();
db_close();
?>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>3sT.LivE - Das Community und Clan Projekt</title>
<style type="text/css">
<!--
a {
text-decoration:none;
}
div {
text-align: center;
}
body {
margin: 10% 10%;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
vertical-align: middle;
background-color: #000000;
}
-->
</style>
</head>
<body>
<div>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="720" height="551" id="test" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="autostart" value="true" />
<param name="loop" value="true" />
<param name="movie" value="DATEINAME.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#000000" />
<param name="name" value="BESCHREIBUNG" />
<embed src="DATEINAME.swf"
autostart="true"
quality="high"
bgcolor="#000000"
width="720"
height="551"
name="BESCHREIBUNG"
align="middle"
loop="true"
allowScriptAccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
<br />
<br />
<br />
<br /><font size="1px"><a href="index.php" target="_self">Enter Page</a></font></div>
</body>
Denk dran 2x BESCHREIBUNG und DATEINAME.swf zu editieren
Zuletzt modifiziert von Ithron am 27.03.2008 - 22:07:47