


Can someone point me to documents that will help have videos play in DPSolution? I migrated them from DPS2014 and there is no love. ...I get by with a little help from my friends.
Hi Julz,
There are a few ways to accomplish this :
a) Using HTML : create a simple html file where you will have an iframe containing the path of the video (ex :
<html><body>
<iframe src="yourvideoURL"></iframe>
</body></html>
Then use the HTML Packager tool to transform your .html file in a .article one and upload it in the DPS portal.
b) Using InDesign : make use of Web Content
Here below are some articles that will guide you through the process :
a) Digital Publishing Suite Help | Video overlays
b) Digital Publishing Suite Help | Web Content overlays
c) Embedding YouTube Videos into your DPS project
Thanks,
Andrei