Hi Ben, > Am 10.01.2017 um 11:44 schrieb Ben Rubinstein via use-livecode > <[email protected]>: > > With a player object, we can get/set the 'currentTime' property to play a > portion of a sound file. > Is there any way to do the same on mobile (specifically, iOS), or are we > limited to always playing from the start of a clip?
there are gazillions of options you can set with "mobilecontrolset" and one of them is: ... mobilecontrolset <controlIDorName>, "currenttime", <your_value_here> ... :-) > TIA, > > Ben Best Klaus -- Klaus Major http://www.major-k.de [email protected] _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
