View Single Post
Unread 12-06-2007, 02:37 AM
dudlebug007
Posts: n/a
  #3  
Default Flash object not showing

I too am having problems with my code. I'm going to tear my hair out.

I checked out the the head of the HTML code and it is correct.

Can someone help? Here is my code.
-----------------------------------
<script type="text/javascript">AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','370','heigh t','300','src','barolo','quality','high','pluginsp age','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','barolo' ); //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=9,0,28,0" width="370" height="300">
<param name="movie" value="barolo.swf" />
<param name="quality" value="high" />
<embed src="barolo.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="370" height="300"></embed>
</object>
-----------------------------------

I'm a designer, not a developer at all. I usually do ok. I just can't figure this out. flash works fine when I check it out locally. But once I upload it onto my server, it does not show up at all.

Thanks,
CAT
Reply With Quote