# Content under Flash movie not active under FireFox

**URL:** https://forum.kirupa.com/t/content-under-flash-movie-not-active-under-firefox/282813
**Category:** flash
**Created:** [February 26, 2009, 5:44pm UTC](https://forum.kirupa.com/t/content-under-flash-movie-not-active-under-firefox/282813 "2009-02-26T17:44:32Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ryguy](https://avatars.discourse-cdn.com/v4/letter/r/f05b48/32.png) [@ryguy](https://forum.kirupa.com/u/ryguy)
#### Post date: [February 26, 2009, 5:44pm UTC](https://forum.kirupa.com/t/content-under-flash-movie-not-active-under-firefox/282813/1 "2009-02-26T17:44:32Z")

</div>

I have a Flash movie and a list of links. The links display underneath the Flash movie. It works in IE but not FireFox:

[http://3ee.whymatters.net/resize/index.html](http://3ee.whymatters.net/resize/index.html)

Here are the layers: layer 1 is flash content, layer 2 is the links:

```auto
#Layer1 {
    position: absolute;
    width:321px;
    height:254px;
    z-index:1;
    left: 23px;
    overflow:auto
}

#Layer2 {    
    position:absolute;
    width:300px;
    height:47px;
    z-index:0;
    left: 24px;
    top: 84px;
    background-color: #990000;
    overflow: auto;
}

```

The Flash movie is simply a graphic with a transparent spot in the middle. I’ve attached the fla, swf, and html files as well. I’m using swfObject for the embedding of the Flash content. Is there anything I can improve or do that will allow this behavior?
