# Disable button, and loading swf fluidless?

**URL:** https://forum.kirupa.com/t/disable-button-and-loading-swf-fluidless/22298
**Category:** flash
**Created:** [June 2, 2003, 11:17am UTC](https://forum.kirupa.com/t/disable-button-and-loading-swf-fluidless/22298 "2003-06-02T11:17:20Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![mooler](https://avatars.discourse-cdn.com/v4/letter/m/b4bc9f/32.png) [@mooler](https://forum.kirupa.com/u/mooler)
#### Post date: [June 2, 2003, 11:17am UTC](https://forum.kirupa.com/t/disable-button-and-loading-swf-fluidless/22298/1 "2003-06-02T11:17:20Z")

</div>

Howdy I have 2 questions

1. When loading a swf over onother the buttons on the swf underneath will make the curser turn into a hand and make the buttons active even if they aren´t visible.  
Is there any easy way to make them inactive when another another swf is loaded in a higher level.

2. On this page [http://www.jensofsweden.com/fp6.php?run=true](http://www.jensofsweden.com/fp6.php?run=true)

When changing pages the "active page is still visible when the preloader "closes the page by covering it. Then the new page is loaded. How do I fix this?  
I´ve seen this done here at kirupa but can´t find it now (sorry).

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 2, 2003, 2:44pm UTC](https://forum.kirupa.com/t/disable-button-and-loading-swf-fluidless/22298/2 "2003-06-02T14:44:40Z")

</div>

myButton1.enabled=false;

that line disables buttons… with the myButton1 being the instance name of a button… u might be able to use that somehow 🙂

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 2, 2003, 3:36pm UTC](https://forum.kirupa.com/t/disable-button-and-loading-swf-fluidless/22298/3 "2003-06-02T15:36:15Z")

</div>

Yep thx that will help!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 2, 2003, 3:42pm UTC](https://forum.kirupa.com/t/disable-button-and-loading-swf-fluidless/22298/4 "2003-06-02T15:42:27Z")

</div>

I´ll have to clarify the second question because I was a bit wage (sorry ´bout that).

The tween on the site that the link leads to seems to be shape tween but how do they use alfa on that tween. You can´t use alfa on shap tween can you? The tween it self is no problem creating with shapetweening but the alfa, the alfa…

???

Thx Mooler
