This is a discussion on "getting a animated movie to work in another" within the Flash & Multimedia Forum section. This forum, and the thread "getting a animated movie to work in another are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
getting a animated movie to work in another
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
getting a animated movie to work in another
i just purchased a really cool animating 3d flash file and i'm having some difficulties getting it going in other files. whats the streamlined way of doing this? i've tried recreating the layers but that seems tedius and for some reason thats not enough to make this animation work in my file.
is there a way to automatically insert / merge 2 flash files? thanks! |
|
|
|
#2
|
|||
|
|||
|
Re: getting a animated movie to work in another
Yes, in your main .swf you can create a movieclip as a placeholder(ie., clip1_mc with same instance name) and then do this:
clip1_mc.loadMovie("clip1.swf") This will load the .swf into the main .swf and there you have it.
Last Blog Entry: Yay!? (Oct 8th, 2007)
|
|
#3
|
|||
|
|||
|
Re: getting a animated movie to work in another
For this code to work does the .swf file need to be in the same dir as the publish directory? does it matter where the fla file is i'm working with?
I'm getting: 1120: Access of undefined property clip1_mc. |
|
#4
|
|||
|
|||
|
Re: getting a animated movie to work in another
Yes for what I have posted above it needs to be in the same directory.
You could probably change the path to target a different folder as well.
Last Blog Entry: Yay!? (Oct 8th, 2007)
|
|
#5
|
|||
|
|||
|
Re: getting a animated movie to work in another
i've tried a few different variations of bringing in the swf without success
is there an interface way of doing this? |
|
#6
|
|||
|
|||
|
Re: getting a animated movie to work in another
Yes. Which version of flash are you using?
|
|
#7
|
|||
|
|||
|
Re: getting a animated movie to work in another
flash 9 *is my version (* added to meet the 10 character criteria)
|
|
#8
|
|||
|
|||
|
Re: getting a animated movie to work in another
Ah...Now, I haven't messed with that yet...I know theres a beta but is the whole thing out?
Anyway, in Flash 8, (this might work for your version), Open the components window. In the use interface tab in that window, scroll down until you find the loader component and drag it out onto the stage. Then, in the properties panel, go into the parameters tab and go to content path. Put the path to your file in there and test the movie. As for resizing, there should be an option called scale. Leave it on false. Hope this helps. |
|
#9
|
|||
|
|||
|
Re: getting a animated movie to work in another
dude... i couldn't have asked for anything better than this! v. nice
|
|
#10
|
|||
|
|||
|
Re: getting a animated movie to work in another
so it worked?
Yay! Glad I helped. -Madison |
|
#11
|
|||
|
|||
|
Re: getting a animated movie to work in another
You can import swf files directly into the fla.
|
|
#12
|
|||
|
|||
|
Re: getting a animated movie to work in another
I'm not sure why the command line importing doesn't work. This way of doing it MadMadison is cool... it makes it possible to drag in the symbol and have it replace automatically... i didn't realise how cool these components were... im on the most recent gear with a flash 5 mindset. aka stop() and things like that which seem to be phased out in AS3.
flash 9 isn't out? it came with CS3 for me thanks to adobe. cha ching |
|
#13
|
|||
|
|||
|
Re: getting a animated movie to work in another
its weird Jacob, I tried importing through the most obvious ways but only MadMadisons method worked. I could import the file in but for some reason it wouldn't actually animate and just layed there stagnate.
*shrugs* |
|
#14
|
|||
|
|||
|
Re: getting a animated movie to work in another
thought i was an idiot for a second and hadn't set the imported swf by using the dropdown => import to stage to a Movie Clip. I realised i hadn't checked that. Hello behold, its set to Graphic... I changed it, still just sits there not in motion.
|
|
#15
|
|||
|
|||
|
Re: getting a animated movie to work in another
It will just lay there until you export the movie...weird. I can't really give advise on CS3, as I have not played with it any. All I know is everything has changed as far as ActionScript goes...lol.
|
|
#16
|
|||
|
|||
|
Re: getting a animated movie to work in another
This is my weekend project, learn Flash 9....
Last Blog Entry: Yay!? (Oct 8th, 2007)
|
|
#17
|
|||
|
|||
|
Re: getting a animated movie to work in another
Wow, what a weekend...lol.
|
|
#18
|
|||
|
|||
|
Re: getting a animated movie to work in another
hehe isn't that how it goes most of the time? under the hammer of time during the week meeting the deadlines... upgrading skills on the weekend?
|
![]() |
| Tags |
merging flash files ![]() |