Closed
Bug 474672
Opened 17 years ago
Closed 17 years ago
Displaying flash page generated by photoshop
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jafried, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5
I generate flash web gallery's in photoshop cs3.
When trying to open the gallery from the index.htm page (as in the above url) I get the following
"Please upgrade your Flash Player.
Already have Flash Player? Click here if you have Flash Player 6 installed."
Note that this url works fine with IE
I have installed and reinstalled flash 10 many times and it works with other web pages
The html of the index.htm page is
{%FLASH%
test
1/21/2009
#F0F0F0
#FFFFFF
#000000
#0000FF
#800080
#FF0000
.jpg
You must enable Javascript to view this content. }
note that Javascript is enabled and that is not the error message that I get.
In order to see the correct display, I have to go to the following url
http://members.verizon.net/~vze29twi/test/gallery.swf
the other files in the test directory are
UserSelections.txt
photos.js
photos.xml
galleryconfig.xml
flashobject.js
then there are sub directories
images
pages
thumbnails
let me know if you need additional information jafried@ieee.org
Reproducible: Always
Steps to Reproduce:
1.open web site at index.htm
2.
3.
Actual Results:
As above
Please upgrade your Flash Player.
Already have Flash Player? Click here if you have Flash Player 6 installed.
Expected Results:
images
see above
Comment 1•17 years ago
|
||
I tried old and new Firefox versions, latest Opera, Google Chrome and IE 6, all on Windows XP, but IE 6 is the only browser that displays the flash.
Comment 2•17 years ago
|
||
The flash detection code seems to be from 2004, and probably doesn't work correctly, I'll look into it later today, but this seems to be a TE at best.
Comment 3•17 years ago
|
||
flashversion = y.charAt(y.indexOf('.')-1);
This flash detection script is broken, it only gets the zero for flash version 10.0 and it will only work correctly with version numbers below 10.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•