Re: Problem with Player & Stream Audio.
Posted: 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-
Neil Roger
--
LiveCode Support Team ~ http://www.livecode.com
-
Kind Regards,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.
Neil Roger
--
LiveCode Support Team ~ http://www.livecode.com
-