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 <keywordtag="player">player</keyword> containing a <glossarytag="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> <keywordtag="message box">message</keyword> to respond to actions embedded in a <glossarytag="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 <glossarytag="QuickTime">QuickTime</glossary> executes the "DebugStr" action, LiveCode sends the <b>qtDebugStr</b> <keywordtag="message box">message</keyword> to the <keywordtag="player">player</keyword>, with the <i>string</i> the movie author specified. </comments>