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!

load movie

Status
Not open for further replies.

t5pete

Technical User
Mar 20, 2001
52
US
How do I get a flash swf movie to appear on a FLASH website Im making. Im trying to get a button on roll over to open a movie. There's just no way it can be done I guess.
 
It's done all the time!
Have you uploaded your button movie and the one you want to open up to your site? Did you use the Publish feature to output your html? What's the scripting on your button?
mywink.gif
ldnewbie
 
maybe this?

on (rollOver) {
loadMovieNum (" 1);
}
on (rollOut) {
unloadMovieNum (1);
}
unless you would want the movie to stay on roll out, then just adjust the script accordingly..and from what i'm guessing your are trying to load a swf into a certain spot? maybe targeting a mc? a little more info..is the movie your loading the same size as the one your in? will it be a banner? some info?
e.gif


carlsatterwhite@endangeredgraphics.com
 
Thanks,
Please forgive my pessimism, I was a little frustrated. I ended up getting the effect I wanted a different way. I just wanted some text to pop up on roll over, so I did it in the button commands. I also figured out how to put a save a movie clip into the library, however I won't be needing that now. I do have another question though. I'll post it.
Thanks again!!!!!'
t5
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top