How to make the swf load after all the images and text loaded?
Posted
by Jay
on Stack Overflow
See other posts from Stack Overflow
or by Jay
Published on 2010-03-13T08:04:30Z
Indexed on
2010/03/13
8:15 UTC
Read the original article
Hit count: 175
JavaScript
|jQuery
My CMS system allow people to post some swf on the homepage, however, sometime there is video which is included in swf, not two files swf+flv. When the swf video load, it near used up the bandwidth and so the page seems not response for a while ... Can I use jQuery to control all the swf in a page that they load after the others done or maybe just load it after 3s or what?
Thanks!!
© Stack Overflow or respective owner