I want to import mp4 at the start of my game, how could i do it? Because it seems that the video plugin only loads from project files but i want it to use files from folders in my Node webkit exported folder
I want to import .mp4 files directly from a folder located in the exported, that's like 1-2 hours i'm trying to find something about importing files like this in project folder and/or use different files in video plugin
It seems that it works with blobs using FileChooser : https://www.scirra.com/tutorials/1232/m ... sic-player
But i'm not sure we cant set the FileChooser path (to NWJS.Appfolder) anywhere unless we upload something