Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Sep 8, 2021. It is now read-only.

Commit ba4112a

Browse filesBrowse files
author
livecodesam
authored
[Bugfix-22778] Add deprecation note to play videoClip
1 parent 6ed3a90 commit ba4112a
Copy full SHA for ba4112a

File tree

Expand file treeCollapse file tree

1 file changed

+12
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+12
-4
lines changed

‎docs/dictionary/command/play.lcdoc

Copy file name to clipboardExpand all lines: docs/dictionary/command/play.lcdoc
+12-4Lines 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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.