Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
maxsimms webforumsuser@macromedia.com #1
Go to Director Movie
I am pretty new to Flash, and therefore have only a minimal understanding of Actionscript.
I am using Flash to create a rollover menu that will be used for navigation in a Director projector. I know the Actionscript to use to go to a frame in the same Director movie in which the Flash menu is placed:
getURL("lingo: go frame(2)")
I do not know, however, the Actionscript to go to a different movie.
For example, if the Flash menu the user is using is currently in the Director movie "fred.dir", and the user clicks a button in the Flash menu to go to another Director movie called "bob.dir", what is the Actionscript to go to "bob.dir"?
Also, if I can ask a further question, what would be the Actionscript for going to a specific marker in "bob.dir"?
Thanks for your help!
maxsimms webforumsuser@macromedia.com Guest
-
Help with flash movie in director
Im having trouble importing my flash movie into director 8. I created the movie in flash mx and iv imported the swf file into director, but all... -
Director movie to DVD
How do I take a movie I create and turn it into a DVD disc capable of being played by most consumer standalone DVD players? If it is by creating a... -
Flash movie in Director
Hi All, I am new to this user group. I am facing a problem in Director MX. I have imported a Flash Movie ( SWF ) in Director. What I require is... -
movie and director mx
Hello, Could I have your help about : 1 - How does your mpeg1 in Director MX integrate? 2 - Over did my video, I put a menu with buttons style... -
Can Director MX save a movie as a Director 8.5 file?
Can Director MX save a movie as a Director 8.5 file? I can't find this option in "save as" or "export." HELP! -
EdMX webforumsuser@macromedia.com #2
Re: Go to Director Movie
try:
getURL("lingo: go frame("FRAME_MARKER_NAME") of movie("MOVIE_NAME") ");
where MOVIE_NAME is the name of the movie (without a .dir extension) and FRAME_MARKER_NAME is the name of the marker.
so if you want to go to a frame marker called 'mark1' in a director movie called 'themovie.dir' the line would be:
getURL("lingo: go frame("mark1") of movie("themovie") ");
EdMX webforumsuser@macromedia.com Guest
-
maxsimms webforumsuser@macromedia.com #3
Re: Go to Director Movie
Thanks Ed!
maxsimms webforumsuser@macromedia.com Guest
-
EdMX webforumsuser@macromedia.com #4
Re: Go to Director Movie
You're welcome.
EdMX webforumsuser@macromedia.com Guest



Reply With Quote

