When you have "Logo" class in the project, there are two errors
compiling with away:

Error: Can not resolve a multiname reference unambiguously
Error: Call to a possibly undefined method Logo

changing line 614 in Stats.as from

var logoShape:Shape = new Logo();

to

var logoShape:Shape = new away3d.core.stats.Logo();

resolves the issue, but I would prefer some less intrusive fix. Anyone?

Reply via email to