hiimnalaa / swfobject

Automatically exported from code.google.com/p/swfobject
0 stars 0 forks source link

Unistall SWFobject #378

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Does anyone know how to unistall SWFobject?????  I keep getting additional
code whenever I insert a .swf in Dreamweaver and I want it to stop.... it
looks like this:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script src="file:///C|/Users/Ziggy/AppData/Roaming/Adobe/Dreamweaver
CS4/en_US/Configuration/Temp/Assets/eamBC16.tmp/Scripts/swfobject_modified.js"
type="text/javascript"></script>
</head>

<body>
<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
width="550" height="400">
  <param name="movie" value="Flash/Trial.swf" />
  <param name="quality" value="high" />
  <param name="wmode" value="opaque" />
  <param name="swfversion" value="6.0.65.0" />
  <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to
download the latest version of Flash Player. Delete it if you don’t want
users to see the prompt. -->
  <param name="expressinstall" value="Scripts/expressInstall.swf" />
  <!-- Next object tag is for non-IE browsers. So hide it from IE using
IECC. -->
  <!--[if !IE]>-->
  <object type="application/x-shockwave-flash" data="Flash/Trial.swf"
width="550" height="400">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="6.0.65.0" />
    <param name="expressinstall" value="Scripts/expressInstall.swf" />
    <!-- The browser displays the following alternative content for users
with Flash Player 6.0 and older. -->
    <div>
      <h4>Content on this page requires a newer version of Adobe Flash
Player.</h4>
      <p><a href="http://www.adobe.com/go/getflashplayer"><img
src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif"
alt="Get Adobe Flash player" width="112" height="33" /></a></p>
    </div>
    <!--[if !IE]>-->
  </object>
  <!--<![endif]-->
</object>
<script type="text/javascript">
<!--
swfobject.registerObject("FlashID");
//-->
</script>
</body>
</html>

Original issue reported on code.google.com by Andrew.S...@gmail.com on 23 Sep 2009 at 11:17

GoogleCodeExporter commented 9 years ago
That is something to take up with the Dreamweaver team. Adobe use the swfobject 
library in a number of their products and it is up to them on how they 
implement it.

Original comment by aran.rhee@gmail.com on 24 Sep 2009 at 2:38