You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>Sent to a <keyword tag="player">player</keyword> containing a <glossary tag="QuickTime">QuickTime</glossary> movie when the movie performs a "DebugStr" action. </summary>
<examples>
<example><p>on qtDebugStr myMessage</p><p> go card myMessage of stack Info</p><p>end qtDebugStr</p></example>
<overview>Handle the <b>qtDebugStr</b> <keyword tag="message box">message</keyword> to respond to actions embedded in a <glossary tag="QuickTime">QuickTime</glossary> movie.</overview>
<parameters>
<parameter>The <i>string</i> is the QuickTime parameter the movie passed to LiveCode when it performed the "DebugStr" action. </parameter>
</parameters>
<value></value>
<comments>The movie author sets the <i>string</i> during development of the movie. When <glossary tag="QuickTime">QuickTime</glossary> executes the "DebugStr" action, LiveCode sends the <b>qtDebugStr</b> <keyword tag="message box">message</keyword> to the <keyword tag="player">player</keyword>, with the <i>string</i> the movie author specified. </comments>