Closed
Bug 275667
Opened 20 years ago
Closed 20 years ago
Problem with Flash
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: webmaster, Assigned: bugzilla)
Details
This Flash animation is not shown. The PlugIn is correctly installed! In the InterNet Explorer works the animation correctly! <object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab# version=6,0,0,0' width='267' height='171' id='party' align='middle'> <param name='movie' value='http://www.funkyboys.de/images/party/party05.swf'> <param name='menu' value='false'> <param name='quality' value='high'> <param name='bgcolor' value='#264766'> <param name='loop' value=false> <embed src='http://www.funkyboys.de/images/party/party01.swf' menu='false' quality='high' bgcolor='#9E9E9E' width='267' height='171' name='party' align='middle' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'> </object>
Comment 1•20 years ago
|
||
<embed src='http://www.funkyboys.de/images/party/party01.swf is an infinitely redirect while <param name='movie' value='http://www.funkyboys.de/images/party/party05.swf works. Mozilla use the embed Tag (broken swf) and IE is using the object Tag with a working file. from wget : Connecting to www.funkyboys.de[217.172.182.101]:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://www.funkyboys.de/error404.php [following] --13:48:17-- http://www.funkyboys.de/error404.php => `error404.php' Connecting to www.funkyboys.de[217.172.182.101]:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://www.funkyboys.de/error404.php [following] --13:48:18-- http://www.funkyboys.de/error404.php => `error404.php' ..... 20 redirections exceeded. And please use the next time "Core:plugins" and not "Firefox:General" -> invalid
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Comment 2•20 years ago
|
||
(mid-air clash with Matti) Reporter, the object-tag (used by IE) uses a Flash file called party05.swf, while the embed-tag (used by Firefox) uses party01.swf, which causes an endless redirect. That's obviously not right.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•