Can't get FS commands to work with Netscape or Firefox. Using the
LiveConnect function and still no Joy. using NAME="name" and all other
requirements. I even downloaded the liveconnect example from the MM site
and ran it directly and still it does not work. Am I missing something?
Everything works fine in IE
here is my java comand that works fine with IE
<SCRIPT LANGUAGE="JavaScript">
function join_DoFSCommand(command, args) {
if (command == "layer_show2") {
MM_showHideLayers('dmx1Scroller','','show','dmx1Co ntent1','','show');
}
if (command == "FlashHide") {
MM_showHideLayers('flash','','hide');
}
}
</SCRIPT>
<SCRIPT LANGUAGE="VBScript">
Sub join_FSCommand(ByVal command, ByVal args)
call join_DoFSCommand(command, args)
end sub
</SCRIPT>
and on the swf
div layer="flash" id="flash" style="position:absolute; width:200px;
height:115px; z-index:101; visibility: visible;">
<object
classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
width="610" height="556" ID=join>
<param name="movie" value="FlashMovies/joinTS.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="FlashMovies/joinTS.swf" wmode="transparent"
quality="high" NAME="join" swLiveConnect="true"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="610" height="556"></embed>
</object>
</div
http://new.tigersquadron..com/newjoin.html
Thanks.