I made SWF and I imported to dreamwaver, its play very well in dream waver and with safari or firefox or any other browser, but when I upload it online its not showing or playing. its my work related website.
here is the link
video size 164 kb SWF
http://www.dubai3dstudio.com/showreel.html
I need help
here is the code :-------------------------------------------------------------------
First part
<script type="text/javascript" src="js/html5.js"></script>
<script type="text/javascript" src="js/jquery-1.4.2.min.js" ></script>
<script src="js/jcarousellite.js" type="text/javascript"></script>
<script src="js/easing.js" type="text/javascript"></script>
<script type="text/javascript" src="js/imagepreloader.js"></script>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<script type="text/javascript">
second part
</ul>
</nav>
<section class="carousel-box">
<object id="FlashID" classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" width="940" height="361">
<param name="movie" value="showreel.swf">
<param name="quality" value="high">
<param name="wmode" value="opaque">
<param name="swfversion" value="6.0.65.0">
<param name="expressinstall" value="Scripts/expressInstall.swf">
<object type="application/x-shockwave-flash" data="showreel.swf" width="940" height="361">
<param name="quality" value="high">
<param name="wmode" value="opaque">
<param name="swfversion" value="6.0.65.0">
<param name="expressinstall" value="Scripts/expressInstall.swf">
<div>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
</div>
</object>
</object>
</section>
</div>
</header>