Closed Bug 660854 Opened 13 years ago Closed 13 years ago

flash not loading images

Categories

(Firefox :: General, defect)

4.0 Branch
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 410904

People

(Reporter: gav_nair, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Build Identifier: Mozilla/5.0 (Windows NT 5.1; rv:2.0.1) Gecko/20100101 Firefox/4.0.1

I wrote a website for someone. I basically tested the site with firefox 4.0.1. It worked fine initially but now the homepage does not load up properly in firefox. It still works with IE and Chrome.

Reproducible: Always

Steps to Reproduce:
1.Go to site
2.
3.

Actual Results:  
It stops at the screen showing Loading XML File...

Expected Results:  
It should have shown icons in a circle.
Reproduced with FlashPlayer 10.3.162.29.
Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0
Mozilla/5.0 (X11; Linux x86_64; rv:6.0a2) Gecko/20110527 Firefox/6.0a2
Mozilla/5.0 (X11; Linux x86_64; rv:7.0a1) Gecko/20110531 Firefox/7.0a1

WFM.
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24
OS: Windows XP → All
Hardware: x86 → All
Version: unspecified → 4.0 Branch
Hmm, does not work on Fx 3.6 either.
Could the Error be in the used SWFObject Library?

I get this in Error Console:
Warning: anonymous function does not always return a value
Source file: http://words-with-flesh.x10.mx/swfobject.js
Line: 4, Column: 8526
...
GET /images/quotes_hot.png HTTP/1.1
Host: words-with-flesh.x10.mx
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:7.0a1) Gecko/20110530 Firefox/7.0a1 SeaMonkey/2.2a1pre
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Connection: keep-alive


HTTP/1.1 403 Forbidden
Server: nginx/0.7.68
Date: Tue, 31 May 2011 21:33:08 GMT
Content-Type: text/html; charset=iso-8859-1
Connection: keep-alive
Content-Length: 342

