# Removinng Overflow-y hidden once flash finishes

**URL:** https://forum.kirupa.com/t/removinng-overflow-y-hidden-once-flash-finishes/316109
**Category:** Uncategorized
**Created:** [November 12, 2010, 1:12pm UTC](https://forum.kirupa.com/t/removinng-overflow-y-hidden-once-flash-finishes/316109 "2010-11-12T13:12:12Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Pafke](https://avatars.discourse-cdn.com/v4/letter/p/5fc32e/32.png) [@Pafke](https://forum.kirupa.com/u/Pafke)
#### Post date: [November 12, 2010, 1:12pm UTC](https://forum.kirupa.com/t/removinng-overflow-y-hidden-once-flash-finishes/316109/1 "2010-11-12T13:12:12Z")

</div>

Hi,  
I’m currently building a website that has a flash fullscreen popup at the beginning. The flash popup loads fullscreen, therefor I’ve set overflow-y to hidden. As soon as the flash popup is done, it removes the div it the flash is in using javascript, but I can’t figure out how to put the overflow-y to visible.

I’m assuming I need to build a Javascript function to show overflow-y visible, and then need to call to that function from the flash file. I just can’t figure out how to build the javascript function since I suck at javascript.

All the CSS is in the original file, so not in an external stylesheet, this needs to stay that way because I have to implement the code in to several different web sites.

Any help would be appreciated.

Pafke
