I put a progress bar on my stage. I called it "this". It is put on frame'1'. on frame'2' there is a flvplayback component.When people go to the application it does'nt load.
my code is below:
myProgressBar.source = this.loaderInfo;
this.loaderInfo.addEventListener(Event.COMPLETE, loadComplete);
function loadComplete(evt){
gotoAndStop(2);
}
Thanx