Yep.
- Code: Select all
<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="460" height="273">
<param name="movie" value="Link%20to%20other%20site.swf">
<param name="quality" value="high">
<embed src="Link%20to%20other%20site.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="460" height="273"></embed></object>
Is the code that Dreamweaver uses for adding Flash animations to the page.
Though if you try validating your site it will come up with errors due to this code so there must be a better way to do it. But I am not sure how yet.
Also if you what to make it a link to somethig like the code you have used you need to put that in the Flash file by use of action script.
I could not get it to work anyother way, there might be an easyer way but I dont know it.