loadMovie on dynamic levels...?

Greetings,

There is a page I am creating that will act as a gallery. When the user clicks on various thumbnails, it will ‘loadMovie’ a movie I have. I have accomplished this function - everything working perfect, but here is the problem:

The user must be able to load as many movies as they want, placing as many movies needed on their own level. Right now, the movies just override each other and the level needs to be determined by runtime click, not in the code itself.

To boot, they must offset a bit so that they don’t stack on top of each other. This is exactly what I want to replicate: www.psyop.tv

So my questions, basically, are as follows:

  1. How do I assign a new loadMovie to a new level on the fly?
  2. How do I offset that new movie based off of the location of the movie on the level below it?
  3. How do I constrain the loadedMovie to be within the background document’s borders?
  4. When multiple movies are loaded, how can they select the clip under their mouse, and not the one on the highest level?

I have not found the answers in these forums, so any thoughts/help you may have is greatly appreciated!! Thanks.

_Harkins