Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Does Galaxy Note 3 support the latest Flash Player? [was: note3]

New Here ,
Oct 12, 2013 Oct 12, 2013

Copy link to clipboard

Copied

Galaxy note3 version 4.3 is it supported by flash player lastest version xx.xxx.xx.81?

[Subject line edited by moderator for clarity]

Views

113.1K
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 12, 2013 Oct 12, 2013

Copy link to clipboard

Copied

NO Android device is supported by Flash Player (actually it's vice-versa: Android dropped ALL Flash support last year) anymore. If the device was manufactured prior to June 2012, Flash Player 10.2 can still be loaded, but it's not able to access content that requires Flash Player 11.

You need to use "Dolphin" as your browser to access Flash Content with an Android device these days.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Oct 13, 2013 Oct 13, 2013

Copy link to clipboard

Copied

I think it is possible to install flashplayer 11.1 from the archives http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html#main_Archived_versions  Last version available http://download.macromedia.com/pub/flashplayer/installers/archive/android/11.1.115.81/install_flash_...  I have this version installed on my GS3 running Android 4.1  Works with Firefox , Dolphin, and the "Stock" android browser. Not working on Chrome though.  Would be nice to know if you can install it. Good Luck.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 23, 2013 Oct 23, 2013

Copy link to clipboard

Copied

fB3 is correct. I was able to get flash on my Note 3 by sideloading the last supported version. Here's the tutorial I used: http://flashnote3.com/

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jan 06, 2014 Jan 06, 2014

Copy link to clipboard

Copied

No, I think android device doesn't support flash player. So galaxy Note 3 is unable to suppoer flash player.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 08, 2014 Jan 08, 2014

Copy link to clipboard

Copied

Android no longer supports Flash Player.

While "sideloading" is endorsed BY USERS, it is neither supported nor endorsed by Adobe or Android. Additionally, you can void your warranty by sideloading certain apps. I don't know if Flash is one of those apps.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 06, 2014 Mar 06, 2014

Copy link to clipboard

Copied

quek peow wrote:

Galaxy note3 version 4.3 is it supported by flash player lastest version xx.xxx.xx.81?

[Subject line edited by moderator for clarity]

I feel so bad for you, you should use HTML5. It works great, iuf you need some HTML5 player code ill post it.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 06, 2014 Mar 06, 2014

Copy link to clipboard

Copied

Trey Carey wrote:

quek peow wrote:

Galaxy note3 version 4.3 is it supported by flash player lastest version xx.xxx.xx.81?

[Subject line edited by moderator for clarity]

I feel so bad for you, you should use HTML5. It works great, iuf you need some HTML5 player code ill post it.

I feel pretty badly for you. As a web designer, I know that HTML5 (HyperText Markup Language version 5) is a standard for the design compliance of the code in web pages, and NOT a player. There is no such thing as user installable "HTML5 player code", as you describe it. Either a browser is standards compliant, or it isn't. You can't just put  a plug-in into it and make it do something the engine is incapable of.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 06, 2014 Mar 06, 2014

Copy link to clipboard

Copied

Mike M wrote:

Trey Carey wrote:

quek peow wrote:

Galaxy note3 version 4.3 is it supported by flash player lastest version xx.xxx.xx.81?

[Subject line edited by moderator for clarity]

I feel so bad for you, you should use HTML5. It works great, iuf you need some HTML5 player code ill post it.

I feel pretty badly for you. As a web designer, I know that HTML5 (HyperText Markup Language version 5) is a standard for the design compliance of the code in web pages, and NOT a player. There is no such thing as user installable "HTML5 player code", as you describe it. Either a browser is standards compliant, or it isn't. You can't just put  a plug-in into it and make it do something the engine is incapable of.

No, I wasnt implying you install some app or anything, if any webpage you visit is used as a HTML5 player then android should be able to play the video. I have had great sucess with HTML5,  Code such as:

<!doctype html> <html> <head> <meta charset="utf-8"> <title>HTML5 with Video</title>  <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]-->  </head> <body>  <!--begin video--> <video width="500" height="325" poster="Your_poster_image.jpg" controls> <!--these are legitimate 6 sec, sample videos for testing purposes.--> <source src="http://techslides.com/demos/sample-videos/small.webm" type="video/webm"> <source src="http://techslides.com/demos/sample-videos/small.ogv" type="video/ogg"> <source src="http://techslides.com/demos/sample-videos/small.mp4" type="video/mp4"> NOTE: If you see this, you're using an outdated browser that doesn't support the video tag. </video> <!--end video-->  </body> </html>

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 06, 2014 Mar 06, 2014

Copy link to clipboard

Copied

LATEST

"if any webpage you visit is used as a HTML5 player then android should be able to play the video."

Well, yes. THAT was the main idea behind HTML5. In 2010, the W3C saw that the number of smartphone users would soon be more than 50% of all web users and they upgraded the standards to meet that challenge.

The last time I uploaded ANYTHING Flash, other than a demo to show why I don't use it anymore, was January 2011. Since then, it's all been HTML5. YouTube, Vimeo, DailyMotion, and most all of the news sites have made the transition, but since web standards are tough to enforce, (they put them out there and it's up to web designers to comply - no penalty other than lost viewership if you don't) only the major sites will get fully onboard in a timely manner, and YouTube only did the switch last summer. Facebook is still implementing it, with no timetable on completion.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Mar 06, 2014 Mar 06, 2014

Copy link to clipboard

Copied

Go to Settings and allow 3rd party apps to install.

Then download the Flashplayer.

I have the Samsumng Galaxy Note 8" model and I watch shows from youtube to Amazon that use flash.

You will also need to use the Dolphin browser which allows you to change the "User agent" to mimic a desktop browser. (Amazon won't work otherwise)

Link has screenshots and links to the Flashplayer and the Dolphin browser.

http://omegadroid.co/samsung-galaxy-note-3-flash-player-support/

You can also use Firefox and Google Chrome but need to change the user agent.

Here is a link if for Firefox on a desktop pc if you want to tether your phone but T-Mobile or some other carrier does not want you to. I did not locate one for the tablet version.

https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher/

Google Chrome user agent

https://play.google.com/store/apps/details?id=com.appo2.ua

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines