autoplayMovies: false - just won't word

1 message Options
Embed this post
Permalink
RayNg

autoplayMovies: false - just won't word

Reply Threaded More More options
Print post
Permalink
Hi,
Can some guru tell me why my attempt not to autoplay the movie just will not work :

http://www.paradi.com/testfolder/Untitled-2.html. The codes :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>

<link rel="stylesheet" type="text/css" href="/shadowbox/shadowbox.css" />
<!-- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="accordion/ddaccordion.js"></script> -->
<script type="text/javascript" src="/shadowbox/shadowbox.js"></script>
<script type="text/javascript">
Shadowbox.init({
    language:   "en",
        autoplayMovies: false,
        players: ["swf"]
});
</script>

</head>

<body>

 Waves 15th Anniversary Video.

</p>
</body>
</html>