Simple play videoclip question

John Dixon dixonja at hotmail.co.uk
Tue Feb 28 05:54:54 EST 2012




play stop videoclip "NWOpen.mov" ... will work. The 'play stop' syntax will not make it disappear..:-) but it will be put away when you go to another card.

> I'm doing this:
> 
> In a card script:
> 
> on openCard
>    play videoclip "NWOpen.mov" at 400,300
>    pass openCard
> end openCard
> 
> on closeCard
>    stop playing videoclip "NWOpen.mov"
>    pass closeCard
> end closeCard
> 
> The closeCard does not stop the videoclip. The closeCard message is received by this closeCard handler. ???
> 
> Also, when I do stop it, does it disappear?
> 
> Peter Bogdanoff
> UCLA
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
 		 	   		  


More information about the use-livecode mailing list