Jump to content

Clicktag Error On Redirection


Guest Relic

Recommended Posts

I have an index.htm page showing a movie. It won't validate because of the "embed" tag. I tried using the Satay Method but now the movie won't show at all and the clicktag won't redirect to my home page.Here's the old code with the "embed" tag: <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="600" height="450" id="logo" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="images/logo.swf?clickTAG=home.htm" /> <param name="quality" value="high" /> <param name="bgcolor" value="#ffffff" /> <embed src="images/logo.swf?clickTAG=home.htm/" quality="high" bgcolor="#ffffff" width="600" height="450" name="logo" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" ></embed> </object>Here is the code I want to use:object type="application/x-shockwave-flash"data="c.swf?path=images/logo.swf?clickTAG=home.htm" width="600" height="450"><param name="movie" value="c.swf?path=images/logo.swf?clickTAG=home.htm" /></object>I appreciate any help. Thanks Gary

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...