What is wrong with this HTML code?? Help?

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

Guest
I have something wrong with this flash player script. The "AC_FL_RunContent" part actually shows up on my Web Page! It looks fine when I preview it in Dreamweaver though I can't figure it out. Can anyone tell me what's wrong with the code below? Thanks.

<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','682','height','564','align','right','title','Gallery','src','gallery','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','flashvars','xmlfile=gallery.xml','movie','gallery' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="682" height="564" align="right" title="Gallery">
<param name="FlashVars" value="xmlfile=gallery.xml" />
<param name="movie" value="gallery.swf" />
<param name="quality" value="high" />
<embed src="gallery.swf" width="682" height="564" align="right" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" FlashVars="xmlfile=gallery.xml"></embed>
</object></noscript>
 
Back
Top