Hi, guy
I've created an animation (swf file) using AS3 and FlashDevelop.
I'm able to compile and play it in FlashDevelop but when I open it in any browser (IE, Firefox, Chrome) I just see the background color and that's it. (I've flash player plugin installed on browsers).
What my animation is doing:
It's reading two matrices from a file and animates arrows according to the information in the file.
I suspect this problem to be because I'm reading data from a file.
When I play same animation, but "hard coding" the data (not reading from a file) everything is ok (play in browser).
What's the problem? How can I solve it? Is it something that's possible to configure from FlashDevelop or/and Compiler????
Thanks in advance.