Skip to main content
Known Participant
February 25, 2013
Question

Captivate 6 publishing to HTML5 for Android 4.1

  • February 25, 2013
  • 2 replies
  • 4483 views

Now that Android has officially dropped support for Flash with version 4.1 (aka "Jellybean"), does anyone see hope for Adobe making improvements in the ability for Captivate 6 to publish HTML5 files for the Android environment, that run properly (including sound)?

I have tested a variety of HTML5 capable browsers, and most fail in delivering audio.  This included Chrome, Firebox, Opera, and others.  The best one I have found, in terms of working with the HTML5 Captivate content, is Dolphin combined with Dolphin JetPack.

This is very disappointing.  The Android industry is closing the Flash door, yet Adobe has not responded with fixes to HTML5 output in response.

This topic has been closed for replies.

2 replies

HenryNNN
New Participant
April 16, 2013

Thanks to hermit9911 fro the audio solution.

I have video playback issues, help ?

Hope Adobe is doing something about it.

Known Participant
May 24, 2013

What is the solution for playing Captivate video in Android applications?

New Participant
March 11, 2013

Has anybody made any progress with this?  I cannot get Captivate to work on any Android browser.  It navigates OK in Chrome, but no audio.  The same presentation works fine on PC's and iPhones.

Is anyone aware of any other threads that might help?

mlgnightAuthor
Known Participant
March 11, 2013

The best one I have found, in terms of working with the HTML5 Captivate content, is Dolphin combined with Dolphin JetPack.  Until Adobe gets their act together to make their HTML5 output more compatible with the Android non-flash platform, that is what I will recommend for viewing.

New Participant
April 8, 2013

Hi All,

I have come up with solution .

re-direct firefox  using js to other location   & for IE/safari/Chrome to original content unmodified

Step 1) convert all audio files from .mp3 found in folder named "ar" to .ogg and place in the same folder

Step2)  "Project.js" rename all the audio files named as .mp3 to .ogg

example : open "Projects.js" using any text editor then  rename all .mp3 to .ogg

1923.mp3 find using Ctrl+f rename to 1923.ogg rename all audio files to ogg

Step3) find folder "asserts" find "js" open "CPHTML5Warnings.js" using your favourite text editor

Add the folowing line so that Error message is not displayed


this.BrowserEnum.FIREFOX_MIN_SUPPORTED_VERSION = xx;

after the line

this.BrowserEnum.SAFARI_MIN_SUPPORTED_VERSION = 5.1;


Under "//Check for browser Compatibility"

find this lines first


if((this.browser == this.BrowserEnum.MSIE) && (this.browserVersion >= this.BrowserEnum.MSIE_MIN_SUPPORTED_VERSION ))

            lSupported = true;

add these lines

else if((this.browser == this.BrowserEnum.FIREFOX) && (this.browserVersion >= this.BrowserEnum.FIREFOX_MIN_SUPPORTED_VERSION ))

            lSupported = true;

Save, Your are allset you can play html5 on FIREFIOX on antroid devise ,tested




Thanks a lot!!!

You made my day, as far as audio is concerned!

Do you also have any solutions for video-playback on android devices?