Shihyen / swfobject

Automatically exported from code.google.com/p/swfobject
0 stars 0 forks source link

FF3 loads SWF file twice #224

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Call embedSWF on an element

What is the expected output? What do you see instead?
SWF should be loaded once, instead is loaded twice

What version of the product are you using? On what operating system?
FF 3.0.4, SWFObject 2.1, FP 10.0.12.36

Please provide any additional information below.

It seems from a debug session that the following line in SWFObject code:

  el.parentNode.replaceChild(o, el); (line 422)

triggers FF to load the SWF twice. 

Question: 
Is this due to the HTML that is generated or should I file this as a bug to
FF or even the Adobe FP folks?

Original issue reported on code.google.com by verb...@gmail.com on 24 Nov 2008 at 4:43

GoogleCodeExporter commented 9 years ago
Please read our FAQ Q16: http://code.google.com/p/swfobject/wiki/faq

Original comment by bobbyvandersluis on 24 Nov 2008 at 4:45