forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQTDebugStr.lcdoc
More file actions
32 lines (19 loc) · 929 Bytes
/
Copy pathQTDebugStr.lcdoc
File metadata and controls
32 lines (19 loc) · 929 Bytes
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
Name: qtDebugStr
Type: message
Syntax: qtDebugStr <string>
Summary: Sent to a <player> containing a <QuickTime> movie when the movie performs a "DebugStr" action.
Associations: player
Introduced: 1.0
OS: mac,windows,linux
Platforms: desktop,server,web
Example:
on qtDebugStr myMessage
go card myMessage of stack Info
end qtDebugStr
Parameters:
string (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.
References: player (keyword), hotspotClicked (message), QuickTime (glossary), message (glossary), player (glossary)
Tags: multimedia