bugger.  Let me see if I missed something.. Although, if I missed a class,
you should see a compile or runtime error.  I assume neither is happening?

On 1/16/07, Webdevotion <[EMAIL PROTECTED]> wrote:

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
  ...
}
}
_______________________________________________
Flashcoders@chattyfig.figleaf.com
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




--
[  JPG  ]
_______________________________________________
Flashcoders@chattyfig.figleaf.com
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