hello I'm looking for a javascript function that pause swf loading and load something els before for 10 seconds then load the swf . exp : image or ads will appear for 10 seconds then replaced with the swf tnx and sorry for my bad english
you only need use setTimeout function setTimeout Method Evaluates an expression after a specified number of milliseconds has elapsed. Syntax iTimerID = window.setTimeout( vCode , iMilliSeconds [ , sLanguage ] )