Skip to main content
Participant
October 8, 2016
Question

Surpress Firefox Warning in Captivate 8

  • October 8, 2016
  • 1 reply
  • 294 views

Hi

I need to suppress the incompatable browser warning in Captivate 8 HTML5 projects. I've updated to latest Captivate and I've followed the online advice to include:

var _onComplete = cp.complete;

cp.complete = function() {

  _onComplete();

  $("#CPUnSupportedBrowserWarning_ID").remove(); // Removes browser warning

  setTimeout(function() {

   cp.movie.play(); // Skips the play button

  }, 1);

};

in the HTML but I'm still getting the warning. Is there any update to this code for Captiavte 8 as all the comments relating to this appear to be about captiate 7.

Ben

This topic has been closed for replies.

1 reply

mohanadas
Adobe Employee
Adobe Employee
October 19, 2016

May I know which version of Captivate 8 you are using? Can you try updating to the latest version i.e. 8.0.3?

Participant
October 19, 2016

Hi I'm using the latest update from Adobe 8.0.3.290

Ben

mohanadas
Adobe Employee
Adobe Employee
October 20, 2016

I am unable to reproduce your issue. Can you please mention your Firefox version, and also whether this is happening for all projects or a specific one?