Сабж, Warning: Library path "$(AppConfig)/ActionScript 3.0/libs/11.0/textLayout.swc" does not resolve to a valid file.
версия флеша CC.
код такой

Код AS3:
// import Flash Video class
import fl.video.*;
// set variables
var flvScene = display;
// add Event Listeners and load the video
flvScene.addEventListener(fl.video.VideoEvent.READY, videoReady);
// Event handler removes image when video is loaded
function videoReady(event:fl.video.VideoEvent):void {
frame1_mc.visible = false;
}