Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7074467
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T06:03:41+00:00 2026-05-28T06:03:41+00:00

my application uses a webView to display flash webpage. And there is a inner

  • 0

my application uses a webView to display flash webpage. And there is a inner button which direct other url. I want to click the button then go to the system browser. But it doesn’t work in Android 3.2 tablet.So I override the shouldOverrideUrlLoading method, :

    @Override
        public boolean shouldOverrideUrlLoading(WebView view, String url) {
            // TODO Auto-generated method stub
            System.out.println("shouldOverrideUrlLoading get the url = > " + url);
            Uri uri = Uri.parse(url);
            Intent intent =new Intent(Intent.ACTION_VIEW, uri);
            startActivity(intent);
            return true;
        }

But I find that : when I load the flash webpage, I click a button to open other url,the method shouldOverrideUrlLoading() will not call anyway .

And if I load the normal no flash webpage which like “www.googel.com” , it work,the method shouldOverrideUrlLoading() will call.

And the promble get in Android 3.2 tablet.

So I think if it is the adobe flash player plus’s bug??

How can I fix it ??
Can you help me??

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T06:03:42+00:00Added an answer on May 28, 2026 at 6:03 am

    if you are using actionscript 2
    in you flash button you may add

    on(press)
    {
    getURL("flashURL:\\www.google.com");
    }
    

    then in your shouldOverrideUrlLoading:

        @Override
                public boolean shouldOverrideUrlLoading(WebView view, String url) {
                    // TODO Auto-generated method stub
                    System.out.println("shouldOverrideUrlLoading get the url = > " + url);
                    url = url.substring(url.indexOf("flashURL:\\") + 1)
                    Uri uri = Uri.parse(url);
                    Intent intent =new Intent(Intent.ACTION_VIEW, uri);
                    startActivity(intent);
                    return true;
                }
    

    apparently you have to create a custom protocol (e.g “flashURL:\”, “gameURL:\” etc..) in order for shouldOverrideUrlLoading to trigger in 3.2

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an iPad application that uses WebViews to display a list of URL's.
I'm developing an Android application that uses a WebView to display the login page
I have Webview application that uses progress bar dialog. It works fine but the
My application uses an UITextView . Now I want the UITextView to have a
The application uses quickfixj library, which uses Apache Mina . This application keeps a
My application uses an MDI form, and there are instances where the end user
I'm planning a project which will uses JSON objects to display data on andorid
I am trying to add a progress/loading bar to my application that uses WebView
My application uses Spring XML configuration. I must add Spring Social's functionality(i want to
I am developing an Android application that uses a WebView pointed at a jQueryMobile-based

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.