Reply
Any ideas why this code doesnt work in Firefox??
Old 04-18-2007, 11:22 PM Any ideas why this code doesnt work in Firefox??
Skilled Talker

Posts: 83
Any ideas why this code doesnt work properly in Firefox. The flash embeds but I cant type anything in a flash text box within the flash applet.
(its a .swf file)
This works perfectly well within IE.
Thanks so much for any ideas


<html>

<title>Sexypenguin Dating Chat room</title>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<body bgcolor="#FFFFFF" text="#333333" link="#333333" vlink="#333333" alink="#333333" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" WIDTH=550 HEIGHT=400 hspace="0" vspace="0" align="absmiddle"
ID="chat">

<PARAM NAME=movie VALUE="chat.swf"><PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=wmode VALUE=transparent>

<EMBED src="chat.swf" WIDTH=550 HEIGHT=400 hspace="0" vspace="0" align="absmiddle" name="chat" menu=false quality=high wmode=transparent TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" swLiveConnect="true">
</EMBED>
</OBJECT>
</body>
</html>
keithkiss is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 04-19-2007, 10:57 AM Re: Any ideas why this code doesnt work in Firefox??
LadynRed's Avatar
Super Moderator

Posts: 5,950
Location: Tennessee
First of all, do NOT use the <embed> tag, it will cause IE users problems -- and it's not (and never has been) approved by the W3C. There are 2 stickies at the top of this forum that direct you to several methods for embedding Flash in a web page WITHOUT the <embed> tag.

You really don't need that ancient Navigator 4 page fix script either - nobody uses NN4 any more.

I don't see anything wrong with that bit of code, FF has NO problems with Flash files at all.

Lets see the rest of the code.. and the CSS (if you're using it).
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Any ideas why this code doesnt work in 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.31319 seconds with 13 queries