Load .swf after x seconds

Hi,

Can you help me?

When I press my button I would like to load my mymc.swf after 3 seconds. How does it work?

button1.onPress = function(){
loadMovie(“mymc.swf”,“container”);
}

Regards,

Dinsdale