Closed
Bug 130610
Opened 23 years ago
Closed 22 years ago
bbc.co.uk - flash plugin not recognized
Categories
(Tech Evangelism Graveyard :: English Other, defect, P1)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: magicdice, Assigned: tristan)
References
()
Details
(Whiteboard: [havefix][havecontact])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9+) Gecko/20020310
BuildID: 20020310
In the url above, when clicking on 'play balloonancy', I get the message:
'Balloonacy' requires the Flash 5 plug-in.
I've this plugin installed, as about:plugins says:
File name: /home/student/mcolombo/local/mozilla/plugins/libflashplayer.so
Shockwave Flash 5.0 r47
Mime Type Description Suffixes Enabled
application/x-shockwave-flash Shockwave Flash swf Yes
application/futuresplash FutureSplash Player spl Yes
Reproducible: Always
Steps to Reproduce:
1. goto the url above
2. click on 'play balloonancy'
Actual Results: the game (or whatever, I haven't seen it yet) does not appear.
a message states that I should install the flash5 plugin (but I alredy have it).
Expected Results: since the plugin is present, I should be able to see the
animation.
I don't know if it is evangelism... but since the flash plugin works everywhere
else, I suppose it's the correct place.
Comment 1•23 years ago
|
||
Confirmed
2002030908/WinXP
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Summary: flash plugin not recognized → bbc.co.uk - flash plugin not recognized
Comment 2•23 years ago
|
||
This is an UK site. So it should go to tristan and caillon.
Assignee: momoi → nitot
Component: English: Non-US → Europe: West
QA Contact: jonrubin → caillon
Comment 3•23 years ago
|
||
Cannot make flash animation work with flash mx (aka flash 6 plugin).
Build ID 2002050108 - WinXP - Flash 6 plugin.
Comment 4•23 years ago
|
||
if (navigator.plugins && (document.layers || document.all)){
/* some stuff */
}
they need to change that to :
if (navigator.plugins && (document.layers || document.all ||
document.getElementById)){
Whiteboard: [havefix]
Comment 5•23 years ago
|
||
Contact page : http://www.bbc.co.uk/feedback/
Whiteboard: [havefix] → [havefix][havecontact]
Updated•23 years ago
|
Priority: -- → P1
Comment 6•22 years ago
|
||
Contacted via online form
Comment 7•22 years ago
|
||
Got an answer from the BBC :
Hi Pascal
Many thanks for your email and kind advice. Apologies for the late
reply. We hadn't realised that Balloonacy was still live - it was meant
to be taken down off the site a while ago as it is no longer being
maintained. I have now taken the site down.
Best wishes,
Lisa G.
BBCi Comedy Website
----
Marking as Wontfix since the page is no longer maintained.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WONTFIX
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•