Авто запуск видео на сайте.

[Удален]
1092

Добрый вечер. Люди помогите, тут такая заминка.

В camtasia studio, создал видео для сайта. Camtasia сделала сама страницу под видео, только вот проблема, видео сразу запускается, после загрузки страницы. Подскажите, как сделать, чтобы она после загрузке стояла на паузе.

Вот листинг страницы%

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!-- saved from url=(0025)http://www.techsmith.com/ -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="Author Email" content="pkzavr@gmail.com" />
<meta name="DC.creator" content="Попов Максим" />
<meta name="DC.date" content="Thursday, June 17, 2010" />
<meta name="DC.language" content="RU" />
<meta name="itunes.block" content="No" />
<meta name="itunes.explicit" content="Clean" />
<meta name="itunes.category" content="Arts" />

<title>Created by Camtasia Studio 4</title>
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript" src="cam_embed.js"></script>


<link rel="stylesheet" type="text/css" href="FlashTemplate.css"/>
</head>
<body id="cs_flashBody" >
<div id="flashcontent">
<div id="cs_noexpressUpdate">
<p>The Camtasia Studio video content presented here requires JavaScript to be enabled and the latest version of the Macromedia Flash Player. If you are you using a browser with JavaScript disabled please enable it now. Otherwise, please update your version of the free Flash Player by <a href="http://www.macromedia.com/go/getflashplayer">downloading here</a>. </p>
</div>
</div>
<script type="text/javascript">
// <![CDATA[
var fo = new SWFObject( "123_controller.swf", "123_controller.swf", "320", "295", "7", "#FFFFFF", false, "best" );
fo.addVariable( "csConfigFile", "123_config.xml" );
fo.addVariable( "csColor" , "FFFFFF" );
fo.addVariable( "csPreloader" , "123_preload.swf" );
if( args.movie )
{
fo.addVariable( "csFilesetBookmark", args.movie );
}
fo.write("flashcontent");
// ]]>

</script>
</body>
</html>

[Удален]
#1

Camtasia Studio > Produce and Share button > Custom production settings > Next > MP4/SWF – Flash Output > Next > Flash Options button > Controls tab

Pause at start

Starts the video paused requiring viewers to click the Play button to start playback.

http://download.techsmith.com/camtasiastudio/docs/onlinehelp/enu/700/wwhelp/wwhimpl/js/html/wwhelp.htm?href=4_Produce.4.1.html

p.s. если правильно смог предположить, то добавьте: fo.addVariable( "autostart" , "false" );

[Удален]
#2

Спасибо, вроде смог.

Авторизуйтесь или зарегистрируйтесь, чтобы оставить комментарий