要查看警告和錯誤來自哪裏,最簡單的方法是vizzy?在vizzy flash tracer上獲取警告和錯誤的文件名和行號
下面是我在mac上看到的一些情況。從截圖完全不同,我們可以看到on its wiki:
Warning: 'flash' has no property 'prototype'
Warning: 'StageVideo' has no property 'prototype'
Warning: 'AsBroadcaster' has no property 'addListener'
Warning: 'AsBroadcaster' has no property 'removeListener'
Warning: 'flash' has no property 'prototype'
Warning: 'flash' has no property 'prototype'
Warning: Ignoring 'secure' attribute in policy file from http://fpdownload.adobe.com/pub/swz/crossdomain.xml. The 'secure' attribute is only permitted in HTTPS and socket policy files. See http://www.adobe.com/go/strict_policy_files for details.
多虧了最後的答案,我現在可以看到VizzyTrace.swc需要許多vizzy功能。但即使考慮所有(並在FLA上啓用調試標誌,替換trace
爲trc
,設置「額外選項」並添加SWC)我仍然沒有看到任何東西。現在
每trc
線被換成了在Flash Professional中自己輸出當我「測試幾乎沒用(我能控制的痕跡正好沒事,容易誘發他們來自何處)文件名和行號電影「,但即使如此,Vizzy也不會顯示這些內容。在編譯完SWF之後並且我正在瀏覽器上進行跟蹤時不要說。
你能詳細說明你的意思嗎?可以通過右鍵單擊一個例外行來瀏覽棧跟蹤。如果你的swf文件在打開調試允許標誌的情況下編譯,這將起作用。 – user838395