Adding Intro flash movie clip to a existing swf file...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jclarkkent2003
Forum Contributor
Posts: 123
Joined: Sat Dec 04, 2004 9:14 pm

Adding Intro flash movie clip to a existing swf file...

Post by jclarkkent2003 »

Adding Intro flash movie clip to a existing swf file...
Hi everyone, is it possible to add my own logo (flash .swf movie file) to the beginning of .swf movie or game files on a MASS scale (200+ movie clips (.swf, .dir, .dcr) in a short amount of time, instead of decompiling EACH swf with Sothlink swf decompiler and then rebuilding with my intro in the beginning?

How about doing this in PHP using something like MING ? I already have a file which is like a PRELOADER .swf file, and it uses LoadMovie() at the end of my intro, but it INCLUDES a EXTERNAL movie, and I'm wondering if I can IMPORT IT permenantely so it's ONE file instead of TWO.

How would I do this?

Thanks in advance.
Post Reply