HTMLLoader Is it possible to bundle the NPAPI Flash plugin into an Air application?
Prior to Air 22 when you loaded an HTML page using HTMLLoader with an embedded flash object. The flash used to use the air runtime or some kind of embedded flash player .
Since 22 however it now looks in the system for the NPAPI plugin and if it isnt found embedded flash doesnt run - instead you are prompted to install it.
Given that flash in the browser and these plugins are EOL this is a real problem for us as we are using the webkit in Air to work as pseudo browser for some html/flash apps within a larger Air application.
These are going to stop working if the NPAPI plugin is no longer there. What we really want is to use the Air runtime or similiar such as prior to release 22.
Is there way to do this or is there a way to tell Air to use a bundled (NPAPI plugin) file for this?
