Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 666293
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T23:48:10+00:00 2026-05-13T23:48:10+00:00

My CMS system allows people to post some SWF’s on my homepage however, sometimes

  • 0

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!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T23:48:10+00:00Added an answer on May 13, 2026 at 11:48 pm

    Perhaps you should wrap your flash file in a div tag

    <div id="image" align="center"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="281" height="28">
    <param name="movie" value="whatever.swf">
    <param name="quality" value="high">
    <embed src="contactb.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="281" height="28"></embed>
    </object>
    </div> 
    

    and use the following CSS code:

    .image {
    display: none;
    } 
    

    then call at your last image declartion an onload event that will display the swf block

    <img onload="document.getElementById('image').style.display = 'block'" src="whatever" />
    

    Good luck!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We want to implement a sitemap.xml feature in out CMS system. There is some
I have a CMS system that allows people to also use HTML code, but
I have a CMS system written in ASP.NET which among other things allows users
I am working in the confines of a CMS system, which defines certain fields
I have a CMS system which has a sitemap table with a parent-child relationship
I am using a CMS system, which has a template for generating forms, with
we are working on a project which is CMS system in itself and will
There is a very old site is written in a closed content management system(CMS).
I'm using a CMS system for a website. My content contributors have put some
I'm trying to design a CMS-like system that allows a user to modify HTML

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.