Re: [Flashcoders] A Question that I've been asking for years!!

2008-08-25 Thread Rob Sampson
I'm certainly no expert but as I understand it, an interface is a class that is only good for inheriting, never instantiating. For example - if you were going to write two classes - Baseball and Softball, you would want a parent class Ball. However, you won't ever instantiate a Ball, you'll always

[Flashcoders] Function => String

2008-08-25 Thread Rob Sampson
I've been working with ExternalInterface.addCallback, and I think it's a drag that you have to send the name of a function as a String - it seems like there should be a way to get the name of a function dynamically the same way Event uses public static constants for their strings – so the compiler