views:

36

answers:

1

I have some ActionScript code that I got from some website. I've tried to compile the code and it seems to have compiled with no errors. However, it doesn't work as expected and I am wondering how I can debug this?

It seems that the website uses Flash to compile it because there's a .fla file located as well. Does anyone have any idea?

Forgot to mention that I am on Unix and will be compiling on Solaris.

+1  A: 

Download Flash demo version and find out! The .fla may contain some assets or even had some code, I don't know of any other ways to compile the .fla!

PatrickS