Skip to content

Instantly share code, notes, and snippets.

@guerrerocarlos
Created August 2, 2012 17:42
Show Gist options
  • Save guerrerocarlos/3239027 to your computer and use it in GitHub Desktop.
Save guerrerocarlos/3239027 to your computer and use it in GitHub Desktop.
clippy html object
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
width="110"
height="14"
id="clippy" >
<param name="movie" value="/flash/clippy.swf"/>
<param name="allowScriptAccess" value="always" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param NAME="FlashVars" value="text=#{text}">
<param name="bgcolor" value="#{bgcolor}">
<embed src="/flash/clippy.swf"
width="110"
height="14"
name="clippy"
quality="high"
allowScriptAccess="always"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
FlashVars="text=#{text}"
bgcolor="#{bgcolor}"
/>
</object>
@transgirllucy
Copy link

btw the file is missing xD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment