View Full Version : FMX Need Help Urgently (School Proj)
craigry
October 19th, 2002, 11:58 PM
Is is possible to load a movie ising the loadmovie command into a different swf??? :cyclops:
lostinbeta
October 20th, 2002, 12:22 AM
The whole purpose of loadMovie is to load an external .swf file into the current .swf file.
Unless I misunderstood your question.
craigry
October 20th, 2002, 03:59 AM
I have made a file called main.fla, in it there are several movie clips. One of these is called nav. I load my nav bar into this movie clip. In the nav bar there are 6 or 7 buttons, i was wondering if i could make it so that when you click the buttons it loads a movie clip into one of the movie clips in the main.fla. Tell me if you still don't understand.
pom
October 20th, 2002, 04:17 AM
It's possible, and not too difficult. The thing is that you have to find the right path to your container clips.
pom :asian:
craigry
October 20th, 2002, 06:57 AM
what is the right path?? if my main is called "main.fla", the nav is called "nav.fla" and the movie clip in main.fla is called "main frame"
pom
October 20th, 2002, 10:18 AM
Be more precise. Is the name of the clip "main frame" with a space??? And where is that clip?
craigry
October 21st, 2002, 12:12 AM
yes with a space and it is in main.fla
pom
October 21st, 2002, 04:53 AM
Remove the space and then it would be
_root.mainFrame.loadMovie("yourMovie.swf");pom :hat:
craigry
October 21st, 2002, 05:44 AM
Thanks I'll Try it!!
:bandit:
craigry
October 21st, 2002, 08:30 AM
IT WORKS!!!
Thanks for all the help
hopefully i'll finish my proj soon and get good marks
thank-you again
pom
October 21st, 2002, 11:39 AM
I'd like to see that, man. Please post a link when you're done :smirk:
craigry
October 22nd, 2002, 05:57 AM
OK
craigry
November 11th, 2002, 08:09 AM
Is it possible to make a button load an .exe??? The exe loads a movie in a little window and i was wondering if i could run that exe from within the projecter file!!
Any help i would be grateful for
P.S due this Fri
Makaveli
November 12th, 2002, 12:06 AM
.:BUMP:. =)
craigry
November 13th, 2002, 05:34 AM
fixed last prob
but, wat is the "get" command to find out what frame a specific movie clip is playing?
kornkid8281
November 13th, 2002, 06:19 PM
you could do soomething like:
<hr>someMovieClipFrame = _root.someMovieClip._currentframe<hr>
p.s. i don't rmember if the 'f' in '_currentframe' is capitalized.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.