Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

movie??

Status
Not open for further replies.

tom1537

Technical User
Nov 29, 2001
38
US
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
 
You mean popup in a frame of a frameset?

Regards,
wink4.gif
ldnewbie
 
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





thanks for you help
 
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.

Regards,
wink4.gif
ldnewbie
 
thanks for your help, would you know were i can download a file to loook at how it is done??
thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top