Oh boy…this is probably something you don’t want to hear, but I’m going to tell you this anyways.
With flash, it’s different, by just naming the swf files and placing them in a folder doesn’t mean that they automatically link together like how you can do it with HTML pages.
Depending on how he setup the site, you will have to use an actionscript called loadMovie to load each swf into the main swf.
That’s the equivalent of linking HTML pages together.
He only left you the swf files? No FLA’s? Because you can’t really edit the swf without the original FLA files.
If you want to know more about loadMovie then take a look at this link on how to build a full flash site. Hopefully it will give you an idea. Good luck. =)
well, it depends on what exactly the swfs are. just content pages, then you could create a main swf containing navigation that uses loadMovie for the content. but it all depends on what you’re working with.
I think it’s what you said, because Flash MX won’t let me open the .swf files.
and yes, there’s no FLA’s anywhere on the disk.
I just looked at that link. I can’t understand how I could edit the script in the flash program (I’m assuming that’s what he’s saying in the 2nd page of the tutorial) when I can’t open any of the files in Flash.
ALthough, I’ll say it’s starting to make a little bit of sense. Tell me if I got this right:
The actual flash program is just to help you create the components that you use actionscript to manipulate.
In other words, action script is what makes the flash do what it does, right?
*Originally posted by hybrid *
**ALthough, I’ll say it’s starting to make a little bit of sense. Tell me if I got this right:
The actual flash program is just to help you create the components that you use actionscript to manipulate.
In other words, action script is what makes the flash do what it does, right? **
You’re kinda of right there hybrid, but it’s not just actionscript, there are other things that are involved too that makes it works, but you’re on the right track.
The swf files you have are a product produced by the flash program and actionscript is just one of the tools used to create those swfs. You don’t even necessary need actionscript to creat something in the Flash program. It is just used to add in interactivity and advanced features.
Referring to Randome Hero’s post, yes there are swf decompilers out there are capable of opening swf files without the FLA files, but I’ve never used one so I have no idea how they work.