Trying to make a media gallery (using an Asset Flow) to display at tradeshows. Where people can walk up, tap on a video and it will auto fullscreen and play the video.
I’ve seen this done before, but I can’t quite figure it out. Anyone know how I can accomplish this?
Add a Video Media Asset to the scene and size it to be FULL screen.
Set the Visible property to hidden.
Create a trigger with the following actions on the asset that is used to select the video and play it:
a. Change the video on the Video asset to the desired video clip.
b. Make the Video asset visible.
c. Play the Video in the video asset.
You might also want to consider creating an ‘EXIT’ button that will display on top of the video and allow the user to exit the video at anytime.
Frank,
How do you start playing your video in a smaller window, and then hit a button to maximize to full screen and keep the same video position? Instead of restarting from the beginning?