Hallo,
Ich benutze Web Designer MX Premium 8 und möchte wen das Video durchgelaufen ist mit dem integrierten WD HD H.264-Video-Player,es nicht wieder von vorne beginnt (Startet Repetition) wie kann man es im Platzhalter stoppen wenn das Video durch ist im HTML Code (body) Vielen dank!
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab#version=9,0,28,0" id="retail_video_player" width="100%" height="100%" align="middle">
<param name="movie" value="index_htm_files/retail_video_player.swf"/>
<param name="flashvars" value="url=Web.mp4&sound=true&loop=true&tooltip=true&autoplay=true&swfborder=true&bgcolor=0x000000&bgalpha=0.1"/>
<param name="wmode" value="transparent"/>
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="true"/>
<param name="quality" value="high"/>
<param name="menu" value="false"/>
<script type="text/javascript">
if(!navigator.userAgent.match(/(iPhone|iPod|iPad)/)){document.write("\x3cembed type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" ");
document.write("name=\"retail_video_player\" width=\"100%\" height=\"100%\" align=\"middle\" ");
document.write("src=\"index_htm_files/retail_video_player.swf?url=Web.mp4&sound=true&loop=true&tooltip=true&autoplay=true&swfborder=true&bgcolor=0x000000&bgalpha=0.1\" ");
document.write("wmode=\"transparent\" allowScriptAccess=\"sameDomain\" allowFullscreen=\"true\" quality=\"high\" menu=\"false\"/>");
}
document.write("\x3cvideo src=\"index_htm_files/Web.mp4\" controls width=\"100%\" height=\"100%\"/>");
</script>
</object>
MAGIX Web Designer MX Premium (Version 8) Video Repetition ausschalten??
labtec1
schrieb am 21.03.2013 um 19:23 Uhr