Hallo Leute!!!
Da jetzt alle über Intros reden bin ich auch auf die idee gekommen, mir ein Intro zu erstellen!!!
nun habe ich ein problem!!!
Ich habe eine wmv datei und die habe ich schon in eine htm eingebunden!
www.wangalm.com/intro.htm
nun zu meiner Frage:
kann man da den Mediaplayer (tasten Play, lautstärke, Stop usw...)
entfernen so dass nur das Video zu sehen ist!!!
und wie stellt man das ein, dass er nur einmal automatisch gestartet wird und dann , nach ablauf des Videos
automatisch auf die HP umgeleitet wird!!!!!
Ich hoffe Ihr könnt mir helfen
MFG
Steff
PS:
Hir ist der CODE
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Ohne_Titel_1</title>
<style type="text/css">
.style1 {
text-align: center;
}
</style>
</head>
<body>
<div class="style1">
<object id='mediaPlayer' width="320" height="266"
classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
codebase='activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
<div class="style1">
<param name='fileName' value="Film.wmv">
<param name='animationatStart' value='true'>
<param name='transparentatStart' value='true'>
<param name='autoStart' value="true">
<param name='showControls' value="true">
<param name="ShowStatusBar" value="true">
<param name='loop' value="1">
<embed type='application/x-mplayer2'
pluginspage='microsoft.com/windows/mediaplayer/en/download/'
src="deinvideo"
width="385"
height="265"
autostart="1"
displaysize='4'
autosize='0'
bgcolor='black'
showcontrols="0"
showtracker='1'
ShowStatusBar='1'
showdisplay='1'
videoborder3d='0'
designtimesp='5311'
loop="1"> </embed>
</div>
</object>
</div>
</body>
</html>
Da jetzt alle über Intros reden bin ich auch auf die idee gekommen, mir ein Intro zu erstellen!!!
nun habe ich ein problem!!!
Ich habe eine wmv datei und die habe ich schon in eine htm eingebunden!
www.wangalm.com/intro.htm
nun zu meiner Frage:
kann man da den Mediaplayer (tasten Play, lautstärke, Stop usw...)
entfernen so dass nur das Video zu sehen ist!!!
und wie stellt man das ein, dass er nur einmal automatisch gestartet wird und dann , nach ablauf des Videos
automatisch auf die HP umgeleitet wird!!!!!
Ich hoffe Ihr könnt mir helfen
MFG
Steff
PS:
Hir ist der CODE
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Ohne_Titel_1</title>
<style type="text/css">
.style1 {
text-align: center;
}
</style>
</head>
<body>
<div class="style1">
<object id='mediaPlayer' width="320" height="266"
classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'
codebase='activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
<div class="style1">
<param name='fileName' value="Film.wmv">
<param name='animationatStart' value='true'>
<param name='transparentatStart' value='true'>
<param name='autoStart' value="true">
<param name='showControls' value="true">
<param name="ShowStatusBar" value="true">
<param name='loop' value="1">
<embed type='application/x-mplayer2'
pluginspage='microsoft.com/windows/mediaplayer/en/download/'
src="deinvideo"
width="385"
height="265"
autostart="1"
displaysize='4'
autosize='0'
bgcolor='black'
showcontrols="0"
showtracker='1'
ShowStatusBar='1'
showdisplay='1'
videoborder3d='0'
designtimesp='5311'
loop="1"> </embed>
</div>
</object>
</div>
</body>
</html>