Does anyone know how flash communicates to the browser window it is in?
For example, whenever anything changes in HTML an event is generated. When an element is clicked, an onclick event is dispatched for that element.
Do flash commands, such as ActionScript’s getURL() method generate events that are registered by the browser window and the DOM?
If not, is there any native communication between the broswer and a flash movie?
Thanks for your expertise.