What video formats work on Windows?

Klaus major-k klaus at major-k.de
Sun Oct 13 14:32:55 EDT 2024


Hi Colin,

> Am 13.10.2024 um 20:27 schrieb Colin Holgate via use-livecode <use-livecode at 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
klaus at major-k.de




More information about the use-livecode mailing list