2012-11-21 2 views

답변

34
import flash.external.ExternalInterface; 

ExternalInterface.call("console.log", "YourString"); 

See here 자세한 내용은

+0

감사합니다. 또한 http://code.google.com/p/flash-tracer/downloads/list에서 Vizzy를 설치했는데 잘 작동했습니다. 어떤 아이디어로도 console.clear가 잘 작동하지 않습니까? 다시 한 번 감사드립니다 – Dave

+0

'console.clear()'를 시도 했습니까? 그것은 나를 위해 작동합니다. 또한 여기에 사용 된 또 다른 도구는 [Alcon] (http://www.tetragonengine.com/alcon/)입니다. 그리고 몇 가지 더 많은 도구가 나와 있습니다 [here] (http://ntt.cc/2008/03/29/the-list-of-helpful-flex-or-flash-debug-tools.html). 또한이 대답이 만족 스러우면 정답으로 표시하십시오. –

+0

다시 감사합니다 ._ – Dave