I made a video flash player using adobe flash, when I embed the play onto the website, it display on the page but nothing is clickable.
I was told that it might be the version which causes this problem. I had mine on version 6 and ActionScript version 1.0
This is the code that I used.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com
/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="625" height="455" id="movie" align="">
<param name="movie" value="videos/video_playerf8.swf">
<embed src="movie.swf" quality="high" width="400"
height="300" name="movie" align="" type="application/x-shockwave-flash"
plug inspage="http://www.macromedia.com/go/getflashplayer">
</object>
Can someone provdie me the code where I can get my video player working.
THANKS!