Hi Leute, wer kann mir sagen wie ich in einer htm Seite einen Film (wmv)einbinden kann, ohne das sich dabei der Win Mediaplayer öffnet! Der Film soll z.B. in einer Tabelle angezeigt werden...
Film einbinden
-
-
Kann mir niemand helfen? Habe ich die Frage falsch formuliert?
-
-
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head><body bgcolor="#000000">
</p><table width="385" border="1" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="367"><object width="401" height="364" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" codebase="http://activex.microsoft.com/activex/contro…f.cab#Version=6, 4, 5, 715" standby="Loading Microsoft Windows Media Player components..." type="application/x-oleobject" usemap="##down">
<param name="AutoStart" value="True">
<param name="AnimationAtStart" value="true">
<param name="ShowStatusBar" value="true">
<param name="ShowControls" value="true">
<param name="ShowAudioControls" value="true">
<param name="ShowPositionControls" value="true">
<param name="ShowTracker" value="false">
<param name="ShowGotoBar" value="false">
<param name="ShowCaptioning" value="false">
<param name="ShowDisplay" value="false">
<embed type="application/x-mplayer2" id="tvt_player" pluginspage="http://microsoft.com/windows/mediaplayer/en/download/" showcontrols="true" showtracker="false" showdisplay="false" showcaptioning="false" autosize="0" showstatusbar="true" showpositioncontrols="true" width="401" height="364" src="Deinfilm.wmv" autostart="True" designtimesp="5311" animationatstart="true" showaudiocontrols="true" showgotobar="false">
</embed>
</object></td>
</tr>
</table>
</body>
</html>