Xaymite
06-22-2005, 05:06 PM
I have placed the test files on our internet site for anyone who wants to see the issue. http://www.summitcontractors.com/complete/MainMovie-Scroller1.swf
Click on PROJECTS and then Apartment Communities.
The Apartment Communities button has the following code in movie 1:
on (release) {
removeMovieClip(condo_gallery);
removeMovieClip(senior_gallery);
removeMovieClip(student_gallery);
removeMovieClip(lihtc_gallery);
removeMovieClip(office_gallery);
removeMovieClip(distro_gallery);
removeMovieClip(retail_gallery);
removeMovieClip(hotel_gallery);
removeMovieClip(institute_gallery);
}
on (release) {
this.createEmptyMovieClip("apts_gallery",2);
empty_mc._x = -200;
empty_mc._y = 100;
loadMovie("apts_gallery.swf",apts_gallery);
}
The Gallery looks great by itself:
http://www.summitcontractors.com/complete/apts_gallery.swf
The source I am using can be found at:
http://www.summitcontractors.com/complete/apts_gallery.fla
I found the gallery FLA on a website and it is what I want to display in the window at the bottom of the screen. I haven't lined anything up or made a nice background, so forgive the look. Just want to get this working first.
Click on PROJECTS and then Apartment Communities.
The Apartment Communities button has the following code in movie 1:
on (release) {
removeMovieClip(condo_gallery);
removeMovieClip(senior_gallery);
removeMovieClip(student_gallery);
removeMovieClip(lihtc_gallery);
removeMovieClip(office_gallery);
removeMovieClip(distro_gallery);
removeMovieClip(retail_gallery);
removeMovieClip(hotel_gallery);
removeMovieClip(institute_gallery);
}
on (release) {
this.createEmptyMovieClip("apts_gallery",2);
empty_mc._x = -200;
empty_mc._y = 100;
loadMovie("apts_gallery.swf",apts_gallery);
}
The Gallery looks great by itself:
http://www.summitcontractors.com/complete/apts_gallery.swf
The source I am using can be found at:
http://www.summitcontractors.com/complete/apts_gallery.fla
I found the gallery FLA on a website and it is what I want to display in the window at the bottom of the screen. I haven't lined anything up or made a nice background, so forgive the look. Just want to get this working first.