Hi Ganesh
From what I understand , you are creating a layout that has a self running slideshow on a side of your layout and all the pages have their own interactive elements. Its possible to have this using a Window object , heres how:
1) On page 1 Create a picture box and make it a Window object -> Window1
2) Create your swf object or animation on this window
3) Now , create a script with the Window open action and choose Window1 from the Window drop down
4) Now select this script that you just craeted as the Page entry script for page 1
5) Now you can go ahead creating your other pages
This is how it works. A window object once opened remains open on all pages unless it is closed using the Close window action. Also , any object that is authored on a window object becomes a part of that window object and is independant of any page , so any swf that is playing on a window object will continue playing independant of what page the user is navigating to.
Hope this helps. Please get back for any queries/clarifications.
Regards,
Kabir