flex获取系统路径

//add返回的是页面在系统中的路径eg:file:///F:/project/videoTest/bindebug/videoTest.html
var add:String=ExternalInterface.call("window.location.href.toString",1); 

原文地址:https://www.cnblogs.com/jsbrml/p/1955298.html