This repository was archived by the owner on Aug 31, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ An <object type> that contains movie data.
1111
1212Introduced: 1.0
1313
14+ Deprecated: 8.1
15+
1416OS: mac, windows, linux
1517
1618Platforms: desktop
@@ -56,12 +58,15 @@ Changes:
5658The use of <QuickTime> was deprecated in version 8.1 of LiveCode with
5759new defaults for <dontUseQT> and <dontUseQTEffects> as true on all
5860systems apart from pre OS X 10.8. The Windows build of LiveCode no
59- longer supports any <QuickTime> features and setting the <dontUseQT> and
60- <dontUseQTEffects> will have no effect. Additionally <QuickTime> does
61+ longer supports any <QuickTime> features and setting the <dontUseQT>
62+ and <dontUseQTEffects> will have no effect. Additionally <QuickTime> does
6163not include 64 bit support and therefore can not be supported on OS X 64
6264bit builds of LiveCode.
6365
66+ Desktop development should utilize the <player> control for
67+ future video playback support.
68+
6469References: object type (glossary), templateVideoClip (keyword),
65- stack (object), videoClipPlayer (property)
70+ stack (object), videoClipPlayer (property), player (object)
6671
6772Tags: multimedia
Original file line number Diff line number Diff line change 1+ # Deprecate videoClip object in documentation
You can’t perform that action at this time.
0 commit comments