stopping videoclip stack objects?

Visuals, audio, animation. Blended, not stirred. If LiveCode is part of your rich media production toolbox, this is the forum for you.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
AndrewWickliffe
Posts: 12
Joined: Tue Jun 20, 2006 8:11 pm

stopping videoclip stack objects?

Post by AndrewWickliffe » Fri Jul 14, 2006 6:49 pm

I just discovered the videoClip stack objects, which I can get to start playing, but can't find a way to make them stop...

Is there one?

I can't have just regular videoclip references because I need them to appear and disappear, which I can't get working with references (regardless of layer the video is always on top)

As always, any help is greatly appreciated.

Thanks

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Post by Mark » Mon Jul 17, 2006 8:48 pm

Check the stop command in the docs:

stop [playing] ([i]player[/i]|[i]videoClip[/i]|[i]audioCLip[/i])

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Post by Mark » Mon Jul 17, 2006 8:49 pm

hmm... I'm not sure that this came through correctly. The command should like like:

stop playing "Your Videoclip"
stop "Your Videoclip"

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

LESTROSO
Posts: 85
Joined: Wed Apr 04, 2007 6:14 pm
Location: Italy
Contact:

Post by LESTROSO » Sun Jun 24, 2007 6:24 pm

Unfortunetly the "stop videoclip " command still don't working . Your posts

are dated 2006 but we are in 2007 year and we are still waiting for this

command working........Why?? It'a serious bug ,why not fix now???:cry:


Thanks in advance,


Lestroso

Klaus
Posts: 13829
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Post by Klaus » Thu Jul 05, 2007 11:42 am

Buongiorno Lestroso,

actually the correct syntax is:

-> play stop videoclip XYZ

See also the "dontrefresh" property in the docs!


Best

Klaus Major

LESTROSO
Posts: 85
Joined: Wed Apr 04, 2007 6:14 pm
Location: Italy
Contact:

Post by LESTROSO » Fri Jul 06, 2007 7:25 pm

Vielen Danke Klaus,

You're right!!!!!! It's work fine!!!!!thank you very much!!!! It's a long time that

i needed that command work!!!

Why the runrev Developer don't told me this topic???? bho.....


Many thanks again......see you soon....


bye,

Lestroso :lol:

Post Reply

Return to “Multimedia”