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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T23:35:39+00:00 2026-05-19T23:35:39+00:00

I have a jquery script box that opens up and it appears behind my

  • 0

I have a jquery script box that opens up and it appears behind my flash.

The javascrip that runs the flash is

      // JAVASCRIPT VARS
      // cache buster
      var cacheBuster = "?t=" + Date.parse(new Date());       

      // stage dimensions
      // if you define '100%' then the swf will have the browser dimensions
      var stageW = "330";//"100%";
      var stageH = "435";//"100%";


      // ATTRIBUTES
      var attributes = {};
      attributes.id = 'GalleryRight';
      attributes.name = attributes.id;

      // PARAMS
      var params = {};
      params.bgcolor = "#ffffff";


      /* FLASH VARS */
      var flashvars = {};             

      /// if commented / delete these lines, the component will take the stage dimensions defined 
      /// above in "JAVASCRIPT SECTIONS" section or those defined in the settings xml         
      flashvars.componentWidth = stageW;
      flashvars.componentHeight = stageH;

      /// path to the content folder(where the xml files, images or video are nested)
      /// if you want to use absolute paths(like "http://domain.com/images/....") then leave it empty("")

      flashvars.pathToFiles = "fadeinout/";
      flashvars.xmlPath = "xml/fadeinout-right.xml";                      

      /** EMBED THE SWF**/
      swfobject.embedSWF("preview.swf"+cacheBuster, attributes.id, stageW, stageH, "9.0.124", >"js/expressInstall.swf", flashvars, params);
      if(swfmacmousewheel) swfmacmousewheel.registerObject(attributes.id);


  </script>

I heard i needed to put

param name=”wmode” value=”transparent”

or

so.addParam(“wmode”, “opaque”);

something like this to make it under my jquery.

How do i edit that so i can have the jquery script hover over the flash.

The thing that ties to the flash in my html is

<table width="330px" height="435px" cellpadding="0" cellspacing="0">
        <td align="center">

            <div id="GalleryRight">
                <p>In order to view this object you need Flash Player 9+ support!</p>
                <a href="http://www.adobe.com/go/getflashplayer">
                    <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player"/>
                </a>
            </div>
        </td>
    </table>

So how can i get it so the JQUERY script box to open over this flash?

Thanks!!! Greatly Appreciated!

  • 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-19T23:35:39+00:00Added an answer on May 19, 2026 at 11:35 pm

    The way to add “params” is as shown below. I’ve simply extended what you already had (added a new line)

    // PARAMS
    var params = {};
    params.bgcolor = "#ffffff";
    params.wmode = "opaque"
    

    If making the flash player opaque is the answer than it should work. If that doesn’t work then you could try (in addition to opaque) to set the z-index of your player to a lower number of increase the z-index of you jQuery script box (not sure what that is).

    So in your html modify your “GalleryRight” div tag to the following:

    <div id="GalleryRight" style="z-index: 1;">
    

    you may have to set the z-index of your script box in a similar fashion to a higher. The z-index property specifies the stack order of an element. An element with greater stack order is always in front of an element with a lower stack order. However, note that z-index only works on positioned elements. It looks like your script box is positioned. But your Flash player is not. So you may need to position it. In your case relative position may work.

    Do the z-index thing only if you really have to.

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

Sidebar

Related Questions

I have just started learning Jquery and am new to writing javascript (I am
I have the following form <form name=myForm id=myForm method=post enctype=multipart/form-data action=script.php> and this jQuery
Another jQuery issue... I have tried this several times using class and id elements
I am using a jquery plugin called colorbox, this might be irrelevent though as
Heres my link: http://tinyurl.com/6j727e If you click on the link in test.php, it opens
I'm a complete newbie as far as jQuery is concerned. I also don't know
I am trying to put some jquery UI code into an existing asp.net app,
I have an XHTML 1.0 Strict document in which I'm trying to make Shadowbox
I have a form configured to change the IP address on a network appliance
I use php to display a table of data drawn from my mysql database.

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.