Hi,
i tried like this [SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]
function[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] getFlashMovie(movieName) {
[/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]var[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] isIE = navigator.appName.indexOf([/SIZE][SIZE=2][COLOR=#800000][SIZE=2][COLOR=#800000]“Microsoft”[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]) != -1;
[/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]return[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] (isIE) ? document.getElementById(movieName) : document[movieName];
}
to detetct flash object to call a function inside flash but it shows object doesn’t support this property. i am loading this flash movie content page inside a frameset. i have no clue how to detect can any one help me ?
[/SIZE]