• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.

VaM 1.x Is there a way to play a video file from inside the scene?

Threads regarding the original VaM 1.x

ShinyAndroid

Well-known member
Featured Contributor
Joined
Oct 14, 2020
Messages
75
Reactions
394
I feel like I'm missing something fairly obvious here, but I've tried several methods and different plugins and I can't seem to figure it out.

I'm making a scene that has a video playing in it. I can use all the VAM built in tools to play the video, easy.

But I'd really like to make it easy for a user to be able to change the video inside the scene.

Ideally a UI button that opens up the VAM file browser and lets the user select the video (or videos) they want to play.

Is this possible? It seems like it should be.
 
It's not possible to play videos outside of VAM's folder.

It's possible to code the UI for this, and code something that would do the job to update a video player atom... but the limitation is for the source, which would require manual user setups ( creating a symlink for instance ). Or asking the player to move the video files.
 
Upvote 0
It's not possible to play videos outside of VAM's folder.

It's possible to code the UI for this, and code something that would do the job to update a video player atom... but the limitation is for the source, which would require manual user setups ( creating a symlink for instance ). Or asking the player to move the video files.
Thanks for the quick reply!

It would be okay telling the user to move video files into a VAM folder that could then be accessed by the video player. But I can't seem to find a way to make a UI button that will even open the VAM folder browser.

I've seen other plugins (I can't remember the name) that lets people change appearances of characters, when the UI button is clicked it opens up the appearances folder directly (instead of having to go into edit mode). Something like this would be ideal for video, but I can't seem to figure out how to make it work.
 
Upvote 0
It would be okay telling the user to move video files into a VAM folder that could then be accessed by the video player. But I can't seem to find a way to make a UI button that will even open the VAM folder browser.

Yup Appearance Swapper. This is something that needs to be hacked and coded like I did. Nothing is provided to access the file system without plugin.
 
Upvote 0
Note: beyond the logic of the plugin you would also need to code the "in world" UI :p
 
Upvote 0
Back
Top Bottom