For some reason it seems iOS is unable to read a pano-video file with 3840x1920 pixels. I just get loading failed. It works fine on desktops and Android. So I figure I need to have a lower resolution file for iOS devices.
While I have seen the panovideo example, and how it is done there, I need to do it a little differently (for a multitude of reasons). So I am thinking that I wanted to set a filename prefix to a variable, and prefix all the video-filenames with that prefix. The prefix is set like this:
So far so good.
Now, I want to use the _video_prefix in a similar fashion as the %CURRENTDIR% variable, so that I could specify something like this:
Is there some way of doing this?