I have to load a pdf within a page (don't ask...)
Ideally I would like to have a loading animated gif which is replaced once the pdf is loaded.
Thanks
|
2
|
I have to load a pdf within a page (don't ask...) Ideally I would like to have a loading animated gif which is replaced once the pdf is loaded. Thanks
|
|||
|
|
|
|
I'm pretty certain that it cannot be done. Check out the demo page I wrote: http://sykari.net/stuff/iframe/ Pretty much anything else than PDF works, even Flash. (Tested on Safari, Firefox 3, IE 7) Too bad. |
|||
|
|
|
|
Have you tried:
|
||
|
|
|
|
Thanks Travis but:
Works in IE & Safari, but not in Firefox for some reason. Firefox never seems to trigger the load event. It is something about the contents of the iFrame being a PDF it seems. If I substitute it for a html page it works perfectly. |
||
|
|
|
|
@Alex aw that's a bummer. What if in your
Definitely a hack, but it might work for Firefox. Although I wonder if the load event would fire too soon in that case. |
||
|
|
|
|
Here is what I do for any action and it works in Firefox, IE, Opera, and Safari.
|
||
|
|
|
|
have you tried .ready instead? |
||
|
|
|
|
This did it for me (not pdf, but another "onload resistant" content) :
Hope this helps... Regards, Ron Kuper |
||
|
|