Forum Moderators: open
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
basically you may need to preload everything to get a respectable result.