Skip to main content
Inspiring
July 10, 2006
Question

trace() not working in component

  • July 10, 2006
  • 3 replies
  • 239 views
How do you get trace() to work from within a component script?

This topic has been closed for replies.

3 replies

Inspiring
July 10, 2006
#initclip
trace("HELLO");
#endinitclip

hu ??

i mean... if your class name is "bob"
then

function bob(){
//normaly there is nothing there... but anyway you can test
trace(this)
}
Inspiring
July 10, 2006
Not sure what you mean.. Perhaps you could adapt the code below for an
example?


#initclip
trace("HELLO");
#endinitclip



Thanks

On 10/7/06 21:26, in article e8ud6g$6on$1@forums.macromedia.com, "Andreq85"
<webforumsuser@macromedia.com> wrote:

> ...it work well for me..
>
>
> If you try to do a trace for the livepreview (when authoring) ...it will never
> fire...
>
> but if you do a trace in the constructor function it work...

Inspiring
July 10, 2006
...it work well for me..

If you try to do a trace for the livepreview (when authoring) ...it will never fire...

but if you do a trace in the constructor function it work...