Controlling scenes in large flash movie

hiya… i am creating one large flash movie/presentation.

i will include a control panel to skip to/back next scene and also a pause play.

i was thinking about creating a control panel then creating a container in the middle where i would call the seperate flash swf file (ie. seperate into multiple swf’s)…

to navigate to the next scene i was going to create all swf’s with a name and then _1, _2, _3 etc. then create some actionscript to simply increment the counter by one and call nextswf_variable…

do you think this will work okay??