i have a movieclip in witch i a loading a picture and i have a magnifier that i can drag with the mouse.
i whant to load it into a scrollpane but when i do that is sims like the scrollpane it loading it like a picture. i can't drag the magnifier anymore!
haw can i do to load'it ?
for example i whant to load http://www.freehandsource.com/_test/lens.html the one with the ants into a scrollpane
please help
Probably all those references to _root ("/..." in your magnifier's .swf's scripts...) that keep it from working when it's loaded in the scrollpane.
You would have to change all of those to the apropriate this and/or 1 or more _parent's...