Reply
fscommands with Firefox
Old 04-06-2005, 06:57 PM fscommands with Firefox
Junior Talker

Posts: 1
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="clsid27CDB6E-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.
alwinch is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Reply     « Reply to fscommands with Firefox
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11061 seconds with 12 queries