qtDebugStr

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
qtDebugStr <pString>
Associationsplayer
Summary

Sent to a player containing a QuickTime movie when the movie performs a "DebugStr" action.

Introduced1.0
Changes

The use of QuickTime was deprecated in version 8.1 of LiveCode with new defaults for dontUseQT and dontUseQTEffects as true on all systems apart from pre OS X 10.8. The Windows build of LiveCode no longer supports any QuickTime features and setting the dontUseQT and dontUseQTEffects will have no effect. Additionally QuickTime does not include 64 bit support and therefore can not be supported on OS X 64 bit builds of LiveCode.

OSmac
Platformsdesktop
Parameters
NameTypeDescription
pString

The QuickTime parameter the movie passed to LiveCode when it performed the "DebugStr" action.

Example
on qtDebugStr myMessage
  go card myMessage of stack Info
end qtDebugStr
RelatedKeyword: player
Property: dontUseQT, dontUseQTEffects
Message: hotspotClicked
Glossary: QuickTime, message, player
Description

Handle the qtDebugStr message to respond to actions embedded in a QuickTime movie.

The movie author sets the string during development of the movie. When QuickTime executes the "DebugStr" action, LiveCode sends the qtDebugStr message to the player, with the string the movie author specified.

Tagsmultimedia