Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

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: 97
Trades: 0
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
 
 
Register now for full access!
Old 04-19-2007, 10:57 AM Re: Any ideas why this code doesnt work in Firefox??
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
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 !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Any ideas why this code doesnt work in Firefox??
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB 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.10105 seconds with 12 queries