Flash Timer
Flash Timer
Out of context: Reply #3
- Started
- Last post
- 7 Responses
- mmimm0
closeFlash = setInterval(closeIt,7000)
function closeIt(){
getURL(- whatever you want to change - new swf, html whatever);
}
closeFlash = setInterval(closeIt,7000)
function closeIt(){
getURL(- whatever you want to change - new swf, html whatever);
}