Quote:
Originally Posted by djbaxter
I just finally got flash banners working on my forum but I was not able to use the embed ot object code. The only way it worked for me was to put the target link and the link to the flash banner in the two text fields:
and then set all three check boxes below that to "Yes":
|
I haven't had a problem displaying flash banners. That has always worked.
The problem comes when you have a banner in such a position that a menu needs to drop down over them. My modification of the code allows that. But, now when the banner is clicked sometimes two windows open. One with the actual proper link, another with the banner itself.
Quote:
Originally Posted by Apolo.
Why don't you try to insert your Flash banner this way:
HTML Code:
<code>
<object height="60" width="468" type="application/x-shockwave-flash" data="path/to/banner.swf?clickTAG=http://urlgoes.here/"/>
<param name="WMode" value="transparent"/>
<param name="quality" value="high"/>
<param name="menu" value="false"/>
<param name="allowFullScreen" value="true"/>
<param name=play value=true>
<param name=loop value=true>
<param name="movie" value="path/to/banner.swf?clickTAG=http://urlgoes.here/"/>
<p>Alternative text goes here</p>
</object>
</code>
|
The banner supplied by the client is not clicktag enabled.