Showing posts with label Banner HTML Code. Show all posts
Showing posts with label Banner HTML Code. Show all posts

Thursday, February 14, 2008

HTML Code(BANNER)

HTML Code to create FLASH BANNER

For all users it might look difficult but it's very easy.
Just copy and paste the HTML-code in the box below to your HTML file.

The only thing you have to do is:

* Change the(red letters) into the address where your banner is stored on the internet.
* Display the banner in another size By changing green letters.

Code For Flash Banners


<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"

codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"

id="name" width="468" height="60">
<param name="movie" value="http://www.yourdomain.com/flashfile.swf">
<param name="quality" value="high">


<param name="wmode" value="transparent">

<embed name="name" src="http://www.yourdomain.com/flashfile.swf"

quality="high" wmode="transparent" width="468" height="60"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?
P1_Prod_Version=ShockwaveFlash">
</embed>
</object>