开发者

iframes and reloading

开发者 https://www.devze.com 2023-01-17 08:18 出处:网络
I开发者_如何学C recently seen a flash game application that posted a score to a db and there was an iframe that reloaded when the score was updated it was simple but i cant seem to find anything on go

I开发者_如何学C recently seen a flash game application that posted a score to a db and there was an iframe that reloaded when the score was updated it was simple but i cant seem to find anything on google, and the page was taken down- how car i achieve this myself?


setTimeout(window.location.reload(), 60000); // Reload after 60 seconds


Maybe they used jQuery/javascript and called the reload function from within the flash

http://www.devcurry.com/2009/07/how-to-refreshreload-page-using-jquery.html


You can manipulate an iFrame with JavaScript, I think something similar could be acheved with AS3 too. http://www.devarticles.com/c/a/JavaScript/Working-with-IFRAME-in-JavaScript/1/

0

精彩评论

暂无评论...
验证码 换一张
取 消