How to launch an adobe air application from browser

前端 未结 3 917
孤城傲影
孤城傲影 2021-01-06 07:26

Is there a way to launch an Adobe Air Application from the browser? I am developing an application that uses webcam, and when the user enter on my site, I need to start this

3条回答
  •  悲&欢浪女
    2021-01-06 08:31

    Yes, it's called browser invocation.

    This article explains how to do it. The main point is that you need to set the allowBrowserInvocation value to true in the AIR application's descriptor xml and listen for invocation events.

    This post gives a more concrete example, though it is a tad old.

提交回复
热议问题