Not an AS3 expert by any means, but my first thought is that the error is
here:

>   public class DateMarker extends AbstractMarker
>   {
>     public function DateMarker ()
>     {
>       super();
>       labelClass = "date"
>     }
>   }

I'm not sure, but the super() function looks out of place here. You're
already invoking the AbstractMarker constructor by creating a subclass, so
it should work by itself. I suspect that calling super() there has messed
with your scope somehow.

Feel free to shoot me down. 

Danny

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to