Lazy-loading flash objects
Posted
by friedo
on Stack Overflow
See other posts from Stack Overflow
or by friedo
Published on 2010-04-11T02:24:27Z
Indexed on
2010/04/11
2:33 UTC
Read the original article
Hit count: 441
I'm using the jQuery lazy-loading plugin to defer loading of below-the-fold images on a large web page. This works great. Now, I would like to apply the same technique to a large Flash object which is also below-the-fold. I don't think the lazy-load plugin handles things that aren't images (at least it doesn't look that way so far.) I may have to do it myself. In that case, how do I detect when the area containing the Flash object becomes visible?
© Stack Overflow or respective owner