playMaker

Author Topic: Import Movie During Runtime[SOLVED]  (Read 780 times)

lostinside

  • Playmaker Newbie
  • *
  • Posts: 3
Import Movie During Runtime[SOLVED]
« on: November 21, 2018, 09:37:46 PM »
HI,

Can anyone point me in the right direction?

Is there a FSM which allows the ability to import videos and or photos at runtime from my hdd? I tried checking first with ecosystem but couldn't find what I was looking for.

Thanks,
ROd

« Last Edit: November 22, 2018, 02:51:43 AM by jeanfabre »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Import Movie During Runtime
« Reply #1 on: November 22, 2018, 02:51:32 AM »
Hi,

 I just created two actions for this.

WebDownloadRequest, which allows you to save any url content into any file. so it will work for your movies

and

GetPersistentDataFolder, which will let you find the folder you can download files on mobile.

with these two actions, you are good to go. I do use Avpro for all video needs, it's very expensive, but it runs litteraly everywhere without any issues, so as far as video playback, you;'ll need to see what you need, the ecosystem also have actions for the Unity video player, but I am not about it's performances.

Bye,

 Jean