快速登录:  

Forum: General Discussion

话题: How to launch a video with a vdjscript action?
I want to start a short video in a song by placing an "action" point using the POI editor?
Thank you for your help.
 

发表时间 Wed 22 Feb 23 @ 5:09 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
Use the action ... sampler_play_stop 'pathtoYourVideo'

E.g.
sampler_play_stop 'E:\Videos\test.mp4'
 

发表时间 Wed 22 Feb 23 @ 6:02 pm
Incredible! It works, thank you very much.
And how to stop this video playback with another command?
Thanks in advance.
 

发表时间 Wed 22 Feb 23 @ 6:53 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
You can use sampler_play (on one POI to play) and sampler_stop (on another POI to stop)
 

发表时间 Wed 22 Feb 23 @ 7:03 pm
Ok thank you very much I will test this.
 

发表时间 Thu 23 Feb 23 @ 9:46 am