Quote Originally Posted by gwpriester View Post
Welcome to TalkGraphics

Can you attach your file so we can look and see if we can help you with this problem?
Thanks for your reply.


When you unzip the file and open the index file. When you press play on the video and then move your mouse over the any of the blue or black buttons ,the video freeze in internet explorer etc.

I created a square in web designer, went to web properties and pasted the code in Replace with HTML code (see code below)

Then I got the problem explained above.

Now I tried a different approach , I created a plain page in web designer went to the view source and the pasted this same code below in the page and everything work fine, it seem using replace with HTML code add extra code that doesn’t not make my video work well.

Any help will be great.
Thanks

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="300" height="270" id="SyncVideo" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="SyncVideo.swf" />
<param name="loop" value="false" />
<param name="menu" value="false" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="#ffffff" />
<embed src="SyncVideo.swf" loop="false" menu="false" quality="high" wmode="transparent" bgcolor="#ffffff" width="300" height="270" name="SyncVideo" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer_tw" />
</object>