How can I call a browser specific redirect eg
<SCRIPT language="JavaScript">
<!--
var browserVer=parseInt(navigator.appVersion);
if (browserVer >= 4)
{
window.location='netscape4_version.htm'";
}
else
{
window.location="loadsoflayersversion.htm";
}
//-->
</SCRIPT>
at the end of a movie.
I am trying the FS command function but I can't seenm to quite get it to work - or does actionscript do it?
Many thanks for any help
<SCRIPT language="JavaScript">
<!--
var browserVer=parseInt(navigator.appVersion);
if (browserVer >= 4)
{
window.location='netscape4_version.htm'";
}
else
{
window.location="loadsoflayersversion.htm";
}
//-->
</SCRIPT>
at the end of a movie.
I am trying the FS command function but I can't seenm to quite get it to work - or does actionscript do it?
Many thanks for any help