As I figured I would, I managed to resolve this: I had some confusion about where files were being published and that location didn't correspond to the test URL. The actionscript files weren't there, so I got the error below..
back to your regularly scheduled program... --- In [email protected], "jkebinger" <[EMAIL PROTECTED]> wrote: > > Hi all, apologies for what likely is a really dumb question, but I was > working through the calculator tutorial > http://www.macromedia.com/devnet/flex/articles/calculator.html (using > Flex 1.5, Flexserver 1.5 and the installer-included JRun4 server) and > am unable to actually make it work. > The problem seems to be at compile time the class CalculatorHandlers > is not found, so the compiler is complaining that this element can't > be parsed: > > <CalculatorHandlers id="calcHandlers" calcView="{this}"/> > > (I did put the xmlns="*" in the application tag) > > This is the message: > > Don't know how to parse *.CalculatorHandlers" It is not a known type > or property of mx.core.Application. > > Is there some classpath that needs to be set? > > Any pointers would be much appreciated! > > thanks > > James > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

