ok, on my site im working on i have the main page that you when you click on the parts button, a pop up of the parts swf comes up. from there i want each indivdual page in the parts swf to be pre loaded, so the way i think that would have to be done is for each page to be its own swf. i put in the code assigned to certian buttons on realse to:
loadMovieNum(“any swf”, 1)
i put that code in the other swf files too so there can be navigation trought out this parts page. now the problem is when the page is going from one page to another (one swf to another), it gets a brief glimpse of the first page of the parts page, the original parts.swf
i am wanting it to just be a clean fast transiton to the next swf. and then one some of the other swf is for you to click on an image to make it bigger, so make another pop up come up of the enlarged image. i know how to do that, but is it better to have it open a strait jpg file in to the pop up, or make an html page with the image in it?