Unfortunately Figma doesn’t provide API to plugins to get a video content, so Demo Stations uses some hack to play video.
Name you video node as “something.mp4”
Run Demo Station and download a ZIP archive.
Expand an archive
Copy your real «something.mp4» file into images folder
Open index.html and see your video inside a prototype.
Name you video node as “../video.mp4”
Run Demo Station and download a ZIP archive.
Expand an archive
Copy your real «something.mp4» file into an upper folder, so you will not need to re-copy it after the every prototype downloading.
Open index.html and see your video inside a prototype.
Name you video node as “https://someserver.com/video.mp4”
Run Demo Station and download a ZIP archive OR (upload it to cloud)
Expand an archive
Open index.html and see your video inside a prototype.