Help! The play button

I have created an opening scene for my animation and i put in a play button which people can click on and i want the people to click on this play button and this will start playing my animation from another .swf file on my computer. i also made a button called quiz which i want it to link to the quiz i made on flash. It is like when you play a DVD and it’ll have the main menu where you choose play and audio and stuff.

Really glad if anyone can help me out.

Thanks

P.S my .swf file is called openingscene
:angel:

I would suggest putting all of the content into the same file rather than loading each piece as a separate swf.

Are you using actionscript 2, or 3?.

There is an actionscript 2 example of what you are trying to do at:
http://www.kirupa.com/developer/mx/full_site.htm

[quote=BenBart;2354244]I would suggest putting all of the content into the same file rather than loading each piece as a separate swf.

Are you using actionscript 2, or 3?.

There is an actionscript 2 example of what you are trying to do at:
http://www.kirupa.com/developer/mx/full_site.htm[/quote]

Thankyou for your quick reply. i am currently using actionscript 3…at least i think so…and what do you mean by putting content in same file as in i make a folder called my animation or something and then put the animation i am going to use in that folder? or…:stare:

EDIT:i’m actually using AS2 (just found out)

on (release) {
_root.contents.loadMovie(“main_content.swf”);
}

that was on the tutorial site you gave me so do i just replace “main_content” with the name of my animation and get rid of _root and change content into my instance name?
that’s what i did but i still failed to play the quiz i wannted to play and i imported that into my library…