I've been asking the same question in other parts of the forum and have yet to
find anyone that can solve the issue I am having. When constructing a full
flash website that utilizes an "index.swf" as the background to the entire site
cna ther be more than one tier of pages or .swf's that use that "index.swf" as
the background. For instance, the site I am currently working on plays the
"index.swf" file which has a command in it at a certain frame to load the
initial "home.swf" content or the home page. So when you go to the site the
background loads first and then the content. This is done with no problem.
Also in the "index.swf" resides 4 movie clip links to other pages or .swf's
(links.swf, portfolio.swf, contacts.swf, and about.swf). These all when
released will unloadMovieNum(1) or the "home.swf" content, gotoAndPlay(57) of
the root folder which is the effect of unloading part of the background
contained in the "index.swf"(the normal transition when navigating through
different pages), loadMovieNum("name.swf", 1) to load the new page content
while the background remains seen. The problem occurs when I try to create a
link from one of the 4 sub-pages (links.swf, portfolio.swf, contacts.swf, and
about.swf) to a new page called "customers.swf". I created this new .swf so
that it would be loaded like the 4 sub-pages with the background ("index.swf")
playing. Every script I have attempted is unable to unload in this case the
"links.swf" content so that it can be replaced with the "customers.swf" content
and preserve the same transition effects which then keep the background behind
the content. You can take a look at the website and click on the links button,
go into the online gallery area and click on 'more'. The desired effect is to
have the same transition as when you went into the links page and bring up new
content. As you can see at this point I can't even get it to unload the links
content let alone preserve the background effects and load new content. Here
is the site:
http://www.eternalphotofish.com/HTML/index.htm I appreciate any help that you may have and if needed I can give access to the
..fla's. Thanks.