how to insert a flash banner in HTML??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • angaz
    New Member
    • Jul 2007
    • 6

    how to insert a flash banner in HTML??

    hi everybody!!!!pl ease help!!how can i insert a flash banner in html??
  • dafodil
    Contributor
    • Jul 2007
    • 389

    #2
    Originally posted by angaz
    hi everybody!!!!pl ease help!!how can i insert a flash banner in html??
    Try this code inside html

    [code=html]
    <object width="550" height="400">
    <param name="movie" value="somefile name.swf">
    <embed src="somefilena me.swf" width="550" height="400">
    </embed>
    </object>
    [/code]

    Comment

    Working...