@@ -11,6 +11,8 @@ Plays a movie or sound.
11
11
12
12
Introduced: 1.0
13
13
14
+ Deprecated: 8.1
15
+
14
16
OS: mac, windows, linux, ios
15
17
16
18
Platforms: desktop, server, mobile
@@ -102,6 +104,12 @@ by using the put <command> :
102
104
> and <videoClip> for details. To play a wider variety of formats,
103
105
> use a <player> object.
104
106
107
+ Changes:
108
+ The use of <QuickTime> was deprecated in version 8.1 of LiveCode. The
109
+ Windows build of LiveCode no longer supports any <QuickTime> features.
110
+ Additionally <QuickTime> does not include 64 bit support and therefore
111
+ can not be supported on OS X 64-bit builds of LiveCode.
112
+
105
113
References: audioClip (object), beep (command), callbacks (property),
106
114
command (glossary), current card (glossary), currentTime (property),
107
115
dontRefresh (property), environment variable (glossary),
@@ -110,10 +118,10 @@ import (command), iphoneSetAudioCategory (command), looping (property),
110
118
MCISendString (function), message (glossary),
111
119
playDestination (property), player (object), playLoudness (property),
112
120
playRate (property), playStarted (message), playStopped (message),
113
- prepare (command), QTVersion (function), result (function ),
114
- return (glossary ), revStopAnimation (command ), showSelection (property ),
115
- sound (function ), start (command ), stop (command), Unix (glossary ),
116
- videoClip (object)
121
+ prepare (command), QTVersion (function), QuickTime (glossary ),
122
+ result (function ), return (glossary ), revStopAnimation (command ),
123
+ showSelection (property ), sound (function ), start (command),
124
+ stop (command), Unix (glossary), videoClip (object)
117
125
118
126
Tags: multimedia
119
127
0 commit comments