Visuals, audio, animation. Blended, not stirred. If LiveCode is part of your rich media production toolbox, this is the forum for you.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
LCNeil
- Livecode Staff Member

- Posts: 1223
- Joined: Wed Oct 03, 2012 4:07 pm
Post
by LCNeil » Wed Aug 05, 2015 2:38 pm
Klaus is spot on when he mentioned that you can now set this property on player objects. This is taken from 6.7.6 release notes-
Ability to set the dontUseQT property for a player object (windows only) (6.7.6-rc-1)
It is now possible to set the dontUseQT property for a player object. On Windows,
the default value of the dontUseQt (global) property is false. This means that any
player object created will use the QuickTime API for multimedia playback. With this
new feature, you can set the dontUseQT property of a player to true, without changing
the value of the global dontUseQt property. In that way you can have both QuickTime
and non-QuickTime players playing at the same time.
Kind Regards,
Neil Roger
--
LiveCode Support Team ~
http://www.livecode.com
-
-
Klaus
- Posts: 14191
- Joined: Sat Apr 08, 2006 8:41 am
-
Contact:
Post
by Klaus » Wed Aug 05, 2015 2:43 pm
Hi Neil, thank you very much!
-
tomBTG
- Livecode Opensource Backer

- Posts: 73
- Joined: Fri Nov 25, 2011 6:42 pm
Post
by tomBTG » Wed Aug 05, 2015 3:56 pm
Neil,
Thanks for that info. But QT has no future, so what's the long-term solution for multimedia on Windows? Are any current versions of LC running on Windows without QT able to support external audio and movie playback? (I have a Windows application in dev. that needs these capabilities, so I would appreciate any info on the best version/method that can do this without QT.)
Thanks,
Tom B.
-
LCNeil
- Livecode Staff Member

- Posts: 1223
- Joined: Wed Oct 03, 2012 4:07 pm
Post
by LCNeil » Thu Aug 06, 2015 3:23 pm
Hi Tom,
We will be bringing a cross platform player object in the form of a widget. This will happen sometime within the LiveCode 8.0 development cycle. More information on this can be found here-
http://livecode.com/resources/roadmap/
Without using QT on windows (e.g dontUseQT), you are limited to a small number of default media formats as I believe the Windows MCI API player is used.
For best media playback (for now) I would recommend installing QuickTime
Kind Regards,
Neil Roger
--
LiveCode Support Team ~
http://www.livecode.com
-