# Help Loading .swfs using a single button

**URL:** https://forum.kirupa.com/t/help-loading-swfs-using-a-single-button/79485
**Category:** flash
**Created:** [February 14, 2005, 4:51pm UTC](https://forum.kirupa.com/t/help-loading-swfs-using-a-single-button/79485 "2005-02-14T16:51:09Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![LiquiDragoN](https://avatars.discourse-cdn.com/v4/letter/l/43a26b/32.png) [@LiquiDragoN](https://forum.kirupa.com/u/LiquiDragoN)
#### Post date: [February 14, 2005, 4:51pm UTC](https://forum.kirupa.com/t/help-loading-swfs-using-a-single-button/79485/1 "2005-02-14T16:51:09Z")

</div>

Hi, Im having real trouble with creating the following:

I have 2 buttons that are called “Forwad” and “Back”

Buttons are used to load a .swf that is a movieclip containing fading in text. It also contains a text mask beneath it.

I can load the first .swf file using the following :

on (release) {  
Loader.loadMovie(“Text1.swf”); // loader is my container  
}

I want to be able to click on the Next button again so that it then loads “Text2.swf” , and after the user has read that text they click the Forward button again to load “Text3.swf” in its place etc etc…

PLEASE PLEASE PLEASE HELP ☹ ☹ ☹
