Help - Search - Members - Calendar
Full Version: watermark is not applying to html
HTMLHelp Forums > Web Authoring > Graphics, Flash and Multimedia
shankar from vizag
Dear all,

good afternoon

I wish to place an analog clock and I downloaded an .swf file for html. I placed the downloaded unzipped folder in my site directory.

I have given the following code in the body section as provided by the concerned site.

<div id="DivAnalogClockFX"></div>

<script type="text/javascript" src="swfobject.js></script>

<script type="text/javascript">

var flashvars = {};

var params={};

params.base="";

params.scale="noscale";

params.salign="tl";

params.wmode="transparent";

params.allowFullscreen="true";

params.allowScriptAccess="always";

swfobject.embedSWF("AnalogClockFX.swf","DivAnalogClockFX", "600","300","9.0.0",false,flashvars,params);

</script>

But there is no clock appears on the html page. kindly help to solve the problem.
pandy
Start with unzipping. smile.gif
Frederiek
He did say he uploaded the unzipped files on the server:
QUOTE
I placed the downloaded unzipped folder in my site directory.

On which page did you put it? Give us of the url.
pandy
QUOTE(Frederiek @ Jul 4 2013, 10:10 PM) *

He did say he uploaded the unzipped files on the server:


Sorry! Misread again. blush.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2024 Invision Power Services, Inc.