> Someone told me that the command: > _player.debugPlaybackEnabled opens the > message window in a projector, but where do I put this code? > In the ini file? on startMovie?
Put it anywhere, and be sure to realize that is a property, and you must set its value to TRUE in order to open the Message window: _player.debugPlaybackEnabled = TRUE When you execute the above, the window will open. Typical places for that code would be prepareMovie or startMovie handlers, but it can really go anywhere you like. Please keep this in mind though: when you set that property to FALSE the window closes and cannot be reopened during that projector session (you'll need to quit and relaunch the projector). Cheers, Tom Higgins - Technical Product Manager Macromedia Director and the Shockwave Player http://weblogs.macromedia.com/thiggins/ ... [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
