Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

"Click through" is not working

3 replies [Last post]
Reply

Hello, can't get the click through (clickSign) to work. Nothing happens when clicking the AD.

Using flowplayer (3.2.7) and the latest ova (rc6)

Please see: http://voogly.com/dev/adflow.php?ad=openx
Where the click through point to www.voogly.com (see openx respone - http://goo.gl/4nZUP)

What am i missing?

/Martin

(i have styled the clickSign message here http://goo.gl/00cyb, with success but without any difference in click through)

Reply

Hi,

Interesting.. looking at your setup, running the Debug version of flash, I see an exception being generated on the click through:

SecurityError: Error #2060: Security sandbox violation: ExternalInterface caller http://shared.shootitlive.com/silp/ova-rc6.swf cannot access http://voogly.com/dev/adflow.php?ad=openx.
at flash.external::ExternalInterface$/_initJS()
at flash.external::ExternalInterface$/call()
at org.openvideoads.util::PopupWindow$/getUA()
at org.openvideoads.util::PopupWindow$/openWindow()
at org.openvideoads.vast::VASTController/onLinearAdClickThroughCallToActionViewClicked()
at org.openvideoads.vast.overlay::OverlayController/onLinearAdClickThroughCallToActionViewClicked()
at org.openvideoads.vast.overlay::ClickThroughCallToActionView/onClick()

Just thinking through why that security violation is stopping the Javascript popping up a window...

Paul

Reply

Ah - wait a sec - sometimes the most obvious reasons are the right ones... I completely missed something in your setup...

For the Javascript call from OVA to open the external page URL on the click through, you need to have "allowscriptaccess="always" set in your player setup tags...

So add in:

<param name="allowscriptaccess" value="always" />

Paul

Reply

Oh soo obvious. Thank you so much Paul!

Cheers
Martin

Post new comment

  • Allowed HTML tags: <code> <blockquote> <em> <strong> <strike> <ul> <li> <ol>
  • You may post code using <code>...</code> .
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options