Intro vs Main App

If I have an intro slider that has a video in it, how do I tell it to stop running or trash it after I go into the main portion of the app?

Does it do it automactically trash the slider when I go into the next <Panel> ?

<!--Intro Slider here-->
<PageControl>
    <Page>
        ...
    </Page>
    <Page>
        ...
    </Page>
</PageControl>

<!--Main app here-->
<Panel>
    ...
</Panel>

Hard to give a general answer to that question without seeing more of your code.

PageControl does not automatically unload old pages. We are working on a new control that will do that.