I made a project (into a flash projector for Windows) last year and I lost the source code. I was able to extract the SWF and then decompile it, but for some reason, it won't recompile. I am getting some errors when recompiling.
The original was made in CS3, the new one is being compiled in CS5.
The errors have to do with internal variables in the video classes. What could be the problem?
EDIT:
I've gotten this error and other similar ones:
/Applications/Adobe Flash CS5/Common/Configuration/Component Source/ActionScript 3.0/FLVPlayback/fl/video/UIManager.as, Line 449 1120: Access of undefined property PLAYER.
EDIT2:
It was built in Flash CS3 using AS3 on Windows Vista. I am now on OSX 10.6 and Flash CS5.
EDIT3:
If I remember correctly, I had trouble learning to use the FLVPlayback component and I messed with some of the Flash SDK internals back then. Could that be corrupted and included with the SWF?
Also, I've had success with this decompiler in the past. I don't think it's buggy.
(If anyone has a decompiler, I'll gladly let you keep a copy of the source if you can decompile this for me. Just leave a comment.)