PDA

View Full Version : Pop Up Div disables my flash banner!



frenzyrumble
April 18th, 2008, 10:58 AM
My first attempt at a flash banner ad, they client needs the FLA to trigger some javascript so that they can document (a) when the flash is loaded onto a page, and (b) when a user clicks my banner.
I’ve added the following AS to the first frame:



getURL(“javascript:AdOnLoad() ;” ) ;
onMouseUp = function() { getURL(“javascript:AdOnClick() ;” ) ; }


This seems to work in terms of logging the load and click. However, the client’s site pops open a div in the main window once the banner is clicked, this div has ordering information. When we are testing this banner (the flash) turns into a white box, while the popped up div is present.
Is this a common issue(with hopefully a common easy fix)???

somnamblst
April 20th, 2008, 11:18 AM
Do you have a URL I can peek at? PM me if you don't want to post it. I have used javascript with actionscript to track clicks but I don't think it is your AS so I need to see the page.