Inserting HTML media video file
Posted: Wed Sep 23, 2015 10:20 am
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?
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?