Tag Archives: Html Page

How to Refresh a HTML Page Using JavaScript ?

By | June 20, 2012

Hi, Most probably you may have encountered a situation where you have to refresh the web page in your code. Here is, how it could be done using JavaScript. Sample Refresh Here on button click it will call the function ‘refresh_yourPage()’, and it will refresh the page! 🙂

How do you call an actionscript function from a html page and viceversa. How to you access the actionscript variable function from an HTML page in actionscript.

By | June 21, 2012

The following code helps you to do this. Save the following  code as am .mxml file The html file start.html