[quote="ChrisBradley"]
"There are quite a few issues that I'm going to have to send as feature requests."
Chris - a couple of months ago our company did an extensive accessibility audit on our Flare HTML5 WebHelp output and it failed miserably. Our auditor noted over 40 separate issues and ...
Search found 4 matches
- Wed Oct 25, 2017 1:59 pm
- Forum: Web-based Outputs
- Topic: Specifying the language in the <HTML> Tag for Accessibility
- Replies: 16
- Views: 13644
- Wed Oct 25, 2017 1:42 pm
- Forum: Web-based Outputs
- Topic: Remove transparent images.
- Replies: 0
- Views: 906
Remove transparent images.
When building a project in WebHelp with HTML5, the images for the logo and the topic tool bar buttons are replaced in the index.htm file with a transparent.gif image. These transparent images interfere with the 'real' images appearing in Windows High Contrast Mode.
I was able to successfully ...
I was able to successfully ...
- Wed Jun 07, 2017 8:16 am
- Forum: Flare's General Discussion
- Topic: Broken URLs with Apache Tomcat
- Replies: 15
- Views: 19647
Re: 2017r2 - update or not?
Chris,
Everytime Flare sends an update or new version, the 'junk' reappears in the URL. You can prevent it from happening by commenting out a line in the MadcapAll.js file found in the following folder:
C:\Program Files\MadCap Software\MadCap Flare V13\Flare.app\Resources\WebHelp2\Desktop\Scripts ...
Everytime Flare sends an update or new version, the 'junk' reappears in the URL. You can prevent it from happening by commenting out a line in the MadcapAll.js file found in the following folder:
C:\Program Files\MadCap Software\MadCap Flare V13\Flare.app\Resources\WebHelp2\Desktop\Scripts ...
- Fri May 05, 2017 9:28 am
- Forum: Web-based Outputs
- Topic: JWPlayer 7 with WebHelp
- Replies: 1
- Views: 1174
Re: JWPlayer 7 with WebHelp
We use the HTML5 tripane output with JWPlayer and put the license key and script to call the videos in the Body tag. It works great:
<body>
<script>/* <![CDATA[ */jwplayer.key="en/+our_key="/* ]]> */</script>
<div id="my-video">
</div>
<script type="text/javascript">/* <![CDATA[ */
if ...
<body>
<script>/* <![CDATA[ */jwplayer.key="en/+our_key="/* ]]> */</script>
<div id="my-video">
</div>
<script type="text/javascript">/* <![CDATA[ */
if ...