Page is a not externally linkable
cpsarros - 2:18 pm on Nov 9, 2009 (gmt 0)
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="837" height="80" align=middle id="aboutus">
Please excuse my lake of knowledge here but I am still new to flash.
Below is what is currently on the page, how can I get the above code to work in there. I have read a little on swfobject and understand the purpose of it is to get rid of the below code to display flash files, right?
<param name=movie value="aboutus.swf">
<param name=quality value=high>
<embed src="aboutus.swf" quality=high width="837" height="80" name="aboutus" align=middle type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed>
</object>