Created
December 7, 2010 17:01
-
-
Save jtushman/732061 to your computer and use it in GitHub Desktop.
Why is google ads telling me: "Encountered flash error - ad cannot use mouse tracking."
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" | |
xmlns:s="library://ns.adobe.com/flex/spark" | |
xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="336" minHeight="280" width="336" height="280" includeInLayout="true" click="handleClick(event)"> | |
<fx:Script> | |
<![CDATA[ | |
public function handleClick(mouseEvent:MouseEvent):void { | |
navigateToURL(new URLRequest(root.loaderInfo.parameters.clickTAG),"_blank"); | |
} | |
]]> | |
</fx:Script> | |
</s:Application> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment