Hi Colin, > Am 13.10.2024 um 20:27 schrieb Colin Holgate via use-livecode > <use-livecode@lists.runrev.com>: > > 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 kl...@major-k.de _______________________________________________ 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/mailman/listinfo/use-livecode