[SIZE=1]When attempting to run a class that I wrote, I get this error:
I don’t get this error when I run it in debug mode, and it works as I would expect it to in debug mode. I made this as an AS class in Flex 2 (beta), so I think that the Flex nature of the application might be the thing messing it up. The documentation and Google haven’t turned up anything useful so far about either error message I’m getting.
I thought it was strange that I got the second error, as the undefined variable is the name of my class (and therefore constructor function).
I don’t think anyone would need to see the source AS of this to figure out the error, especially given that it works well enough in debug mode. Maybe I’m wrong.
Any ideas?[/SIZE]
[COLOR=Red] Edit: I fixed the issue, though I’m not really sure how, I think it might have been that the standalone player was the old alpha 1 player by default, which is why the movies still worked with the browser plugin.[/COLOR]