Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




HELP Lost All My Work Need To Decompile Movie



Help! I am in desperate need to decompile my swf movie because my flash crashed before i could save it, now all i have is the test movie. I really don't and will not pay 80$ just to buy a decompiler for one file. Can someone do this for me? I dread having to spend another 2 hours coding again. Please?



FlashKit > Flash Help > Flash ActionScript
Posted on: 09-25-2007, 10:43 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

8 Hours Of Work Is Lost Freehand
Please help!!!! I spent 8 hours working on this file and my computer restarted.
When I'm about to open this file I can see the preview in preview window, but later I'm opening this file and I'm getting an error message: Could not complete your request because the file is not a valid Freehand Document
Any help is very much appreciated.
Document is here.

[F8] Lost:confused: Cant Make Two Buttons Work Independently
hi guys, i know this might be very easy to solve and im an idiot, but i just cant make these buttons act independently of one another... when going over the buttons with the mouse i need a small text to animate under it...

the txt animation works fine, but then when i duplicated the button (which works) and duplicated all its layers and symbols, both buttons animate the text together, no matter which one is selected...

how do i make them independent of one another??

please please please, any help would be legendary!!!

thank you in advance guys.

Corrupted Flash File - Lost 12+ Hours Of Work?
Flash froze in the middle of working on my project (shock I know) and now when I'm attempting to re-open the file, I get an error that says: "Could not open one or more scenes probably because of low memory. To increase available memory, close open documents".

I know it has nothing to do with memory -- I'm afraid my file is somehow corrupt and I've lost all my work, help!?!?!?!!??!

