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

  • SEARCH
  • Home
  • 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 344833
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T11:01:38+00:00 2026-05-12T11:01:38+00:00

I have a swf that requires flash 9, and I’m trying to show content

  • 0

I have a swf that requires flash 9, and I’m trying to show content over it. To facilitate this, I’ve set wmode to transparent. The problem is, this ONLY works when the user has flash 10 installed, and I really don’t want to require flash 10 to view the content on the site I’m working on. When I pull up a div over the flash content with flash 9, the swf bleeds into or completely overwrites the div.

How can I prevent this without making flash 10 a user requirement?

I’m using swfobject to embed the swf and jquery-ui to display divs over the flash content.

EDIT:

This failure behavior is only noted in Safari.

  • 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-12T11:01:38+00:00Added an answer on May 12, 2026 at 11:01 am

    I’m not sure if this will help you per se. But I’ve used following method to show content over flash.

    I had faced this problem some time ago. I was to show user a popup for Terms and Conditions for registration on a site. Popup was coming okay, but There was a flash movie at top of the page which was hidding upper portion of the dialog. The tested and widely used method is to put an Iframe at place where you want to show your content and absolute position your content and IFrame. For example, if you want to show a div above a flash movie, then place a IFrame like follows:

        <iframe style="position:absolute;top:250;left:150;"></iframe>
    

    Then position the div exactly above this iframe like:

        <div style="position:absolute;top:250;left:150;"></div>
    

    I was using jquery on the page to show dialog using ui.dialog plugin.
    After fooling around sometime I devised following simple solution.

    1) put id attribute on movie element to uniquely identify the movie object. Like,

    <object id="movie1"></object>
    

    2) before showing the dialog (or other content for that matter) call a javascript function to hide the movie. Like,

    $("#movie1").css("display","none");
    

    3) now show dialog. Like,

    $("#dialog").dialog("open");
    

    4) after closing the dialog, show the movie again. Like,

      $("#dialog").dialog("close");
      $("#movie1").css("display","inline"); 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this swf (flash) file that provides the json that needs to be
I have a SWF file that connects to a remote flash server and receives
i have a flash video called abc.swf that i would like to play when
I have a flash .swf file that I embed on my webpage. On my
I have SWF files that I load into my flash movie and those SWF
I have a Flash app that uses an implementation of SWF Address for deep
I have a SWF that I wish to debug on with the flash debugger.
I have Flash application (main_container.swf) that loads another swf file (page1.swf). I want to
I have a swf that loads images from my server and resizes them to
I have an AS2 swf that has an array that is updated when a

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.