Inserting HTML media video file

This forum is for all Flare issues not related to any of the other categories.
Post Reply
erinep23
Sr. Propeller Head
Posts: 124
Joined: Fri Jun 01, 2012 2:54 pm
Location: Austin, Texas
Contact:

Inserting HTML media video file

Post by erinep23 »

Hi --

I am trying to embed a video into my HTML5 web help. The code I am using --

<video width="70%" height="70%" controls="controls" poster="/helpGuide/video.png">
<source src="/helpGuide/UATDemo.mp4" type="video/mp4">

<object type="application/x-shockwave-flash" data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" width="640" height="360">
<param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" />
<param name="allowFullScreen" value="true" />
<param name="wmode" value="transparent" />
<param name="flashVars" value="config={'playlist':['https%3A%2F%2Fdev.hhsportal.hhs.steet.tn.us%2FhelpGuide%2Fvideo.png',{'url':'https%3A%2F%2Fdev.hhsportal.hhs.steet.tn.us%2FhelpGuide%2FUATDemo.mp4','autoPlay':false}]}" />
</object>
</video>

--MadCap doesn't seem to like it. It throws up a syntax error. Do you have an idea how I can add the code where MadCap will be happy and we will all get along?
Patt
Propeller Head
Posts: 40
Joined: Thu Apr 03, 2008 7:43 am

Re: Inserting HTML media video file

Post by Patt »

Try using <object MadCap:HTML5Video="true" instead of <video>
Post Reply