You may decompile your SWF by any decompiler like sothink. it will convert your swf into FLA which you may edit easily. or try the solution given by Paul.
In your Adobe Flash create a new file (project) and then import (file=>import or ctrl+r) your swf file. it will import all the graphics on the main timeline. this solution will not work with the swf having complex layer structure and actionscripts. but give it a try first otherwise use Decompiler
Thanks, I’ve opened Adobe Flash for the first time and with your help I figured how to import and open my file
I have now a lot of frames and I wrote my website url the way I want it on one of the frames.
Now, how do I determine for how long that would appear on the screen? I am sure it is more complex than copy-paste to each frame…
Select the frame where you have put that url and press f5 it will add a frame next to it. by default flash sets 12 frames per second. so to stay that frame for like 3 seconds you will have to add 36 frames by pressing f5. Now press ctrl+Enter to preview the output
OK, it was the importing
I downloaded the trial of sothink like ryanqm has suggested
(since I’m not a pro, I didn’t want that expense now)
It allows to decompress the swf to an fla with all the layers and sound (whereas before I had one movie with no sound). the problem is that is leaves off the action scripts…
I have 3 buttons: play, pause and replay
I’ve changed to ActionScript 3.0 (from 1.0), named the buttons and created the code snipetts for each.
However, I get this message when trying to test: “WARNING: Actions on button or MovieClip instances are not supported in ActionScript 3.0. All scripts on object instances will be ignored.”
needless to say it is indeed ignored…
The point is that on ActionScript 1.0 it didn’t let me choose a snippet at all…
Another point, I have to replace the term “video_instance_name” with something. The “video” is all the layers interacting with each other, not some imported clip. Will it be the name of the file? if so, should I omit the “.swf” or “.fla”?
I tried before coming to this forum.
I’ve installed several on my computer but it didn’t work for me so I came here…
If anyone knows of a program that can do it, or is willing to do it on his computer and send me the fla with the action scripts (that the free Sothink is not providing) that will be great