Need Help

Hi friends this is my first post on this forum. I am newbie in Flash. I am trying to make a website in flash. I don’t have any programming or advanced scripting knowledge.

I want: When a user open the website the index or home page will open with buttons in a menubar, some intro text in the right side and a news box on the left side. When user click on the buttons or menu bar the INTRO TEXT will gets unloaded and the other .swf will gets loaded. e.g In the home page I kept 5 menus About Us, Partners, Case studies, Solutions & contact us. if the user click on the about us menu then the intro text has to be replaced by about us info.

I made one Main movie in which there is an empty movie clip named ‘contents’, in which the external swf gets loaded. e.g. If I click on the solutions menu the solutions.swf gets loaded in the contents movie clip. When I clicked on the Contact us menu …solutions.swf is replaced by contactus.swf.

The problem i am facing is in the beginning…When I used loadmovie script in the main time line to load intro text (which is a welcome.swf file in which the text is also externally loaded from welcome.txt file).

In the welcome.swf there is a stop action given…therefore in the main swf the movie stops at a certain point with a perfect view which i wanted (homepage with intro text and menubar) but when i clicked on the other menu buttons e.g. I clicked on the about us button then the Intro text or swf will remail intact and the new swf i.e. aboutus.swf is opened in the empty movie clip…and gets clashed with the intro text.

If you do not understand my problem then pls. download the attachment file. Unzip the files in one directory and open the main fla i.e. slm9.fla. In the main fla (slm9.fla) only About Us menu is activated.

Please help me. Thanks in advance.