Fulll site tutorial

I just went through the flash full site tutorial which I thought was really useful and thanks for that, but I have run into one problem that I haven’t be able to sort out.

Everytime I press the button the movie clips gets loaded again. In the tutorial it is not that apparent because the loaded clip has no animation but in my case there is and it looks a little odd when your content gets reloaded when you press the button repeatedly.

Is there anyways of disabling the button or some code I could use to not make it reload a movie that has already been loaded and is visible ?

Thanks,

Ben

I think it’s:
[AS]
buttonName.enabled = false;
[/AS]