FMX - debugging external movies

Hi everyone!

So the question is…how do you debug external files if they have functions that can only be executed when inside the main movie?
I hope this makes sense…so the thing is that a movie just exported shows you the values of the traced items (undefined, numbers,…whatever). When that same movie is published and viewed in the flash player within the main movie, the traced items don’t show in the output window.

thank you!!!

:tie:

you can change _root or _level0 in your codes , to the level of the published movie…

do you mean to trace the level where the movieclip is in?

note: as I said before…the external movie is not loaded in a level but inside a movieclip…I guess that then I trace the movieclip holder in the root movie huh? :slight_smile:

That is what I was doing.
The answer is to debug everything by exporting the main movie, not from the published one.
Sorry. It was quite simple.