[FMX] Delay Load Movie

How can I tell Flash to wait 5 seconds before loading my movie without using frames in timeline?


mybutton.onRelease = function(){
//wait 5 seconds then
loadMovie("blah","placeholder");
}

Thanks