ActionScript 3 AS3:从Flash调用Google的Urchin跟踪器
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ActionScript 3 AS3:从Flash调用Google的Urchin跟踪器相关的知识,希望对你有一定的参考价值。
//ExternalInterface Send Method
ExternalInterface.call("urchinTracker",trackingStr);
//Strip Out Spaces and Replace with Underscores
var pattern:RegExp = / /gi;
//Formulate Tracking String
var formattedVideoTitle:String = _videoTitle.replace(pattern, "_");
var trackingStr:String = "/" + _trackingPath + "/" + formattedVideoTitle;
//URL Request Send Method
sendToURL(new URLRequest("javascript:urchinTracker('"+trackingStr+"');");
以上是关于ActionScript 3 AS3:从Flash调用Google的Urchin跟踪器的主要内容,如果未能解决你的问题,请参考以下文章
ActionScript 3 AS3:从Flash调用Google的Urchin跟踪器
ActionScript 3 AS3 Flash Vars
ActionScript 3 Flash AS3 SharedObject
ActionScript 3 条件速记Flash AS3
ActionScript 3 cerrar aplicacion flash as3
ActionScript 3 AS3 flash.system.Capabilities属性