[Webkit-unassigned] [Bug 46398] Flash audio player is not loaded (dynamically added script order of execution)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 2 15:42:43 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=46398


James Simonsen <simonjam at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simonjam at chromium.org




--- Comment #5 from James Simonsen <simonjam at chromium.org>  2010-12-02 15:42:43 PST ---
(In reply to comment #4)
> (In reply to comment #3)
> > I can't reproduce this on Mac Chrome 7.0.536.2 or Mac Safari 5.0.2 (6533.18.5).
> > 
> > Did you implement a workaround on your site? If so, can you provide a test case that still demonstrates the problem?
> 
> Yes. I implemented a code to do not load the audio player dynamically, since I could not find a solution. Here is the test: http://www.ipamericas.org.br/index_loads2.html
> 
> Thanks a lot

There doesn't seem to be enough of the old site left to figure this out. I'd guess that no dependency was specified between swfobject and the script that used it, so we just executed them in the order that we got them, which happened to be wrong for your case.

Do you happen to remember how swfobject.js was loaded and how the user was loaded?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list