1
ASP.NET Linking to a video and playing it
Question asked by Joseph Diarte - 8/2/2017 at 1:54 PM
Unanswered
Hi all, 
 
When you are viewing a video in FileVista it brings up a new window and plays the video. I am wondering if there is a way to link to that new window from an external website and having the video auto start with out having to log into FIleVista. 
 
My idea is the same as if you where to run a YouTube video from a webpage. I don't want to create a public link and allow people the ability to download the videos. Being able to use the Video Player within File Vista will give me more control over the video and how people can access it. 

1 Reply

Reply to Thread
0
Joseph Diarte Replied
This is not exactly how I want to display the videos I have in FileVista, however it is an effective method if we cannot use the video player in FileVista to run the videos.

<video width="540" height="310" controls>
<source src="Location/Of/File.mp4" type="video/mp4">
</video>

Reply to Thread