when i press my button on my page
on (release) {
loadMovieNum ("load ", 1);
}
how do i get it to pop up in the location on the page i want it, thank you
maybe not saying it right, on one side of my page i have my buttons, when i click my buttons i want it to come up next to it on the other side of the page,
i have my button link and when i click it, i have it set this way on (release) {
loadMovieNum ("my art", 2);
}
but it always come up in the left hand corner
Don't you loose your button then? Or does the movie load on top of it?
You'll need to create a frameset, and target the right frame to achieve what you want, and it won't be with the loadMovie action but getURL.
Another way, would be to embed two side by side Flash movies on the same html and control one from the other with javascript and Flash methods.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.