Hello,

I insert the following code for embedded video with flash 8 :


<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="320" height="240" align="middle">
	<param name="allowScriptAccess" value="sameDomain" />
	<param name="allowFullScreen" value="false" />
	<param name="movie" value="files/flash/video.swf" />
	<param name="quality" value="high" />
	<param name="bgcolor" value="#ffffff" />	
<embed src="files/flash/video.swf" quality="high" bgcolor="#ffffff" width="320" height="240" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>

Video.swf call a .flv file and run correctly, but the control button (play,pause,stop file "ClearOverPlaySeekMute.swf") are not loaded.
What's wrong?

Thanks

Comments

Goblin73’s picture

Anyone can help me?

Goblin73’s picture

I resolved... I created a new control skin with flash and I link in a specific folder, and now run correctly.