WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
46398
Flash audio player is not loaded (dynamically added script order of execution)
https://bugs.webkit.org/show_bug.cgi?id=46398
Summary
Flash audio player is not loaded (dynamically added script order of execution)
vivianne costa
Reported
2010-09-23 13:20:40 PDT
I have been experiencing a bug on my website. On my homepage, I have a div that loads (using jquery) an external HTML file. On this HTML, there is an audio player and this player is not loaded on my homepage when I use Safari or Chrome. It works just fine on IE and Firefox. Also. the audio player works when I open the external HTML directly on Safari. The problem happens only when the HTMl is loaded by my homepage. Homepage:
http://www.ipamericas.org.br
Html that stores the audio player:
http://www.ipamericas.org.br/conteudos/index.php/igreja-americas/mensagens-em-audio-home
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2010-09-24 10:40:18 PDT
The issue seems to be that this content is loaded dynamically, and we execute dynamically inserted scripts in a wrong order (so, the swfobject variable is undefined when used). I think there's already a bug for that, but I couldn't quickly find it.
vivianne costa
Comment 2
2010-09-24 11:35:25 PDT
(In reply to
comment #1
)
> The issue seems to be that this content is loaded dynamically, and we execute dynamically inserted scripts in a wrong order (so, the swfobject variable is undefined when used). I think there's already a bug for that, but I couldn't quickly find it.
I thought about the fact of being loaded dynamically. But the player works on other pages where it's also loaded dynamically (for example:
http://www.ipamericas.org.br/conteudos/index.php/igreja-americas/mensagens-em-audio/
). Could the fact of being loaded dynamically still be the cause of this bug?
Tony Gentilcore
Comment 3
2010-10-06 14:33:15 PDT
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?
vivianne costa
Comment 4
2010-10-06 15:02:01 PDT
(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
James Simonsen
Comment 5
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?
Ahmad Saleem
Comment 6
2022-08-11 13:21:12 PDT
I am not able to find this test case website from
Comment 04
on Wayback Archive and we don't have any reproducible test case. In addition, this bug was in relation to Adobe Flash plugin related, which is not supported anymore and even NPAPI support is gone. I am going to mark this as "RESOLVED WONTFIX" due to lack of any reproducible test and assuming it was due to Flash Plugin. If someone has reproducible test case or any past memory on why this was happening, please reopen with comment detailing information, so this can be fixed. Thanks!
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug