Closed Bug 244271 Opened 20 years ago Closed 20 years ago

Flash flickers

Categories

(Core Graveyard :: Plug-ins, defect)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: frankspies, Unassigned)

References

()

Details

(Keywords: helpwanted, qawanted, regression)

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a1) Gecko/20040520
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a1) Gecko/20040520

When opening the page http://www.alveran.org/?pageID=10&navBereich=Neuigkeiten,
the page loads and reloads immediately after the content is displayed. This is
different from Mozilla 1.7, the page looked okay there.

Reproducible: Always
Steps to Reproduce:
1. Install Flash-Plugin. I downloaded version 1.6 from the Macromedia page
(http://www.macromedia.com/go/getflashplayer/)
2. Open the page

Actual Results:  
Page flickers

Expected Results:  
Shouldn't flicker
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a1) Gecko/20040520

Looks like being a dupe of Bug 243730 page and flash plugin stops loading

I've cut the &PHPSESSID=2d...cut.....c0&PHPSESSID=2d1..cut..c0 attached to some
filenames.
frameset cols="210,100%", how should this work logically? 
wouldn´t be cols="210,*" the thing to do?

One of the files loads a flash menu, if I loads this directly, it shows.

view-source:http://www.alveran.org/?pageID=10&navBereich=Neuigkeiten

<frameset cols="*,1024,*" frameborder="NO" border="0" framespacing="0">
  <frame noresize frameborder="NO" scrolling="NO" src="background.htm">
  <frameset rows="*,660,25,*" frameborder="NO" border="0" framespacing="0">
    <frame noresize frameborder="NO" scrolling="NO" src="background.htm">

    <frameset cols="210,100%" frameborder="NO" border="0" framespacing="0">
      <frame src="navigation_FlashMenu.htm" name="nav" frameborder="NO"
scrolling="NO" noresize marginwidth="0">
      <frame scrolling="NO" frameborder="NO" marginwidth="0" name="inhalt"
src="content.php?pageID=10&navBereich=Neuigkeiten" noresize>

    <frame src="background.htm"></frameset>
    <frame noresize frameborder="NO" scrolling="NO" src="background_Bottom.htm"
marginwidth="0" marginheight="0">
    <frame noresize frameborder="NO" scrolling="NO" src="background.htm">
  </frameset>
  <frame noresize frameborder="NO" scrolling="NO" src="background.htm">

</frameset>



http://www.alveran.org/CSS/style.css
http://www.alveran.org/Flashes/alveran_Menu.swf


view-source:http://www.alveran.org/background.htm
view-source:http://www.alveran.org/content_SeitenUebersicht.htm

view-source:http://www.alveran.org/navigation_FlashMenu.htm
<html>
<head>
<title>Alveran</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="CSS/style.css">
</head>

<body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0"
marginheight="0">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
width="210" height="660">
  <param name="movie" value="http://www.alveran.org/Flashes/alveran_Menu.swf">
  <param name="quality" value="high">
  <embed src="http://www.alveran.org/Flashes/alveran_Menu.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="210" height="660"></embed> 
</object>

</body>
</html>
OS: Linux → All

*** This bug has been marked as a duplicate of 209531 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a1) Gecko/20040520
Shockwave Flash 7.0 r19

reopening

Aaron, did you just compare the summaries, or the websites loading?
This website here is continously reloading, the one from bug 209531 doesn´t show
much flicker, and I confirmed that bug in bug 209531 comment 1, so I must have
seen it then. I saw a lot of flicker in the URL of your comment bug 209531
comment 2.

I see a lot of similarities to bug 243730 and some differences, but no
similarities to bug 209531, tested today in comparison.

seen with extension LiveHTTPHeaders:
http://livehttpheaders.mozdev.org/installation.html#



GET /?pageID=10&navBereich=Neuigkeiten HTTP/1.1
...
HTTP/1.x 200 OK
Date: Fri, 21 May 2004 20:30:16 GMT
Server: Apache/1.3.29 (Unix)
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Pragma: no-cache
X-Powered-By: PHP/4.2.3
Set-Cookie: PHPSESSID=2b127dda00ec4419a0f2e90566c4cadf; path=/
Keep-Alive: timeout=2, max=200
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html

there is a command not to cache, a expiry date far in the past, a cookie, and a
fast timeout. Next file to load:

GET
/background.htm?PHPSESSID=2b127dda00ec4419a0f2e90566c4cadf&PHPSESSID=2b127dda00ec4419a0f2e90566c4cadf
HTTP/1.1
...
Keep-Alive: 300
Connection: keep-alive
Cookie: PHPSESSID=2b127dda00ec4419a0f2e90566c4cadf

HTTP/1.x 200 OK
Date: Fri, 21 May 2004 20:30:17 GMT
Server: Apache/1.3.29 (Unix)
Last-Modified: Sun, 21 Dec 2003 12:25:20 GMT
Etag: "22c33f-93-3fe59130"
Accept-Ranges: bytes
Content-Length: 147
Keep-Alive: timeout=2, max=199
Connection: Keep-Alive
Content-Type: text/html

