A useful function to interact with Flash movie with Javascript. Works in most browsers. Thanks Permadi.com!
function getFlashMovieObject(movieName)
{
if (window.document[movieName])
{
return window.document[movieName];
}
if (navigator.appName.indexOf(”Microsoft Internet”)==-1)
{
if (document.embeds && document.embeds[movieName])
return document.embeds[movieName];
}
[...]
Filed under: Flash, Javascript, Tutorials and Tricks | 1 Comment »









