26568
Goto Top

Video bei Dreamweaver

Video bei Dreamweaver 8

Hallo!
kann man bei macromedia Dreamweaver 8 irgendwie ein VIdeo einfügen?

Content-Key: 31364

Url: https://administrator.de/contentid/31364

Printed on: April 26, 2024 at 16:04 o'clock

Mitglied: 16568
16568 Apr 28, 2006 at 07:47:19 (UTC)
Goto Top
<object id="MediaPlayer1" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Microsoft Windows Media Player components..." width="400" height="350">

<PARAM NAME="fileName"

VALUE ="http://www.deine-domain.de/dein-video.endung">

<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">

<EMBED TYPE="application/x-mplayer2" PLUGINSPAGE="http://microsoft.com/windows/mediaplayer/en/download"

ID=MediaPlayer

Name="mp_426289569"

WIDTH="400"

HEIGHT="350"

Src="http://www.deine-domain.de/dein-video.endung"

AutoSize="0"

AutoStart="1"

ClickToPlay="1"

DisplaySize="1"

EnableContextMenu="1"

EnableFullScreenControls="1"

EnableTracker="1"

Mute="0"

PlayCount="1"

ShowControls="1"

ShowAudioControls="1"

ShowDisplay="0"

ShowGotoBar="0"

ShowPositionControls="1"

ShowStatusBar="1"

ShowTracker="1"

Stretch="1">

</EMBED>

</OBJECT>


Lonesome Walker
Mitglied: 26568
26568 Apr 28, 2006 at 10:51:59 (UTC)
Goto Top
oh danke, es geht
Mitglied: 67891
67891 Jul 28, 2008 at 10:53:04 (UTC)
Goto Top
hallo, habe diesen code eingefügt und es spielt auch ab http://www.coechens-homepage.de

jedoch nur ca. 2-3 sekundenn und das war es dann.....dabei ist das video doch auf dem server!?!?!?