Versuche es mal so:
den folgenden Code als intro.php im content Ordner speichern
<?php
defined ('main') or die ( 'no direct access' );
$title = $allgAr['title'].' :: Intro';
$hmenu = 'Intro';
$design = new design ( $title , $hmenu );
$design->header();
?>
<OBJECT ID="mediaPlayer" width="500" height="500" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/n smp2inf.cab#Version=5,1,52,701" STANDBY="Die Microsoft Windows Media Player components werden geladen! Bitte warten..." TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="intro/intro.wmv">
<PARAM NAME="AnimationAtStart" VALUE="1">
<PARAM NAME="ShowControls" VALUE="0">
<PARAM NAME="ShowTracker" VALUE="0">
<PARAM NAME="ShowDisplay" VALUE="0">
<PARAM NAME="ShowStatusBar" VALUE="1">
<PARAM NAME="AutoSize" VALUE="0">
<EMBED width="500" height="500" TYPE="application/x-mplayer2" PLUGINSPAGE="http://www.microsoft.com/Windows/Downloads/Contents/Produc ts/MediaPlayer/"
FILENAME="intro/intro.wmv"
SRC="intro/intro.wmv"
NAME="mediaPlayer" SHOWCONTROLS="0" SHOWDISPLAY="0" SHOWSTATUSBAR="0">
<NOEMBED>Your browser can't read the Intro background of this page</NOEMBED>
</object>
<?php
$design->footer();
?>
und das Intro als intro.wmv in einen Ordner Intro im hauptverzeichnis speichern.
eh ja dann halt eben das Startmodul der Seite auf intro.php ändern
Zuletzt modifiziert von Rock@wulf am 01.11.2012 - 15:26:26
Meine Postings repräsentieren meine Meinung wenn nicht anders gekennzeichnet.
MFG Rock@wulf