View Single Post
Old 09-05-2008, 12:24   #1 (permalink)
papito
Registered User
 
Join Date: Oct 2006
Posts: 20
Dreamweaver Issue!

hey,

this never happened before...
every time i load a flash swf into my html index file

all this code appears in the code view:

Code:
</head> <body> <script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','205','height','205','src','img/pixelSquare','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','img/pixelSquare' ); //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="205" height="205"> <param name="movie" value="img/pixelSquare.swf" /> <param name="quality" value="high" /> <embed src="img/pixelSquare.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="205" height="205"></embed> </object></noscript> </body> </html>


i've never gotten this before, how can all this not appear when i insert my swf...?

i'm sure it's only something to uncheck, or a setting.. but i cant find it
please help..

thanks
  Reply With Quote