Your script doesn’t work either. My script works fine on Mac, where it can play MP4 files.
> On Oct 13, 2024, at 12:32 PM, Klaus major-k via use-livecode > <[email protected]> wrote: > > Hi Colin, > >> Am 13.10.2024 um 20:27 schrieb Colin Holgate via use-livecode >> <[email protected]>: >> >> I found an online converter that can change MP4 to WMV, and the video looks >> ok, and plays in LiveCode. Scripts seem not to work though. >> Would you expect this to be able to pause or play a WMV in a Player object?: > > No. :-D > >> on mouseup >> if the paused of player 1 then >> play player 1 >> else >> set the paused of player 1 to true >> end if >> end mouseup > > on mouseup > if the paused of player 1 = FALSE then > start player 1 > else > set the paused of player 1 to true > end if > end mouseup > > :-) > > Best > > Klaus > > -- > Klaus Major > https://www.major-k.de > https://www.major-k.de/bass > [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 _______________________________________________ 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
