Re: [Flashcoders] Reverse Compiling

2010-06-23 Thread John McCormack
That's why I make my own backups too. It's a 2nd level undo. On 22/06/2010 21:24, Henrik Andersson wrote: John McCormack wrote: Don't forget FileHamster from http://www.mogware.com/ It checks at specfied intervals and saves away revisions of each changed file, with the date and time sewn in. I

Re: [Flashcoders] Reverse Compiling

2010-06-23 Thread Joe Minkiewicz
You could also get a free 2GB Dropbox account, put all your current project files in there, then move them to an external drive when the project's over. They save every version of your files for (I think) 30 days so it's like a poor man's version control. Also, I haven't used the feature yet but

Re: [Flashcoders] Reverse Compiling

2010-06-22 Thread Henrik Andersson
Lehr, Theodore wrote: It's official - I am the biggest moron on the planet... which leads me to this question: Is it possible to take a .swf and turn it into a .fla? There are a variety of decompilers available. ___ Flashcoders mailing list

RE: [Flashcoders] Reverse Compiling

2010-06-22 Thread Lehr, Theodore
any ones to recommend? From: flashcoders-boun...@chattyfig.figleaf.com [flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Henrik Andersson [he...@henke37.cjb.net] Sent: Tuesday, June 22, 2010 10:20 AM To: Flash Coders List Subject: Re: [Flashcoders

Re: [Flashcoders] Reverse Compiling

2010-06-22 Thread Matt Perkins
You can decompile it using 3rd part tools but the results aren't perfect. I've used SoThink's Decompiler in the past the edit vendor code (they didn't give us the FLAs and it was a year later). http://www.sothink.com/product/flashdecompiler/index.htm On 6/22/2010 10:10 AM, Lehr, Theodore

Re: [Flashcoders] Reverse Compiling

2010-06-22 Thread Tom Gooding
...@henke37.cjb.net] Sent: Tuesday, June 22, 2010 10:20 AM To: Flash Coders List Subject: Re: [Flashcoders] Reverse Compiling Lehr, Theodore wrote: It's official - I am the biggest moron on the planet... which leads me to this question: Is it possible to take a .swf and turn it into a .fla

Re: [Flashcoders] Reverse Compiling

2010-06-22 Thread allandt bik-elliott (thefieldcomic.com)
can i recommend installing a subversion server into your workflow to avoid future problems? a On 22 June 2010 15:30, Matt Perkins nudoru.m...@gmail.com wrote: You can decompile it using 3rd part tools but the results aren't perfect. I've used SoThink's Decompiler in the past the edit vendor

Re: [Flashcoders] Reverse Compiling

2010-06-22 Thread Gustavo Duenas
how can I install a subversion server on a mac? gus On Jun 22, 2010, at 10:56 AM, allandt bik-elliott (thefieldcomic.com) wrote: can i recommend installing a subversion server into your workflow to avoid future problems? a On 22 June 2010 15:30, Matt Perkins nudoru.m...@gmail.com wrote:

Re: [Flashcoders] Reverse Compiling

2010-06-22 Thread Kerry Thompson
Gustavo Duenas wrote: how can I install a subversion server on a mac? Do you want an SVN client on a Mac, or do you want to have a Mac SVN server? I've installed SVN on a Linux server, and the client on Mac and PC. I've never used the Mac as the host, though. Here's a link to the SVN Mac

Re: [Flashcoders] Reverse Compiling

2010-06-22 Thread jonathan howe
Obvious but perhaps helpful: Installing a source control server on the same machine that you're working won't get you too far in terms of disaster recovery. For the lightweight developer who does not have a setup for a separate machine running as a server or hosted solution, I would just

Re: [Flashcoders] Reverse Compiling

2010-06-22 Thread Steven Sacks
I _highly_ recommend Beanstalk for all your svn needs. http://www.beanstalkapp.com/ On 6/22/2010 10:16 AM, Kerry Thompson wrote: Gustavo Duenas wrote: how can I install a subversion server on a mac? Do you want an SVN client on a Mac, or do you want to have a Mac SVN server? I've

Re: [Flashcoders] Reverse Compiling

2010-06-22 Thread John R. Sweeney Jr
If you have a Mac just get a Time Capsule. Has saved my life and sanity a few times. ;) And its really easy to use. I have backups I can access all the way back to November 2008 up to an hour ago. Later, John on 6/22/10 12:16 PM, Kerry Thompson at al...@cyberiantiger.biz wrote: Do you want

Re: [Flashcoders] Reverse Compiling

2010-06-22 Thread John McCormack
Don't forget FileHamster from http://www.mogware.com/ It checks at specfied intervals and saves away revisions of each changed file, with the date and time sewn in. I make my own backups separate to them, always on another drive. John On 22/06/2010 20:34, Steven Sacks wrote: I _highly_

Re: [Flashcoders] Reverse Compiling

2010-06-22 Thread John McCormack
Also, ActionScript Viewer version 6 is available (AS3 version) from: http://www.buraks.com/asv/ John On 22/06/2010 15:30, Matt Perkins wrote: You can decompile it using 3rd part tools but the results aren't perfect. I've used SoThink's Decompiler in the past the edit vendor code (they

Re: [Flashcoders] Reverse Compiling

2010-06-22 Thread Henrik Andersson
John McCormack wrote: Don't forget FileHamster from http://www.mogware.com/ It checks at specfied intervals and saves away revisions of each changed file, with the date and time sewn in. I make my own backups separate to them, always on another drive. You aren't supposed to check in half

Re: [Flashcoders] Reverse Compiling

2010-06-22 Thread allandt bik-elliott (thefieldcomic.com)
You might want to check out versions On 22 Jun 2010 18:17, Kerry Thompson al...@cyberiantiger.biz wrote: Gustavo Duenas wrote: how can I install a subversion server on a mac? Do you want an SVN client on a Mac, or do you want to have a Mac SVN server? I've installed SVN on a Linux server, and