So the story...

While developing a website I needed to create a small flash presentation. Since I have no knowledge in flash coding and since it was a pretty simple powerpoint type animation... I just created the flash by making the slides in power point and then using ispring pro 3 to convert it into the final swf product. Worked like a charm, everything.

The problem comes around a month later when I need to duplicate the flash presentation but so it directs to a different page instead of the original one... problem is I must of accidently deleted the original ppt presentation where I would be making the changes (within the ispring plugin).

So my only option then was to use a swf decompiler to extract the .fla file and change the redirection code, and then export it again. All went fine, up until the point where I open the resulting .fla file in an editor, change the code, export to a swf -- and then find that the resulting file doesn't work/play anything -- and in the output report there were a total of 100 ActionScript errors... all with the same fundamental error:

[bold]This statement is not permitted in a class definition.[/b]

I'd really like to avoid having to spend hours I don't have recreating the flash presentation from scratch... if anyone can offer any help/advice - you'd make me REALLY happy!

If it's any help, I can upload the original working swf file as well as the decompiled .fla file -- just let me know!

Cheers!