Skip to content

Commit 46b5a01

Browse files
Merge pull request livecode#7393 from livecodesam/patch-134
[Bugfix-22778] Add deprecation note to play videoClip
2 parents 47fa881 + 6f22463 commit 46b5a01

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

docs/dictionary/command/play.lcdoc

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Plays a movie or sound.
1111

1212
Introduced: 1.0
1313

14+
Deprecated: 8.1
15+
1416
OS: mac, windows, linux, ios
1517

1618
Platforms: desktop, server, mobile
@@ -102,6 +104,12 @@ by using the put <command> :
102104
> and <videoClip> for details. To play a wider variety of formats,
103105
> use a <player> object.
104106

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+
105113
References: audioClip (object), beep (command), callbacks (property),
106114
command (glossary), current card (glossary), currentTime (property),
107115
dontRefresh (property), environment variable (glossary),
@@ -110,10 +118,10 @@ import (command), iphoneSetAudioCategory (command), looping (property),
110118
MCISendString (function), message (glossary),
111119
playDestination (property), player (object), playLoudness (property),
112120
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)
117125

118126
Tags: multimedia
119127

docs/notes/bugfix-22778.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Added deprecation note to play videoClip

0 commit comments

Comments
 (0)