After showing the Billboard on Stage, the movie to be started!

Hi,

I have the following code to show the BillBoard:

TweenMax.fromTo(Content_mc.Welcome_mc.BillBoard_mc, 2, {x:398, y:48, alpha:0}, {x:398, y:48, alpha:1, delay:17, ease:Strong.easeOut});

(I have few text animation here for 45 seconds…then I have set up the BillBoard to be displayed)

After showing the BillBoard on Stage…

I want my [COLOR=red]Moive[/COLOR] to be started playing.

Please let me know the code to start playing when BillBoard_mc displayed.

Thanks.