Do you check the http "Referer" header ?
That would be a dupe....
(In reply to comment #1)
> Reproduced with FlashPlayer 10.3.162.29.
> Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1
> Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0
> Mozilla/5.0 (X11; Linux x86_64; rv:6.0a2) Gecko/20110527 Firefox/6.0a2
> Mozilla/5.0 (X11; Linux x86_64; rv:7.0a1) Gecko/20110531 Firefox/7.0a1
> 
> WFM.
> Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.24 (KHTML, like Gecko)
> Chrome/11.0.696.71 Safari/534.24

I tried it on Fedora 14 with an updated firefox and new plugins. It worked initially but now doesn't. That is why I filed it in the bugs section!!!
(In reply to comment #2)
> Hmm, does not work on Fx 3.6 either.
> Could the Error be in the used SWFObject Library?
> 
> I get this in Error Console:
> Warning: anonymous function does not always return a value
> Source file: http://words-with-flesh.x10.mx/swfobject.js
> Line: 4, Column: 8526
> ...

could be possible but every other browser works good and the point is that it worked on firefox initially even after the flash file was completed
(In reply to comment #3)
> GET /images/quotes_hot.png HTTP/1.1
> Host: words-with-flesh.x10.mx
> User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:7.0a1) Gecko/20110530
> Firefox/7.0a1 SeaMonkey/2.2a1pre
> Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
> Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
> Accept-Encoding: gzip, deflate
> Connection: keep-alive
> 
> 
> HTTP/1.1 403 Forbidden
> Server: nginx/0.7.68
> Date: Tue, 31 May 2011 21:33:08 GMT
> Content-Type: text/html; charset=iso-8859-1
> Connection: keep-alive
> Content-Length: 342
> 
> Do you check the http "Referer" header ?
> That would be a dupe....

two things:

1. how do we check it ????
2. it really truly worked in the initial stages in firefox
Also I tried to fix it by uninstalling the existing flash plugin and downloading a new one but that too failed.

Thanx
Err....

I think you may not have got the correct page. Please check again

Thanks a lot.
Apparently, as already stated i comment 3, it seems to be a problem with a missing Referer header when using Firefox. Here's a demonstration using the wget command, first without and then with Referer:


$ wget -S  http://words-with-flesh.x10.mx/images/quotes_hot.png
--2011-06-01 17:50:13--  http://words-with-flesh.x10.mx/images/quotes_hot.png
Resolving words-with-flesh.x10.mx... 69.175.120.122
Connecting to words-with-flesh.x10.mx|69.175.120.122|:80... connected.
HTTP request sent, awaiting response... 
  HTTP/1.1 403 Forbidden
  Server: nginx/0.7.68
  Date: Wed, 01 Jun 2011 15:50:14 GMT
  Content-Type: text/html; charset=iso-8859-1
  Connection: keep-alive
  Content-Length: 342
2011-06-01 17:50:14 ERROR 403: Forbidden.


$ wget -S --referer="http://words-with-flesh.x10.mx/index.php" http://words-with-flesh.x10.mx/images/quotes_hot.png
--2011-06-01 17:55:18--  http://words-with-flesh.x10.mx/images/quotes_hot.png
Resolving words-with-flesh.x10.mx... 69.175.120.122
Connecting to words-with-flesh.x10.mx|69.175.120.122|:80... connected.
HTTP request sent, awaiting response... 
  HTTP/1.1 200 OK
  Server: nginx/0.7.68
  Date: Wed, 01 Jun 2011 15:55:19 GMT
  Content-Type: image/png
  Connection: keep-alive
  Last-Modified: Mon, 23 May 2011 11:50:37 GMT
  Accept-Ranges: bytes
  Content-Length: 11665
Length: 11665 (11K) [image/png]
Saving to: “quotes_hot.png”

100%[============================================================================================================================>] 11,665      --.-K/s   in 0.1s    

2011-06-01 17:55:19 (76.7 KB/s) - “quotes_hot.png” saved [11665/11665]
The current bug maybe is a duplicate of bug 410904 or bug 337766.
(In reply to comment #9)
> Apparently, as already stated i comment 3, it seems to be a problem with a
> missing Referer header when using Firefox. Here's a demonstration using the
> wget command, first without and then with Referer:
> 
> 
> $ wget -S  http://words-with-flesh.x10.mx/images/quotes_hot.png
> --2011-06-01 17:50:13--  http://words-with-flesh.x10.mx/images/quotes_hot.png
> Resolving words-with-flesh.x10.mx... 69.175.120.122
> Connecting to words-with-flesh.x10.mx|69.175.120.122|:80... connected.
> HTTP request sent, awaiting response... 
>   HTTP/1.1 403 Forbidden
>   Server: nginx/0.7.68
>   Date: Wed, 01 Jun 2011 15:50:14 GMT
>   Content-Type: text/html; charset=iso-8859-1
>   Connection: keep-alive
>   Content-Length: 342
> 2011-06-01 17:50:14 ERROR 403: Forbidden.
> 
> 
> $ wget -S --referer="http://words-with-flesh.x10.mx/index.php"
> http://words-with-flesh.x10.mx/images/quotes_hot.png
> --2011-06-01 17:55:18--  http://words-with-flesh.x10.mx/images/quotes_hot.png
> Resolving words-with-flesh.x10.mx... 69.175.120.122
> Connecting to words-with-flesh.x10.mx|69.175.120.122|:80... connected.
> HTTP request sent, awaiting response... 
>   HTTP/1.1 200 OK
>   Server: nginx/0.7.68
>   Date: Wed, 01 Jun 2011 15:55:19 GMT
>   Content-Type: image/png
>   Connection: keep-alive
>   Last-Modified: Mon, 23 May 2011 11:50:37 GMT
>   Accept-Ranges: bytes
>   Content-Length: 11665
> Length: 11665 (11K) [image/png]
> Saving to: “quotes_hot.png”
> 
> 100%[========================================================================
> ====================================================>] 11,665      --.-K/s  
> in 0.1s    
> 
> 2011-06-01 17:55:19 (76.7 KB/s) - “quotes_hot.png” saved [11665/11665]



YES......YES......YES......YES......YES......YES......YES......YES......YES......YES......YES......YES......YES......YES......YES......YES......YES......YES......
THANX that did the trick

Yipeeeeeeeeee

ThanX a lot

GOD BLESS YOU!
Br. Gaurav Joseph (Order of the Friars Minor Capuchins)
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
There must have been an update in the flash engine.
Resolution: WORKSFORME → DUPLICATE
verified dupe.
>1. how do we check it ????
The referer header checking is a server side configuration.
The easiest way is to just check the server settings but using wget with --referer option also works.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.