Forum Moderators: open

Message Too Old, No Replies

How to get clickthrough URL to be _blank

         

SulkyGirl

9:15 pm on Dec 10, 2005 (gmt 0)

10+ Year Member



Hi. Not a newbie to the web, but a definite flash newbie. If I'm using an flash affiliate banner on my site, and I want to keep it exactly as is (making sure I don't lose my tracking code), is there an easy way to have the clickthrough URL go to a blank page? I have no idea if I can alter the code enough myself to do that, or whether it's part of the flash file itself. Thanks!

Richard_N

11:43 pm on Dec 10, 2005 (gmt 0)



you will need the source file for the banner

vincevincevince

11:47 pm on Dec 10, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



There are a couple of tricks if you don't have the source...

1. Try setting <BASE TARGET="_blank"> in the HEAD section of the HTML page on which the banner is displayed.

2. Give the object a low z-order, and create a DIV which covers it completely at a higher z-order. Make the DIV clickable with a target sent to _blank (i.e. overwrite the flash click handling).

Richard_N

8:13 am on Dec 11, 2005 (gmt 0)



I did not think flash was subject to z order stacking?

vincevincevince

9:38 am on Dec 11, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Look for 'div iframe shim'