qristopher
08-11-2005, 04:55 AM
I have three container clips at the bottom of my page. they statically contain an actionscripted movieclip that transitions external .jpgs via an .xml file. This works beautifully.
Some of the buttons in the load movieclips containing static images into the container clips, which also works.
//////partial movieclip loading code/////////////////////
container1.attachMovie("ria1", "newname1", 0);
container2.attachMovie("ria2", "newname1", 0);
container3.attachMovie("ria3", "newname1", 0);
////////////////////////////////////////////////////////////
The problem is that when you click a button that does not load a static image movieclip, I want it to remove whatever clip was previously attached, thus revealing the original photo transition clip (that is statically contained in the container clip). This is NOT working. At the most, I have been able to remove the clip, but it appears as though everything is removed from the movie, as the transition movieclip is not visible.
http://www.whitepetaldesign.com/southpoint/WWW
Here's the link. If you navigate SITE>ROOSEVELT ISLAND ARCHITECTURE you will see an example of static images replacing (technically overlapping) the transition effect.
I'm so stumped, and I'm reaching my deadline. any ideas anyone?????????
Some of the buttons in the load movieclips containing static images into the container clips, which also works.
//////partial movieclip loading code/////////////////////
container1.attachMovie("ria1", "newname1", 0);
container2.attachMovie("ria2", "newname1", 0);
container3.attachMovie("ria3", "newname1", 0);
////////////////////////////////////////////////////////////
The problem is that when you click a button that does not load a static image movieclip, I want it to remove whatever clip was previously attached, thus revealing the original photo transition clip (that is statically contained in the container clip). This is NOT working. At the most, I have been able to remove the clip, but it appears as though everything is removed from the movie, as the transition movieclip is not visible.
http://www.whitepetaldesign.com/southpoint/WWW
Here's the link. If you navigate SITE>ROOSEVELT ISLAND ARCHITECTURE you will see an example of static images replacing (technically overlapping) the transition effect.
I'm so stumped, and I'm reaching my deadline. any ideas anyone?????????