Those warnings are expected, because the VM checks for the existence of a 
package/ class before creating it. In this process, some code similar to
if (!_global.com) {
        _global.com = new Object ();
}
is executed. Thus, the undeclared variable "com" is referenced.

Therefore, your project not compiling must have another reason - you should 
probably check for any other unusual messages in flashlog.

cheers,
till

Leif Wells wrote:
> I am getting weird "warnings" in my FlashLog panel *and* my current
> project will not compile.
> 
> The warnings look like this:
> 
> Warning: Reverence to undeclared variable, 'com' at ()
> Warning: Reverence to undeclared variable, 'leifwells' at ()
> Warning: Reverence to undeclared variable, 'org' at ()
> Warning: Reverence to undeclared variable, 'arp' at ()
> 
> 
> Since I am not used to seeing the flashlog.txt created through the
> Flash Debug Player I was concerned that there is some pathing issues
> that I needed to look into (especially since the project will not
> compile).
> 
> Anyone experience this?
> 
> Leif
> 
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
> 

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to