My CMS system allows people to post some SWF’s on my homepage however, sometimes there is a video which is included in the SWF (not two files like swf+flv). When the SWF video loads it uses up the bandwidth and so the page seems non-responsive for a while. Can I use jQuery to control all of the SWF’s in a page that they load after the others are done; or maybe just load it after 3s?
Thanks!
Perhaps you should wrap your flash file in a
divtagand use the following CSS code:
then call at your last image declartion an
onloadevent that will display the swf blockGood luck!