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)???