Forum Moderators: open

Message Too Old, No Replies

Flash movie does not play correctly in .HTML

Movie plays perfect in .SWF

         

Bowdii

6:33 pm on Jan 17, 2006 (gmt 0)

10+ Year Member



I have made a .SWF movie where there is video implemented. The intro is a few pics that has an overlaying audio, and than comes into a testimonial about our product. This all plays perfect in the .SWF...

But when it is implemented into a .HTML file, the audio is not matching up with the video.

Here is the code that I have used to insert into .HTML.

<code>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>StudentTourAudio</title>
</head>

<body>
<center>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="825" height="600" ID="Captivate1">
<param name="movie" value="JackIntro.swf">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="loop" value="0">
<embed src="JackIntro.swf" width="825" height="600" loop="0" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false"></embed>
</object>
</center>
</body>
</html>
</code>

Any help would be greatly appreciated!

Thanks,
Bo

Richard_N

9:36 pm on Jan 17, 2006 (gmt 0)



synching is very difficult as it relies upon frame rate, and the download speed can vary from internet connection to internet connection, also the speed of the end users computer is a factor, plus the flash palyer version being used.

basically you may need to preload everything to get a respectable result.