Skip to main content
Participant
May 27, 2011
Answered

Air browser: djvu plugin doesn't work

  • May 27, 2011
  • 2 replies
  • 986 views

Hello,

I am building a custom air browser for my company using the HTML component.

It's working great in general but my company makes extensive use of the djvu technology for online image viewing.

Problem: the djvu plugin doesn't work on the air browser. After installing the last version (6.1.4) of the plugin it keeps saying it's necessary to install the plugin. (it works ok with the other browsers, also with google chrome).

Has anybody ever met a similar problem?

thanks in advance

marco

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer blazejewicz

Hi Marco,

unless something changed between versions documented limitations include:

- support for only PDF plugin (version 8.1 or later) - with api to check availability at runtime if it is available on machine

- support for Flash plugin (without external dependency)

So other plugins are not supported:

http://livedocs.adobe.com/flex/3/html/help.html?content=AboutHTMLEnvironment_2.html

regards,

Peter

2 replies

blazejewiczCorrect answer
Participating Frequently
May 27, 2011

Hi Marco,

unless something changed between versions documented limitations include:

- support for only PDF plugin (version 8.1 or later) - with api to check availability at runtime if it is available on machine

- support for Flash plugin (without external dependency)

So other plugins are not supported:

http://livedocs.adobe.com/flex/3/html/help.html?content=AboutHTMLEnvironment_2.html

regards,

Peter

marsapoitAuthor
Participant
May 27, 2011

thankyou very much for your quick and useful reply

marco