Hi,

It would be wise to test on a clean machine and consider how you will get the 
Flash Player in the future as I don't think Adobe will be providing them.  
Harman might.

It's been a long time since I've dealt with these sort of issues and I think 
there may have been additional security restrictions added in AIR since, but I 
thought that folks had successfully used a Flex/AIR shell to load code modules 
from the network.

HTH,
-Alex

On 6/10/20, 10:26 AM, "Brian Raymes" <brian.ray...@teotech.com> wrote:

    Hi all,

    I am interested in a work-around as well, but unless I'm mistaken, the 
solution below may not work at the end of the year given a change to AIR 
starting in version 22?

    "Starting in AIR 22, applications that play swf content via the HTML 
control (WebKit) will now load the system level NPAPI Flash Player provided by 
Adobe 
(https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fget.adobe.com%2Fflashplayer&amp;data=02%7C01%7Caharui%40adobe.com%7C9eea501409b94b4c598e08d80d635f6c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637274067748313564&amp;sdata=qxHnFxYlktD8GXnl909Ki662ALtZtHYeyEBFISiIq3Q%3D&amp;reserved=0).
  If this plugin is not available on the system, the end user will be prompted 
to download and install the plugin from Adobe."

    Source: 
https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fhelpx.adobe.com%2Fflash-player%2Frelease-note%2Ffp_22_air_22_release_notes.html&amp;data=02%7C01%7Caharui%40adobe.com%7C9eea501409b94b4c598e08d80d635f6c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637274067748313564&amp;sdata=wcwY4T3y%2BXHZuBGCs%2BMVA0FTWpwsnqSHubIorghT3Uk%3D&amp;reserved=0

    If the plugin is to be removed from browsers, will the solution below 
continue to work? Will Flash still be available to install separately? Could it 
be as simple as holding onto a legacy NPAPI installer?

    Brian

    -----Original Message-----
    From: Paulus de B. <w.p.stuur...@knollenstein.com> 
    Sent: Wednesday, June 10, 2020 2:04 AM
    To: users@flex.apache.org
    Subject: Re: Keeping user applications up to date in AIR.

    Hi Paul, 

    We actually had the exact same setup in that we had an swf application we 
needed to continue using after browsers stopped supporting flash.

    What we did for the time being (but works very well): create an AIR 
application that uses the flex HTML control to load your swfs like you did in 
the browser.

    Create a WindowedApplication (Flex) with just one control in it:
    <controls:HTML id="htmlControl" width="100%" height="100%"
    horizontalScrollPolicy="off" verticalScrollPolicy="off" />

    On the creationComplete
    // Load your web application
    htmlControl.location = "https://app...";;

    In the end we did add the AIR updating functionality, but only for updating 
the AIR app (which rarely happens). The swfs are loaded / reloaded like the 
were in the browser.

    Cheers

    Paulus



    --
    Sent from: 
https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-flex-users.2333346.n4.nabble.com%2F&amp;data=02%7C01%7Caharui%40adobe.com%7C9eea501409b94b4c598e08d80d635f6c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637274067748313564&amp;sdata=vDXzfC0pZMJOH4HuH32wzSDKBAJzO%2BPFxaW9bEIhaG0%3D&amp;reserved=0

Reply via email to