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 8602681
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T02:08:39+00:00 2026-06-12T02:08:39+00:00

Using Flash Builder/Flex Mobile, is there a way to create a button in an

  • 0

Using Flash Builder/Flex Mobile, is there a way to create a button in an iphone/ipad app that will redirect and open the app store/review section of your application? Just trying to find a way to get users to rate my app.

Thanks!

  • 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-06-12T02:08:40+00:00Added an answer on June 12, 2026 at 2:08 am

    OK I think I have a full answer now. Thanks to Flextras and some googling.

    So to make a button that will redirect to Apple Store review page for your app in Flex Mobile project..

    <fx:Script>
        <![CDATA[
            import flash.net.navigateToURL;
            protected function clickHandler(event:MouseEvent):void
            {
                var urlReq:URLRequest = new URLRequest("https://userpub.itunes.apple.com/WebObjects/MZUserPublishing.woa/wa/addUserReview?id=(YOU APP ID GOES HERE)&type=Purple+Software");
                navigateToURL(urlReq, "_self");
            }
        ]]>
    </fx:Script>
    

    Then the button..

    <s:Button y="720" width="65%" height="70" label="Rate this App"
       click="clickHandler(event)" /> 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using Flash Builder 3 to edit my Flex app, but I noticed that
I am using Flash builder 4 (SDK3.5) to create my flex program. I want
I am creating an app with Flex 4 using Flash Builder. When I try
Using Flash Builder 4 (with 4.1 flex). Trying to create a state change after
I read that using Flash Builder 4.5.1 you can create one application and run
I am creating an iOS app using Flex 4.5 (Flash Builder 5.5) and I
I'm using Flash builder, with flex 4 sdk and am trying to create a
I'm using Flash Builder 4.6 to create an app for a uni project. I
Hi, I have been working on a Flex Mobile application using Flash Builder 4.6.
I'm using Flash Builder 4 (the version after Flex Builder 3, so very similar

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.