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 99817
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T00:27:37+00:00 2026-05-11T00:27:37+00:00

I think the question is pretty self explanatory. Anyone done this before? UPDATE :

  • 0

I think the question is pretty self explanatory. Anyone done this before?

UPDATE: Clarification on why I need to do this. We have a single swf behemoth of an AS1 – AS2 site with a large video gallery section. The client wants to update the video section as the AS2 code cannot handle their more recent, much larger, video files. The client will not pay for the entire site to be updated. So, I would like to be able to overlay an AS3 based video browser and player on the existing site when that section is navigated to, thus leaving the rest of the site working correctly with it’s existing AS2 code.

Hope that explains things a little more clearly!

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

    I wouldn’t think that whether it’s AS3 or AS2 has anything to do with it.

    From the point of view of the web browser, they are both a black box that says ‘Flash Player Plugin’. You can only have one version of the plugin installed at one time, so even though you have an AS2 and an AS3 swf, the web browser just sees that it has 2 instances of ‘Flash player plugin version 10’

    To boil it down what you seem to be trying to do is:

    1. Create a page:
    2. Stick a swf in it
    3. Add a div to the page and use CSS positioning to put it ‘over’ the other swf
    4. Stick another swf in that div.

    So, does this work? – No Yes, very well, but you must set wmode='transparent' on your embedded flash objects (thanks grapefrukt in comments).

    I ran a test: here’s my source code:

    <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> <html>     <head>         <style type='text/css' media='screen'>             DIV{ width: 300px; height; 300px;}             #background{ border: 1px solid green; background-color: green; z-index: 0; }             #foreground{ border: 1px solid red; background-color: red; z-index: 50; }         </style>     </head>     <body>         <div id='background'>             <embed height='208' width='208' quality='high' bgcolor='#fff' src='bgswf.swf' type='application/x-shockwave-flash' wmode='transparent'/>         </div>            <div id='foreground' style='position: absolute; left: 30px; top: 30px;'>             <embed height='208' width='208' quality='high' bgcolor='#fff' src='fgswf.swf' type='application/x-shockwave-flash' wmode='transparent'/>         </div>        </body> </html> 

    Results:

    Without wmode=transparent, is inconsistent and minorly broken in firefox and IE. With it, does exactly what you think it should in both IE and firefox.
    The swf files behave (from a layout point of view) as if they are just images. It’s cool.

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

Sidebar

Related Questions

I know this is a pretty basic question, and I think I know the
I think the question says it all. I have several monthly processes in stored
I think this question is rather easy for you shell scripting monsters. I am
You may think this question is like this question asked on StackOverflow earlier. But
The easiest way to think of my question is to think of a single,
This is a UI paradigm question I think. How do you display Child information?
I think this is a multi-part question, so bear with me. Currently all of
I think the question says it all. I'm new to Eclipse plugin development, so
I think my question is somewhat similar to CaptainPicard's but dissimilar enough that I

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.