Hi flexcoders,

I'm working through Darron's article here:
 http://www.darronschall.com/weblog/archives/000216.cfm

However, I'm trying to do the ActionScript-only project slant. I have a
temperature project and a temperature-test project. When I reference temperature
from temperature-test, I am not able to compile because it cannot find the
classes.

temperature
+-com
  +- example
    +-- TemperatureConverter.as

temperature-test (references temperature)
main.mxml
TemperatureConverterTest.as
  (won't compile... TemperatureConverter undefined, import com.-- nothing)


Am I missing something? Thanks.



--
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/
 



Reply via email to