Closed
Bug 97513
Opened 24 years ago
Closed 24 years ago
Flash animation is executed twice
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
People
(Reporter: kazhik, Assigned: serhunt)
Details
Flash animation in <http://www.au-mobile.com/natsuwari/welcome-j.html>
is executed twice in the first loading.
It works fine in the second time.
Comment 1•24 years ago
|
||
hmm..worked ok for me on my NT 0828
| Reporter | ||
Comment 2•24 years ago
|
||
You can reproduce this bug if you delete cache directory.
Comment 3•24 years ago
|
||
Tried it once, deleted cache, tried it twice, couldnt see a thing, moz 0.9.3 win2k
| Reporter | ||
Comment 4•24 years ago
|
||
I'd found this is a dup of bug 46569.
The page in question has <object> and <embed>.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
id=summer1 width=400 height=400>
<param name=movie value="summer1.swf">
<param name=quality value=high>
<param name=bgcolor value=#0099FF -->
</object>
You can see flash animation by deleting classid attribute and adding data
attribute.
<object
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
data="summer1.swf"
id=summer1 width=400 height=400>
*** This bug has been marked as a duplicate of 46569 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 5•23 years ago
|
||
mass duplicate verifications . For filtering purposes, pls use keywd
"massdupverification"
Status: RESOLVED → VERIFIED
Updated•4 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•