Announcement

Collapse
No announcement yet.

Flash signature question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Flash signature question

    Ok firstly I had no idea as to where in the forum I should place this, but here goes...
    In other forums I have seen that people can have a flash animation as their signatures. My question, is what tags do I need in order to be able to link the flash from my site?

    Thx again,
    BFK4ever

  • #2
    Any takers? Cmon someone has to know what I am talking about!

    Comment


    • #3
      [code:1:6da044b5c0]

      <OBJECT classid="clsid:\D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
      WIDTH="220" HEIGHT="475" ALIGN="LEFT">
      <PARAM NAME=movie VALUE="YOUR_FLASH_HERE.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#00366C> <EMBED src="YOUR_FLASH_HERE.swf" quality=high bgcolor=#00366C WIDTH="220" HEIGHT="475" ALIGN=""
      TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
      </OBJECT>

      [/code:1:6da044b5c0]

      Replace the YOUR_FLASH_HERE with the URL to your flash animation. I just cut it out of one of my web pages so you may want to play with the parameters a bit till they match what ya want.
      E.I. height, width, bgcolor

      EDIT: Wow i found a bug in the all mighty forum! Had to use an escape character in there to stop the forum from adding a :D on the first line

      Comment

      Working...
      X