超簡単な例:
var Path:String="E:\SWF Security\Acess Current Path\Access SWF URL.swf"
var Path1:Array = Path.split("\\") // Split using the backslash as delimiter (No limit the number of returned tokens)
trace(Path1)
path1 は何になると思いますか? E: ? その E:SWF SecurityAcess Current PathAccess SWF URL.swf はありません。理由がわかりません。