Good day madame and sirs!
i am stumpted with the following problem. I have been trying to figure out the best way to replicate the “floating element” component of;
http://www.sawmovie.com/site.html
First of all, i wanted to point out how HELLA cool this site is. But besides that, notice that the various flash based elements seem to stick to their corners no matter how you scale the browser?
The thing that has me stumped is that the elements do not scale, and seem to live on seperate layers.
Here is what i have tried:
Start with a root/nest SWF that is allowed to scale, and then load another movie on top of that that is NOT allowed to scale. However, it seems that the noScale command given by the second movie, overrides the scale command in the first.
Anyone have any insights?