[quoted text, click to view] ArtQ wrote:
> Hi...
>
> I'm a newbie in Flash 8 Pro. Currently I'm doing my own website of 9 pages in
> total of different Sections.
>
> My Questions are -
>
> 1. Can I create all my different pages in different scenes all in my default
> Home page?
> Will I encounter problems later on when publishing it to the Web?
>
> eg. Home (Default home page) - Main (Scene 1)
> About Me - AboutMe (Scene 2)
> My Hobbies - My Hobbies (Scene 3)
>
> ...and so forth, all in a Default page.
>
You can, it is just not recommended to use scenes anymore... Besides
you would have to repeat your navigation bar on each scene or have to
load it every time you jump to a scene.
Instead you can make each page a movie clip in the library. Give a
linkage id to it. Then create a empty movie clip or use the load movie
component to load each page as you click your buttons. Place your
navigation on a separate layer.
So the empty movie clip is your container and the clips get replaced inside
[quoted text, click to view] > 2. Previous, I tried inserting a swf file (my different Web page) into my
> Loader but
> it kept on placing on the right, way out of my loader's X and Y marks. It
> seems like
> my Loader automatically move way to the right. Tried to solve it but failed.
> Can you
> advice me on this problem I'm facing.
>
> eg. I place my Loader at the centre of my default Web page. But whenever I
> placed
> my swf file and test it (Command + Return), the Loader simply move way out to
> the right.
>
>
> Please help me on these a.s.a.p. Thanks in Advance.
>
>
Are you sure you are using the correct syntax? Flash can load a swf on
the main stage and it loads using x=0 y=0 or you can load it to a movie
clip (as I mentioned above) and it will use its registration point for
placement. So make sue you have given your loader an instance name and