I need to load a flash movie within an other flash movie, but I want to confine the loaded movie to some borders.
When I play the movie to be loaded as stand alone, it looks fine, but when loaded from a flash movie, stuff that is put off stage, shows
See the included example. I want the block at the border to be cut off, not show whole.
I could use a mask (in the loading or laded movie), but that probably is a major performance hit.
also scrollRect in the loaded movie doesn’t work because the Rectangle class doesn’t seem to be available on the flash lite platform.
Are there any other ways to prevent a movie showing the stuff outside it’s stage?