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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T18:38:57+00:00 2026-05-16T18:38:57+00:00

how do i set up a Flash CS5 Slider component to trace decimal values,

  • 0

how do i set up a Flash CS5 Slider component to trace decimal values, from 0.00 to 10.00 when the slider is dragged? i can’t seem to find where i need to set these options to permit decimals.

is it possible to set this in ActionScript?

alt text

  • 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-16T18:38:58+00:00Added an answer on May 16, 2026 at 6:38 pm

    perhaps there is a more formal way of accomplishing this, but i’ve managed to solve this problem by creating a custom string format method.

    first, since i want my values to range from 0.00 to 10.00, i set the slider component to have 0 as the minimum value and 1000 as the maximum value. these values will be divided by 100 for the decimal.

    //in the slider change event handler method
    trace(formatCycleTextString(mySlider.value));
    
    //custom format method
    function formatCycleTextString(value:Number):String
        {
        var resultString:String = String(value / 100);
    
        switch  (resultString.length)
                {
                case 1: resultString = resultString.concat(".00");  break;
                case 2: resultString = resultString.concat(".00");  break;
                case 3: resultString = resultString.concat("0");
                }
    
        return resultString;
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a flash movie that I need to read in a value from
So, I popped open up Flash CS5 just now, and I couldn't find my
I'm trying to use siFR 3. I need set to the flash element to
I have several symbols in the library (using Flash CS5), and all of these
I'm trying to build an App for iOS using Flash Pro CS5.5, I need
My basic use case is do some processing, set flash[:notice] , and then redirect
So when you set a flash object to 100% width/height what ends up happening
What's the correct way to set a flash message for the current view but
In Flash Builder (flex 4) I try to use next code to set selected
Is it possible to set font-family for any of the non-flash Google chart visualizations?

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.