I am designing a website with Flash CS3, using actionscript 2.0. I am reasonably comfortable with actionscript, but not an expert.
I have a main timeline containing my basic page layout with buttons linking to my other pages.
My other pages load as swf files when the appropriate button is clicked.
I want to be able to load one swf over the previous one for page transitions.
My two problems are not being able to access the timeline of the loaded swf, and as mentioned, not being able to load a swf over a still visible swf.
I've tried every method I could find for a few days now, including Loader components and countless actionscript variations.
Any help or direction to some tutorials would be appreciated.
Thanks.