Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Loader component

Status
Not open for further replies.

jcreach

Technical User
Sep 17, 2006
21
0
0
US
I have buttons that call images into a loader component. All of the buttons work but I am having a problem with having the first image already be open when the page is entered. Here is what i have right now on the first button:

on (release) {
loadMovie("Abbigaile.jpg", "loadImage", "POST");
loadMovie("ab.gif", "loadImage2", "POST");
}

Do you have any suggestions? Would this work better with "if/then" statements? I am just learning about those.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top