473,748 Members | 2,380 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

internet explorer vs firefox vs netscape

i would like to display a swf that takes up the entire browser.
netscape and firefox display the following code as i intend, but
internet explorer does not.

could i get some help?

<HTML>
<HEAD>
<TITLE>index</TITLE>
<link href="itc.css" rel="stylesheet " type="text/css">
</head>

<body bgcolor="#FFFFF F" leftmargin="0" rightmargin="0" topmargin="0"
bottommargin="0 " marginheight="0 " marginwidth="0" >
<table height="100%" width="100%" border="1" cellpadding="0"
cellspacing="0" >
<tr valign="top"><t d width="100%">
<OBJECT classid="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macrom edia.com/pub/shockwave/cabs/flash/swflash.cab#ver sion=6,0,0,0"
WIDTH="100%" HEIGHT="100%" scale="exactfit " id="index" ALIGN="">
<PARAM NAME=movie VALUE="index.sw f">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="index.swf" quality=high SCALE="exactfit " bgcolor=#FFFFFF
WIDTH="100%" HEIGHT="100%" NAME="index" ALIGN=""
TYPE="applicati on/x-shockwave-flash"
PLUGINSPAGE="ht tp://www.macromedia. com/go/getflashplayer" ></EMBED>
</OBJECT>
</td></tr>
</table>
</BODY>
</HTML>

Jul 23 '05 #1
3 6606
Mitch wrote:
i would like to display a swf that takes up the entire browser.
netscape and firefox display the following code as i intend, but
internet explorer does not.

could i get some help?


Yes. From a validator.

http://validator.w3.org/

After validating your code, if you still need help, post a url (not code
in a message).

P.S. You might want to have your <shift> key fixed, too.

--
Brian
Jul 23 '05 #2
"Mitch" <mh********@ade lphia.net> wrote in
news:11******** **************@ f14g2000cwb.goo glegroups.com:
i would like to display a swf that takes up the entire browser.
netscape and firefox display the following code as i intend, but
internet explorer does not.

do you want to clarify that a bit? Like how IE is displaying it?
could i get some help?

<HTML>
<HEAD>
<TITLE>index</TITLE>
<link href="itc.css" rel="stylesheet " type="text/css">
</head>

<body bgcolor="#FFFFF F" leftmargin="0" rightmargin="0" topmargin="0"
bottommargin="0 " marginheight="0 " marginwidth="0" >
<table height="100%" width="100%" border="1" cellpadding="0"
cellspacing="0" >
<tr valign="top"><t d width="100%">
<OBJECT
classid="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macrom edia.com/pub/shockwave/cabs/flash/swfla
sh.cab#version= 6,0,0,0" WIDTH="100%" HEIGHT="100%" scale="exactfit "
id="index" ALIGN="">
<PARAM NAME=movie VALUE="index.sw f">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="index.swf" quality=high SCALE="exactfit "
bgcolor=#FFFFFF
WIDTH="100%" HEIGHT="100%" NAME="index" ALIGN=""
TYPE="applicati on/x-shockwave-flash"
PLUGINSPAGE="ht tp://www.macromedia. com/go/getflashplayer" ></EMBED>
</OBJECT>
</td></tr>
</table>
</BODY>
</HTML>

Be aware that FF is generally better behaved with stuff, and as you don't
need to wrap the swf inside a table to start with, simplying the code
would be a good start.
Jul 23 '05 #3
me
"Mitch" <mh********@ade lphia.net> wrote in message
news:11******** **************@ f14g2000cwb.goo glegroups.com.. .
i would like to display a swf that takes up the entire browser.
netscape and firefox display the following code as i intend, but
internet explorer does not.
could i get some help?


Look at the following code. Note the original size of the swf in this
example is 780x221 but by setting the height and width to 100% in the embed
tag the swf will be stretched to fill both the entire height and width of
the browser window. This works for IE but since I only use IE I have no idea
how it will work in other browsers. Note also that some degradation may
occur if the swf is stretched or shrunk from it's actual size.
Good Luck,
me
<object classid="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macrom edia.com/pub/shockwave/cabs/flash/swflash.ca
b#version=6,0,0 ,0" width="780" height="221">
<param name=movie value="yourflas hfile.swf">
<param name=quality value=high>
<embed src="yourflashf ile.swf" quality=high
pluginspage="ht tp://www.macromedia. com/shockwave/download/index.cgi?P1_Pr od_
Version=Shockwa veFlash" type="applicati on/x-shockwave-flash" width="100%"
height="100%">
</embed>
</object>
Jul 23 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
2352
by: Randy Jackson | last post by:
Hello everyone. First of all, apologies in advance if this is a question that gets asked all the time. I tried to search, but wasn't really sure exactly what to search for. Anyway, here's the issue. I've written a simple page in PHP. It displays just fine in Netscape, but for some reason the screen is absolutely blank in Internet Explorer. Here's the URL:
2
2732
by: Ingvill | last post by:
Hi! I have tried to make a link to a document in XML by using XLink. It doesn't work in Internet Explorer 6.0, only in Mozilla Firefox. Is it possible to make this work? Best regards, Ingvill
2
10034
by: Yurij Nykon | last post by:
Hi all. How can I detect the version of Flash-Plugin installed in Internet Explorer? In Netscape i can do this with following java script navigator.plugins.description But it doesn't works in IE? Can anyone help me? Thanx in advance,
1
12115
by: tabert | last post by:
I want to use JavaScript when a button is clicked to show and hide a SPAN or DIV. This works in both IE and Netscape, but what I'd like to happen is for there to be no white space where the hidden div is. I start with two visible divs and in between them are two more hidden ones...in Firefox this works fine--the two visible ones are right next to each other, the button fires the script and the other div shows up in the middle. Another...
3
5317
by: maxhitchcock | last post by:
Hi, I made a lots tables in Dreamweaver to put my images in it then I made a menu in Javascript. I'm pretty sure there's no error in my size of cells and they are all valign="top". In Internet Explorer, there's no visual glitch or error BUT in Firefox (Opera and Netscape) there's a space just bellow my menu. It's possible too see my page if you change the IP adress in your HOSTS (search HOSTS in the search engine of your computer, open...
2
8150
by: COHENMARVIN | last post by:
I am writing a javascript page. There is an error with the pagee, and it does not work. Internet Explorer gives a message on the status bar that there is a javascript error, but it doesn't tell me what the error is. Is there some setting in IE that allows for more explanation of whats wrong? (I also have netscape 6, and it also doesn't tell me whats wrong). -- Marvin
3
3068
by: ckirchho | last post by:
Halo, I am trying to realize a two column layout basically like this: <html> <head> <style> leftCol { float: left; width: 15em; }
28
3592
by: Neo Geshel | last post by:
NOTE: PAST EXPERIENCE HAS SHOWN ME THAT MANY ON USENET FAIL TO READ ARTICLES PROPERLY PRIOR TO ANSWERING. I AM LOOKING FOR VERY SPECIFIC INFORMATION, THEREFORE PLEASE READ AND UNDERSTAND THOROUGHLY BEFORE RESPONDING; OR ASK QUESTIONS TO CLARIFY. I *WILL* APPRECIATE ANY CONSTRUCTIVE REPLY. Greetings! I am in the process of creating a template for a site. The site will be *true* XHTML 1.1. That is, it will validate as XHTML 1.1 on...
1
9331
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9253
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8250
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6798
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6077
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4879
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3316
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2791
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2216
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.