Running videos on android

@paturn === my code watns the video IS in the data folder= you said “yes” and now…

1 Like

@noel
I’ll try this method tomorrow.

Why did my original method work for PImage image files, or has the coding changed?

I’d also like to add that I’m running the app in P3D to get 3D control over the globe upon which I want to project the video.

Is this significant with the file not found error?

@akenaton
To be clear. I am attempting to run a video file on my phone, using code compiled in Processing for Android on my PC. On advice, I have the video file in my phone’s data folder, and also in my phone’s drift folder, which I access via Environment separately, in a different sketch. Neither work so far, but I haven’t tried @noel’s suggestion of new Environment(…) which may be necessary due to the large size of the video file (between 25MB and 85MB).

@akenaton @noel

Apologies. I put the video file in the PC data file and it loads on the phone correctly.

ok, put answered for others

@akenaton
How to do this?