You are here: Home > Programming > Flash programming > Browser communication

Browser communication

Print versionEdit this page
How to pass information from Flash to the html page? Two techniques are possible: using getURL or using fscommand.

getURL works on all browsers, but appearantly gives problems on Win Explorer when the html page is still fetching data, like images.

fscommand does not interrupt the loading process of the page, but does not work on MacOS X.

Tutorials

Test pages