This repository was archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 226
Expand file tree
/
Copy pathQTDebugStr.lcdoc
More file actions
52 lines (37 loc) · 1.38 KB
/
QTDebugStr.lcdoc
File metadata and controls
52 lines (37 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Name: qtDebugStr
Type: message
Syntax: qtDebugStr <pString>
Summary:
Sent to a <player> containing a <QuickTime> movie when the movie
performs a "DebugStr" action.
Associations: player
Introduced: 1.0
OS: mac
Platforms: desktop
Example:
on qtDebugStr myMessage
go card myMessage of stack Info
end qtDebugStr
Parameters:
pString (string):
The QuickTime parameter the movie passed to LiveCode when it performed
the "DebugStr" action.
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.
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.
References: QuickTime (glossary), message (glossary), player (glossary),
player (keyword), hotspotClicked (message), dontUseQT (property),
dontUseQTEffects (property)
Tags: multimedia