AS3 GoogleAnalyticsで別ウィンドウ開かずにカウントを取る

これはまだ、実験中。

private function clickedg(event:MouseEvent):void {
//google
var url:URLRequest = new URLRequest( “javascript:pageTracker._trackPageview(‘” + photo_array[ImgCount].fclick + “‘);” );
sendToURL( url );
}