and so on, and so on.
I created a fresh profile to test this bug, and got endless looping:

...

GET
/background_Bottom.htm?PHPSESSID=2b127dda00ec4419a0f2e90566c4cadf&PHPSESSID=2b127dda00ec4419a0f2e90566c4cadf
HTTP/1.1

GET /navigation_FlashTop.php HTTP/1.1

GET /content_view.php HTTP/1.1

GET /Flashes/alveran_TopNavigation.swf HTTP/1.1

GET
/?pageID=10&navBereich=Neuigkeiten&PHPSESSID=2b127dda00ec4419a0f2e90566c4cadf&PHPSESSID=2b127dda00ec4419a0f2e90566c4cadf
HTTP/1.1

GET /navigation_FlashMenuData.php HTTP/1.1

GET
/content.php?pageID=10&navBereich=Neuigkeiten&PHPSESSID=2b127dda00ec4419a0f2e90566c4cadf&PHPSESSID=2b127dda00ec4419a0f2e90566c4cadf
HTTP/1.1

GET /navigation_FlashMenuData.php HTTP/1.1

GET /navigation_FlashTop.php HTTP/1.1

GET /content_view.php HTTP/1.1

GET
/?pageID=10&navBereich=Neuigkeiten&PHPSESSID=2b127dda00ec4419a0f2e90566c4cadf&PHPSESSID=2b127dda00ec4419a0f2e90566c4cadf
HTTP/1.1

....



if you replace 'PHPSESSID=2b127dda00ec4419a0f2e90566c4cadf' with 'cookie' to
make it more visible, and you get in shortform:
GET /file.htm?cookie&cookie HTTP/1.1

Is it normal to append the same cookie twice as parameter?

Is it normal not to call website.com or website.com/index.html or
website.com/index.html?cookie but to call http://website.com/?someparameter?




Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7b) Gecko/20040413

Regressed between BuildID 2004041208 (working) and 2004041310 (failing)

http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=SeaMonkeyAll&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2004-04-12+06%3A00%3A00&maxdate=2004-04-13+10%3A00%3A00&cvsroot=%2Fcvsroot

Adding keywords qawanted, helpwanted, as I don´t know how to fix this bug, or if
component plugins is correct.

excerpt from the file content_view.php:

<html><head><title>...</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="....">
<link rel="stylesheet" href="http://www.alveran.org/CSS/style.css">
<LINK REL="SHORTCUT ICON" HREF="Images/alveran.ico"><script>
// reload Frameset (on visit of searchmaschines, or link opened in new window)

if (top.frames.length != 7)
{eval("top.location.replace('http://www.alveran.org/" +
"?pageID=10&navBereich=Neuigkeiten&PHPSESSID=35dc30a9ce39e2a92266280e3a328491&PHPSESSID=35dc30a9ce39e2a92266280e3a328491%20HTTP/1.1"
+ "');");}
	</script></head>

<body leftmargin="0" topmargin="10" marginwidth="20" marginheight="0">
<table width="95%" align="center"><tr><td>
		<script>parent.heading.location.reload();</script>

....

german comment translated by me, (sort of), maybe this file is responsible for
the constant reload?

Can attach log of LiveHTTPheaders, if wanted. 

LiveHTTPHeader of loading this file: 
have a look at the timeout, 2 seconds?, and the expiry date, 1981?


----------------------------------------------------------
http://www.alveran.org/content_view.php

GET /content_view.php HTTP/1.1
Host: www.alveran.org
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7) Gecko/20040514
Accept:
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language: en-us,fr-fr;q=0.8,de-de;q=0.5,es;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Cookie: PHPSESSID=35dc30a9ce39e2a92266280e3a328491

HTTP/1.x 200 OK
Date: Sat, 22 May 2004 11:11:28 GMT
Server: Apache/1.3.29 (Unix)
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Pragma: no-cache
X-Powered-By: PHP/4.2.3
Keep-Alive: timeout=2, max=197
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html
Flags: blocking1.8a2?
Tried Flash 1.7, but doesn't worj there, too.


I think the website has changed. At least, I don't see any flash.
See: http://www.alveran.org/index.php?pageID=99
"29.05.2004 Relaunch von Alveran.org im neuen Design, Wegfall von Flash-Elementen"
Flags: blocking1.8a2? → blocking1.8a2-
Yes, the site changed. I contacted the author and asked if he could restore the
old site and send us a copy, but he told me that was impossible.
There is significant flickering on http://www.tvnz.co.nz. All columns to the
right of the left-most column flicker to the left of pages containing flash in
those columns.
Well, the website has changed, no way to get it back. I'm marking it WORKSFORME.
Note, this would probably have been fixed by the fix for bug 238493.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago20 years ago
Resolution: --- → WORKSFORME
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.