playMaker

Author Topic: VideoPlayer URL input  (Read 1314 times)

jubz

  • Playmaker Newbie
  • *
  • Posts: 1
VideoPlayer URL input
« on: October 19, 2017, 01:54:17 AM »
Hi, i am trying to use the Video player actions to play a movie from a URL location on my computer but it doesn't seem to work, maybe i am doing something wrong..The game Object has the video Player component..my action playmaker flow i use is video Player get URL ---->Video player play...but nothing happens.. is there probably a set URL action that is missing? the URL format i am using is file://C:/Users/...../video.mp4

Thanks,

Jkuts

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: VideoPlayer URL input
« Reply #1 on: October 27, 2017, 02:47:37 AM »
Hi,

 try with this style of ref:

https://forum.unity.com/threads/is-it-possible-to-load-a-videoclip-from-file.467310/#post-3047067

if it works within your user folders, then it's your url that is wrongly formatted when you start with file://

Bye,

 Jean