Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

javascript watermark with a swf

Status
Not open for further replies.

999000333

Programmer
Nov 20, 2006
39
Hello can anyone help me to find why my banner1.swf doesn't appear when I run this html file?
Any help will be appreciated.
Paola.

<html>

<head>
<DIV CLASS="jsbrand" ID="jsbrand"
STYLE="position:absolute;top:1;visibility:hide;" zIndex="1000" ALIGN="right">
<A HREF=" TARGET="_top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="width="550" height="400" id="banner1">
<param name=movie value="banner1.swf">
<param name=quality value=high>
<param name=bgcolor value=#FFFFFF>
<embed src="banner1.swf" quality=high name="banner1" align="" type="application/x-shockwave-flash" pluginspage=" </embed>
</object>
</A>
</DIV>
<script language="Javascript1.2">
<!--

//code .....for watermark
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top