Skip to main content
Participant
January 15, 2009
Question

Flash Error: Need Help!

  • January 15, 2009
  • 3 replies
  • 492 views
Hi,
I follow this tutorial on this textbook but come out an error which I do not know how to solve it. I suppose to do a Air Application which would create a non-rectangular window.

However it comes out with this error:
5000: The class 'ExampleWindow' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type.

Which I'm unsure on how to solve it. Can anyone help? Thanks

These are the code:
This topic has been closed for replies.

3 replies

clbeech
Inspiring
January 19, 2009
yup - and you might save some headaches if you use:

import flash.display.*;

instead of all those import statements.
kglad
Community Expert
Community Expert
January 19, 2009
extend the sprite or movieclip class, not the nativewindow class.
Inspiring
January 16, 2009
Do you have a movieclip in your library in your fla file that this class is linked to? That is the first place I would look.
Participant
January 19, 2009
No. I linked it using the Document Class.