Hi FlashKit Community!

I have a question, I'm making a web and I'm using iframes.

I'm using flash animation that goes on those iframes (mostly displaying contents)

The configuration is as follows, there are 2 columns in my index (one column containing the menu.swf, and the other column contenting an iframe).

when you click at one menu item it get the URL and displays it on the iframe.

so far so good, now the issue is that I have for default an swf playing in the background (which is on the iframe) when you click on one of the items in this swf a new swf is replaced in the iframe showing the info. What I want is that once you read the info the user can close that swf (the whole swf is a button) and go back to the same point you left in the default swf...

how can I do that?

Say for example in the default swf you are in the frame 10 and then you click a button in that frame changing that sfw for a new one to display the info, once read you can close that swf and go back to the same frame that it was before.

I hope you can help me.