Page 1 of 1

Playing a .MOV file

Posted: Mon Jun 11, 2012 4:34 am
by prexsoccer
hi,

I want to play a video or a .MOV file, does liveCode support this thing?

now what I want to happen is that

once I click a certain button it will play a movie clip with a file extension .mov.

anyone knows? or have an idea?
please help me.

A sample script will help me.
thank you..

best regards,
mike :)

Re: Playing a .MOV file

Posted: Mon Jun 11, 2012 8:59 am
by Mark
Hi Mike,

Drag a player object from the tools palette (you can read about this in the user manual, which is included with LiveCode as a PDF and can be accessed from the Help menu). Use the properties palette to set the filename property of the player. Use the start player command to start the player (You can read more about "player", "start player" and "stop player" in the LiveCode dictionary).

Kind regards,

Mark