VideoEvent 在 Flash Player 10.2 中不起作用
import fl.video.VideoEvent
addEventListener(VideoEvent.READY, ready);
Compiler Error: ( For Flash Player 10.2, works fine in Flash Player 9)
1119: Access of possibly undefined property READY through a reference with static type Class.
有什么解决这个问题的建议吗?