hi, i have a bit of an issue and cant figure out why this isnt working..
Anyway i have used adobe captivate to produce a swf and html of my video
tutorial.....i have put the swf onto my web browser...but when i open the html
page the video doesnt appear. Its there in dreamweaver, and it plays fine in
there, but not when i put it on the web....the file is called
music_explained.swf and heres the code for the flash object thats in the html
page that captivate created..
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="
http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab# version=8,0,0,0" width="550" height="400" id="music_explained" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="music_explained.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="music_explained.swf" width="550" height="400" align="middle"
quality="high" bgcolor="#ffffff" name="music_explained"
allowscriptaccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="
http://www.macromedia.com/go/getflashplayer" />
</object>
Any help would be much appreciated
Cheers