Adobe Flash in JxBrowser not working after upgrade from version 6.20 to 7.9 - swing

I have a Java Swing application that is using JxBrowser. Now, I am upgrading JxBrowser from version 6.20 to 7.9. When loading a web page with Adobe Flash content in the old version, it works just fine. The Flash content is shown without any problem. With JxBrowser 7.9, I get: Right click to run Adobe Flash Player.
Page with Adobe Flash in JxBrowser 7.9
What do I need to do so that it just runs like before? I tried this:
browser.settings().enablePlugins();
But that didn't help. What am I missing?

Related

Overlaying Adobe Air 2 with Adobe Air 17

I have been using adobe flash CS5 with adobe air 2.0, and I want to use air 17 the newest version, I have been having trouble finding out how to do this because all the tutorials online overlay 2.6 with a newer version. In version 2.0 there is no air for android only air for ios so I cannot update the android.xml file that is mentioned in most tutorials. Any ideas on how to do this?
Download latest AIR from Adobe labs. or from here.
Once it downloaded, extract in a right place, then open Flash -> navigate to Help -> Manage Adobe AIR SDK.
On the popup window, Click the plus(+) button from the right side,
And locate the extracted folder.

Flash Builder can't find PPAPI flash debugger

I was able to get flash builder to work with the NPAPI version of the debugger, but I have installed chrome 64-bit (v 38.0.2125.101), which seems to only work with the PPAPI version found here. With that version installed I am back to this error message:
C:\Program Files (x86)\Google\Chrome\Application\plugins\NPSWF32.dll
Flash Builder cannot locate the required version of Adobe Flash Player. You might need to install the Flash Player or reinstall Flash Builder.
Do you want to try to run your application with the current version?
That directory doesn't exist, and it doesn't look like it ever did, so I have no idea why Flash Builder is looking there, or how to tell it to look elsewhere.

Flash Builder trying to use wrong player

When trying to run or debug in Flash Builder, I get the following error:
C:\Program Files (x86)\Google\Chrome\Application\plugins\NPSWF32.dll
Flash Builder cannot locate the required version of Adobe Flash Player. You might need to install the Flash Player or reinstall Flash Builder.
Do you want to try to run your application with the current version?
I've checked the setting in preferences > flash builder > debug and it is pointing to
C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\player\win\11.4\FlashPlayerDebugger.exe
Yet as you can see from the previous message Flash Builder is still trying to use the chrome version of flash player. How do I actually change this setting to use the right version?
Solved this by installing the plugin version of the debugger (for netscape compatible browsers) found here. I then had to go to chrome://plugins/ and disable the pepflashplayer.dll version of the player. Apparently chrome comes with the standard version of flash player preinstalled, and I guess flash builder was trying to use that.
Open the property of current project(e.g. HelloWorld), and go to Run/Debug Settings, double click the project, uncheck the "Use default" and choose "HelloWorld.swf", not "HelloWorld.html".
Updated fix:
Download and install the Active-X flash player debugger.
Test in Flashbuilder by setting your default browser to IE.
Download the Opera and Chromium debugger and install.
Now the Flashbuilder debugger should work with Chrome, also.
I discovered this by accident but I have tried it on two separate installs of FlashBuilder 4.6 and the debugger works in Chrome and IE.

adobe air apk won't run on android 4.4.2

I have a android 4.1.2 device and my adobe air as3 apk runs on it. I also have a 4.4.2 device, and the apk doesn't run on that one. I am having a tough time finding out what's wrong, though. Has anyone found this problem too? I would love ddms output, like I am used to from eclipse, but I don't know how to start.
I've googled a little, but the problem seems to be mine alone. I am using Flash CS6 on a windows install as my development environment. Also, the AIR version on CS6 is 3.4.
Any help would be appreciated. I am using a captive runtime.
It's because of the old AIR version. Here's a link saying that the 'new' 3.9 now supports KitKat (Android 4.4.2): http://news.softpedia.com/news/Adobe-Air-with-Android-4-4-KitKat-Support-Out-Now-on-Google-Play-417056.shtml
Try updating your SDK AND your AIR on the phone.
here is the link to download latest air version
http://helpx.adobe.com/air/kb/archived-air-sdk-version.html
-open flash > help > manage air sdk > you can remove add new air here

This ANE does not support desktop(mac), apple ios device platform

I am trying to implement the login with facebook,twitter etc to my game. I am using flash builder 4.7 and sdk 3.8 on mac. while using the Goviral ane extention it shows some error like
"This ANE dose not support desktop(mac),apple ios device platform". is this happening because of OSX support or ane support or anything else please suggest me solution for it.
Thanx in advance