[I'm on Mac OS X 10.4.8 using Flash Professional 8]





























Edited: 01/02/2007 at 11:51:57 AM by cschimke

Saving A Flash Movie As A Quicktime Movie - Actionscripted Movement Is Lost
I am trying to export my flash movie as a quicktime file for use in a dvd. Unfortunately only the tweening done manually occurs in the quicktime file and any movment that is actionscripted does not occur. Is there a way to get the actionscripted movement to work in an exported quicktime movie? Thanks.

Professional Help Movie Lost In Cyberspace
on an Imac. Flash 4.
trying to make a simple slide show of 30 photographs. Imported all as 200k gifs, stage size 5x7"., 5 frames each in flash. publish movie''ALL I get is a little 2"x2" white window...BUT WHen I open that same SWF from the flash icon every thing is there...if i make a quicktime it works...so where is my swf...ALSO I have increases memory, and even restarted the computer before i publish, nothing works.

PLEASE ADVISE

Thanks

Lost Movie Clip Variables
I am having big problems with these *#@! variables. I have posted this before, (Thanks for the replies)but this is still not working.

Here is a link to the fla if you would please give it a look.
http://www.geocities.com/mr_roxberry/NewGame12a.fla

In the fla, there is 3 mc's, each has a variable(num) that changes depending on frame. The problem is that the 'prize button is either not getting the variables values or is not written to do what I need.

Thanks,
chosenson

Loading Movie Lost In Dreamweaver
I made some loading movies in flash 8. But all but one of these load movies are lost once I publish them to HTML and use it in Dreamweaver. And the one loadmovie that does stay has its drop shadow lost that I made in Flash 8.
Can anyone t ell me why this is?
Thanks

Form Movie Action...had It...lost It.
Hello,

I had a tutorial that I accidentally deleted which demonstrated how to have an effect applied to a form field when you click on it. For example, you click in a form field and then that field fades to a different color or something. Can anyone point me in the direction of a tutorial like that?

Im Lost A Little... No, I Lied. Im Totally Lost
Ok... I have been making flash movies for quite some time and never tried to learn actionscript or any of that mumbo jumbo.

Heres the deal; I need to learn how to make a site in flash. Basically what I need to learn to do is how to make pages link together, Do you just make different scenes, or what is the best way of taking that on? Then do you just link it with get_url ... I understand how to integrate actionscript but "NO" clue on what ones to use or anything. PLEASE HELP... Thanks a ton

Joel McLaughlin

Dynamically Controlled Text Box Gets Lost When Placed In Movie
I'm dynamically generating clips that each contain one button in Flash. The menu options come from an XML file. I have a clip with a button inside and a textbox overlapping the button. When I place it on the main stage the caption in the textbox is visible. When I place an exact copy of the clip inside another clip for the purpose of scrolling it, the textbox inside the clip disappears.

Is there something I don't know about textbox behaviour inside a nested clip? As far as I understood it you could nest copies of clips as deeply as you liked and every single one would behave exactly the same way.

The code is clearly labeled and the relevant section is inside the first frame of the "nav buttons layer" on line 203.

http://www.mysticalcraft.com/jafar/Thanksforthehelp.zip

unzip it into C: and open "newest.fla"

Thanks for the help!




// **************************************************

***** //
// * HERE IS CODE FOR PLACING ONE NODE ON THE MAIN STAGE * //
// **************************************************

***** //
// This creates a button on the main stage which says "Identity"

_root.attachMovie("relatednode","relatednode0",num Levels++);

// loading the caption from relatedNodes[0]
_root.relatednode0.load = Node_load;
_root.relatednode0.load(relatedNodes[0]);

// positioning it
_root.relatednode0._x = 0;
_root.relatednode0._y = 40;
_root.relatednode0._visible = true;


// **************************************************

******************** //
// * HERE IS CODE FOR PLACING ONE NODE INSIDE A CLIP CALLED Pantalla1 * //
// **************************************************

******************** //

// This button appears inside the scrollable area but has no words displayed on it even though it is identical to the one placed on the main stage which displays the word "Identity"
_root.Pantalla1.attachMovie("relatednode","related node0",numLevels++);

// loading the caption from relatedNodes[0]
_root.Pantalla1.relatednode0.load = Node_load;
_root.Pantalla1.relatednode0.load(relatedNodes[0]);

// positioning it
_root.Pantalla1.relatednode0._x = 0;
_root.Pantalla1.relatednode0._y = 40;
_root.Pantalla1.relatednode0._visible = true;

Please Help Me, Lost With Movie Clips And Scenes Actions
Hi there!

well ive done some posting with this same topic on the MX side.
I have recieved afew helpful comments thanks to afew, but for the most part they have only confused me more with all their action script jargon.So i would like simple answers please hehe.
Ok my prob is this.It has to do with scenes(which everyone is telling me not to use).Well scenes and Buttons inside of movie clips.
I need to use scenes as im doing a mammoth of a project and will go nuts without using scenes.Anyways.

The prob im having is that i have to have a movie clip with several buttons on several key frames within that MC.This MC is on scene1.
Inside this MC on the first button, when click i need it to go to scene2, frame 1. This does not work!!! I was then told to use frame labels instead as that might sort the prob out.It didnt unfortunately.
Anyways so im noticing that buttons inside movie clips do not seem to understand simple On press go to scene2, frame 1 and stop command.

what on earth am i doing wrong.If someone is kind enough.I would like to send the FLA so you could check and see this small mistake which i must be doing.Ive been stuck on this project for 2 days now and am ready to give up!!!arghhh!

Many thanks for your time!

Chris

Lost Stop Points When I Imported One Movie In Another
I placed a movie within a movie by importing it into one movies library and dragging it onto the page. The second movie had stop points that correlated with rollover mouse movements but now just play in a loop now that it's placed inside the other movie. Any idea why and how I can make the one movie still interactive within the other?

Thanks!

Movie Clip Animation Lost When Exporting To Avi
I'm sure someone has run across this problem before, but for some reason I'm having trouble running a search on the message boards
I've got some animation going on inside a movie clip in my scene, and when I export to avi, you don't see the animation. Is there some way to fix this without having to animate everything, flat, on the main timeline?

So Lost Need To Position A Movie Within An Exisiting File
I have a presentation on Monday and I've been stuck on one last problem.

I created a flash file. Like a slide show. On one of the keyframes I loaded an external swf file. It's a demo that I need to load, but only for that one page.

I was able to load the movie using this
code that took me forever to find because I'm so bad at flash:

loadMovieNum("first bank scene.swf",1);

now my problems are this.

I can't figure out how to place this movie at different x and y coordinates. Right now it just plays at the top of my screen and cuts off other parts of the pre-exsisting slide that it's placed in.

My other problem is that the swf file is playing past the screen size. Is there someway I can apply a mask to the swf file in action script? Or do I need to apply the mask to the original flash file before I export it and import it again into my presentation?

I'm so useless. Please help.

Pausing Flash Movie On Focus Lost
Is there any way thru ActionScript to detect the loss of focus at the Flash movie level, eg. browser minimize or selection of another window, I would like to auto-pause my game at this point. I managed to create a reasonably effective solution using event handlers within the EMBED and OBJECT tags in the HTML but I would rather have my Flash movie do the work, onBlur and onFocus don't behave particularly well across different browsers anyway.

Thanks,
Ronny.

Decompile SWF To FLA
hi,

does anyone know if any decompilers work well, or if there is any way to go from SWF back to FLA ? my laptop was stolen and all that is left of a huge flash-site is the swf file...

any help is greatly appreciated

paul

Decompile Help
I download file .swf from a website for study how to do Action Script V2.0 by using Sothink SWF Decompiler and export to it to file .fla

After that I test run program, the result show Error. Could you please check Code for me that something wrong. and why it show Error. Because I'm new for Action Script V2.0 so I'm quite not understand well.

Please give me advise or correct Code.
Anyway, I also attached all related files.


http://www.flexmediasolution.com/TES...sourcecode.rar

Thanks in advance for your recommendation and your help.

SWF Decompile
I antecedently deleted my flv file, does anyone know of a way/program to decompile my swf file?

How Do You Decompile A Swf?
How do you decompile a swf? We had a computer crash and I am trying to recover some files. Is there a way to decompile a swf back to it's original? Thanks.

To Decompile Swf Into Fla....
hi, today i juz d/l and tried Sothink swf decompiler, but i found that it just couldn't export the swf into fla file, but only could extract the source such as graphics, and scripts etc. Anyone knows which software can do even better than sothink? All i want is the fla source file. I don't mean to copy and paste the other's works, but wishing get down to understand how the effects done and learn from it...

Decompile .fla
I have a client who has a template that they want to use. I used my decompiling software to try to get the files so i could edit them but the program didnt decompile the ones i needed. Is there another way to get all these files out of a template with no library?? any help is much appreciated, thank you

Decompile .swf
Can anyone tell me how to decompile a .swf file? I lost the .fla and i need to edit some text on that file. I am sure there is a way or some program that can do it.
PLEASE HELP.


Decompile A Swf
how do i decompile a swf so ican modify it on flash again?

Golden Dragon Is Coming Soon...

A New Swf Decompile Software
the soft name is dswf

it can decompile most swf file, why not try it?

you can free download here

http://pinoccc.top263.net/down/dswf_0_0_0_23.zip

Can Someone Help Decompile An SWF File Please?
Hey all,

I have an SWF file that I need decomplied so I can get some actionscript code out of it and find the URL path to 2 parts of it internally.

Would anyone be able to help me, it should be simple, I'm just not experienced with decompiling an SWF file, and I am on a Mac, the PC decompilers are more in-depth and allow more to be seen.

If anyone can help, please send a message here or IM me on yahoo messenger: aggro70 and I'll explain the 2 little details I need.

Thank you very much for any help that anyone can give me.

Brian

[F8] I Need To Know How To Decompile A .swf Without Paying
i have one of my swfs and my .fla file was lost so i want to be able to decompile it but i dont want to re do the whole thing and i also dont want to pay money help would be greatly appreciated

Decompile Nightmare
I am trying to help a friend with a project. Long story short--original developer's computer crashed, no backups. The only files left are .swfs on an executable CD-ROM. The exectuable can't be used online, it's just for the CD-ROM format, so at this point everything has been decompiled and corrected except this ONE FILE that is giving me fits.

I'm more of a designer than a programmer; my understanding of ActionScript is limited. I've been trying to figure this out using the 'Learning AS2.0 for Flash 8' book, but while I think I kind of understand the syntax I still can't figure out the problem.

I can't attach the decompiled file and the finished .swf (so you can see how it should work) to this post as a .zip because they're too big. If anyone is willing to take a look at them and at least give me some direction, they would have my undying gratitude, please respond and I'll send you the files. Thanks!

Amy

Decompile Issue
Is it worth trying to protect as3-code from beeing decompiled?

If so, whats the tool of choice?

Decompile Flex
What is the best product for converting swf made with flex to fla?
thanks

Wants To Decompile An Exe File To SWF
Hi

I wanna to decompile a application(flash projector or simply Exe) file to swf file. Can anybody tell me any Decompiler softwarwes for this. It will be more usefull for my upcoming projects.


Thank you all!!

Can I Decompile Your Flash?
Hi, im a beginner of flash. I hate those codes to describe flash, but i like joining up those elements. I know I am strange and thus i cant learn valuable things in flash. So i "invent" a good method in flash learning. First I googled "decompiler" and download one of them which i think is good enough(http://www.sothink.com/product/flashdecompiler/index.htm)
. Then i decompiled some swf(on web) to see how they make it. Then I joined the elements up, the swf palyed well, I win. So, i retry and retry, things becomed no more difficult to me. I think my learning method was advanced until someone my friend told me: "stop do that, you've offended the flash author! " I dont quite understand her words but I couldnt continue my work. I only want to learn some flash, I dont want to offend anyone else. I dont know if my friend's suggestion is true? It's a pity I cant learn my flash with decompiler, I hope someone bigbody could give me some advice! Thank you!

AS 2 Protect From Decompile
Hai All,


I am in urgently required to know is there is any tool or script to protectswf file from decompile .i want implement in a project now ,if any one kown about it kindly say me .

thanks in advance

Regards

Ranjith

Decompile One Of My Movies
Would anyone with a Flash decompiler be able to do me a favour?

I created a simple flash animation (currently visible on http://www.avoncrusade.co.uk) but I cannot find the original .fla. I'm working from home (with a bad cold) and can't find it. Nobody at the office seems to be able to help either.

I'm working on another little movie for a sister site to Avon Crusade and I could really use the animated logo from that swf, it will save me a heap of time!

Can anyone help?

Foamcow Heavy Industries - Web design and ranting
Toccoa Games - Day of Defeat gaming community
Target Marketing Communications - Advertising, Direct Marketing and Public Relations
"I'm making time"

Decompile A FlashPaAper
Does anyone know how to decompile de content of a FlashPaper SWF?

I dont mind about the FP interface itself but the content itself.

Tha thing is I have an old program form aking maps that has no export options, only printing. When i sent the maps to the simulated printer, FP mantains what this software sends to the printer as vectors which is very convenient.

So, is there any way to decompile or modify the content of a FP?

thanks in advance

Decompile Components...
Is there any way to de-compile a component - or is the code fully compiled and safe from users stealing it!!

m.

How To Protect Swf From Decompile
Hi,

Please help me, how to protect swf file from decompile.
which code should I insert fla to protect swf from decompile

Decompile 2 Swf Files
Hi,

Can someone decompile two swf files I have to the fla format? It's in the file "To decompile.zip".

Thanks,

Kepler

Movie-slide That Is Controlled By Buttons:HEEELPI Am SOOOO Lost
I am just SOOO lost.. I´ve been following a tutorial that I found on this site.
I simply want to be able to make a long jpeg (movie clip) slide inside a mask....I found the perfect example and everything went GREAT up until now...The only alternation I wanted to do, was to make the slide wider in with and longer in length-and now everything is just a MESS!!
When I click on the slider on the stage is says the width is 400 and length 1085,5. When I click on the jpeg image inside the movie clip (the image that is supposed to slide up and down) the property inspector says the jpeg is 900x1987 pixels…How is that possible??? How can an image that is inside a movie clip be twice as big as the movie clip??(When I click edit, and open the jpeg in photoshop, the jpeg is all of a sudden 400x900 pixels) Also, the corners of the slide are not 90 degrees…More like 35% and 80% . It is also impossible to write inside the movie clip, as the letters get “squashed” into each other-and the text line doesn’t get horizontal…

I have honestly NO idea whats going on…AAANY advice would be very much appreciated

This is the action script I’m using…:



_root.targety = 1;
// where the slider goes on load
speed = 4;
// the speed of the slide
slide_array = new Array("0", "-500", "-900", "-1300");
// the y position of the slider..
_root.i = 0;
_root.onEnterFrame = function() {
trace(_root.i);
starty = _root.slider._y;
vertikal = _root.targety-starty;
_root.slider._y = starty+(vertikal/speed);
};

_root.next.onRelease = function() {
if (_root.i == 3) {
_root.i = 0;
} else {
_root.i++;
}
_root.targety = slide_array[_root.i];
};
_root.previous.onRelease = function() {
if (_root.i == 0) {
_root.i = 3;
} else {
_root.i--;
}
_root.targety = slide_array[_root.i];
};

Movie Clip Events Lost As A Result Of LoadMovie (renamed)
now i've been working on flash for a bit now, and I've now come across THE oddest problem yet. I have a movie clip, which I have a jpg loaded into it and all the movie clip functions (onRelease, onRollOVer, onRollOut) are DEAD. The only thing that seems to work is the trace function. Ive user the loadMovie method and use the MovieClipLoader class with the .onLoadInit method and nothing works. I've done these tpye of things time adter time and just can't even guess as to why its not working now. Anyone got any suggestions?

I'm Lost: Two Buttons Inside An Animated Movie Clip On Roll Over?
So I'm a bit of a noob... be gentle.

I've designed this little navigation widget for my site.

It starts as a simple icon. When the user rolls over the area with the icon, I want two buttons to slide out, revealing the navigation to other areas of the site.

I made the animation a movie clip. And tried to set the clip to play on mouse over, and to reverse back to its off state when you roll off.

The animation seems to work... but my buttons don't work.

I'd really appreciate any help anyone could offer me here... I'm attaching the Flash project file.

FYI: I'm just planning on putting this little flash object inside a simple html page under an embedded quicktime movie.

Thanks.

Flash Security From Decompile
--------------------------------------------------------------------------------

I have A Problem.
Swf Files Decompiled.
I Need A Way To Protect SWF File From Decompile.

Help Me !!!!!!!!!

Digital Clock And Decompile
hi,
i know that moderators are not so happy to talk about the subject of this 3d but,,,i beg your pardon...
well i've browsed all the net for a long time to look for the source FLA of this digital clock(it's attached) but i couldn't help it. so i decided to install a decompiler. my need is just to change the color of sticks (black-->white) not much more. but,,,when i explort to flash the swf file and open it in mx2004 i get an error. otherways i can read the AS included in the swf but couldn't build the original flash from that!
any help is welcome,,,
bye!

New Decompile Protection For SWF Files
The developer ******* located at www.*******.com is getting ready to release the BETA version of Flash Encrypt. I have played with it myself and found it to be very usefull. There is some great information on there for Flash protection. Check it out. Thought it might be usefull to some of you looking to protect your work.

Prevent The Site Being Decompile
Is there any ways to do that? How to avoid people decompile your site after you have work such a long hours on it?

Decompile Shockwave Files?
I believe this is the right place if not i am sorry.

I was wondering if its possible to decompile shockwave files like .cct? if not is there anyway to unprotect a cct file and extract it? I've looked around on google and hadn't had any luck. Thank you for the response

[F8] Challenge: Can You Figure Out How To Decompile This?
No, I'm not asking for you to decompile someone's Flash program for me. As you'll see at the site, it's nothing special ( just the word "flyyyyyyy" ). This is an attempt I've been developing at making a Flash SWF that is unable to be decompiled.

I'd like for anyone interested to try to decompile this and post here the code that is inside. It's only a couple lines but it should be able to prove whether or not you did find a way to decompile it.

I hope none of you can!

http://www.seesaw-server.net/decompile/index.php


Good luck

Prevent Decompile And Encrypt AS
Hi

I have secure data presenting in a MC which needs login with mysql. I knew there are many decompilers. May I ask how can I prevent the swf being decompile and get the protected data directly?

Also, is there any method to encrypt the AS source code?

Thanks

Quite A Big Favour, Please Decompile Small Swf
Sorry to ask, but would anybody be able to decompile an old Flash file on a website I designed years ago, and ,of course, have lost the source for.

It's basically a small flash player which works with a cgi script to stream mp3s - I'm pretty sure it came from a tutorial site many moons ago.

Anyway I can't find anything about it online, so I am reduced to having to hack it apart to try and work out the script and how it interacts with the cgi, so i can make some small changes.

I work on a mac and as far as I can tell there is no real decompiling software available which will simply export the thing as a Fla file.

So I know it's a liberty, but please could somebody simply decompile it, export it as a fla, and mail it to me at felix (at) urbanimage.tv

Copyright enthusiasts should note urbanimage is credited as the builders. (Although no one in their right mind would want this delightful piece of antique code.)

This is the address :

http://bluemountainmusic.tv/player.swf

Thanks for any help.

Decompile A Compiled Clip?
hi, can i decompile a compiled clip? i want to use a drop down component (64k!), but want to change the colour of the arrows. if i drag teh halo theme into my movie then it bumps it up to 100k!
cheers

Copyright © 2005-08 www.BigResource.com, All rights reserved