I 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?
A:
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
Ivo
2010-09-22 15:35:53
A:
setTimeout(window.location.reload(), 60000); // Reload after 60 seconds
Artium
2010-09-22 15:36:04
A:
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/
Wolfy87
2010-09-22 15:37:30