It fails for me too in an AS3 project.  Tried with the online Flex tool,
tried the windows exe, in the stand alone debug player and in Opera.



package
{

import com.blitzagency.xray.logger.XrayLog;

public class Photobar extends Sprite
{
private var log:XrayLog;
public function Photobar ()
{
 ...
 log = new XrayLog();
 log.debug("string message",masksprite); // masksprite is constructed a
couple of lines earlier
 ...
}
}
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to