Re: Player endTime is not respected!

2019-06-07 Thread Rick Harrison via use-livecode
Hi Klause and Paul, I fixed the problem. I had copied my player object from another older stack. When I started with a freshly created object the problem went away. I had the play selection checkbox turned on. I may not have used the set the playSelection of player "your player here..." to TRU

Re: Player endTime is not respected!

2019-06-07 Thread Paul Dupuis via use-livecode
Did you: set the playSelection of player to true Required to actually play from startTime to endTime and stop On 6/7/2019 9:52 AM, Rick Harrison via use-livecode wrote: Good Morning LC Users, I have a Player object that I have set the startTime and endTime for the movie. When I inspect the

Re: Player endTime is not respected!

2019-06-07 Thread Klaus major-k via use-livecode
Hi Rick, > Am 07.06.2019 um 15:52 schrieb Rick Harrison via use-livecode > : > > Good Morning LC Users, > > I have a Player object that I have > set the startTime and endTime for > the movie. When I inspect the > object I can see that my values > were set correctly. However, > when I play the

Re: Player endTime is not respected!

2019-06-07 Thread Rick Harrison via use-livecode
Sorry, I forgot to list system stuff. macOS 10.13.6 LC 9.0.4 Thanks, Rick ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/ma

Player endTime is not respected!

2019-06-07 Thread Rick Harrison via use-livecode
Good Morning LC Users, I have a Player object that I have set the startTime and endTime for the movie. When I inspect the object I can see that my values were set correctly. However, when I play the movie, although it starts at the correct place, when it reaches the endTime it just continues pla