Are all Flex SDKs stopped from Adobe?
I have 2 questions,
1.
Context: All links to download Flex SDK are removed from Adobe websites.
Question: So does it mean we also should stop using it which we had downloaded earlier from Adobe website?
2.
Context: We use Flex SDK 4.6 for building AIR application which interally launchs a local .swf file using below Object tag.
<object type="application/x-shockwave-flash" data="Sample.swf" width="100%" height="100%">
We are packaging it into captive runtime bundle using adt command with below option
-target bundle
We are specifically using Flex SDK 4.6 version as it has Flash Player inside SDK, so no need to install Flash Player explicitly on machine.
Question: As Adobe is ending support for Browser Flash Player in Dec 2020, Can we still go ahead and use Flash Player present inside Flex SDK 4.6 by using Captive Runtime Bundle option after Dec 2020?
PS : I have checked Flex SDK provided from Harman it doesn't have Flash Player inside it. So even if we do Captive Runtime Bundle it needs us to install Flash Player explicitly which we dont want to do.
