Help regarding Cutscene

Hi,

i am having problem in loading cutscene. i have to load swf file that contain video. i am able to load swf file but how to know that playing of swf is completed.

is there any way to know ?

i am using currently this code …

var ld:Loader = new Loader();
var reqUrl:URLRequest = new URLRequest(url);
ld.load(reqUrl);
addChild(ld);

beause i have to do load game play screen after that cutscene …

Thanks and regards,

Ranjan