Search found 3 matches

by cwilki
Tue Aug 18, 2020 11:42 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Disable autoplay in embedded videos
Replies: 8
Views: 3480

Re: Disable autoplay in embedded videos

We use OxygenXML for authoring and editing, but we use an external build system, so that could be where the error is occurring? The HTML for the video once it's rendered is: <object type="video/mp4" height="360" data="link-to-video-here.mp4" width="640"> <para...
by cwilki
Tue Aug 18, 2020 7:36 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Disable autoplay in embedded videos
Replies: 8
Views: 3480

Re: Disable autoplay in embedded videos

We use an external build system to generate our DITA documentation - OxygenXML Editor is used for authoring & editing. The generated HTML page displays the video as: <object type="video/mp4" height="360" data="link-to-video-file-here.mp4" width="640"> <par...
by cwilki
Tue Aug 18, 2020 12:46 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Disable autoplay in embedded videos
Replies: 8
Views: 3480

Disable autoplay in embedded videos

I'm trying to embed several mp4 videos in my DITA project, but when the HTML5 is generated, the videos all autoplay in both Chrome & IE/Edge. (This doesn't seem to occur in Firefox, FWIW.) The code I'm using in my .dita topic file is: <object outputclass="video" type="video/mp4&qu...