Can I Stop or interrupt PHP script for particular time?
I would like to implement logic like below:
on mydomain.com/index.php there will be flash appear showing some intro of a product for suppose 20 sec. Once it complete, on same index.php page the home page of site will appear.
I am not aware about flash (action script).
Is it possible in PHP or Javascript ?
Try this,
write the your flash (splash screen)
<embede>code in index.html and simply use javascript redirect function with javascript timer functions to redirect to index.php where you actual content is there.something like…
or
use
setTimeout()to call redirect after specified time.