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

  • Home
  • SEARCH
  • 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 5961617
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T18:59:24+00:00 2026-05-22T18:59:24+00:00

In flex, what we do, we normally upload the image from flex end and

  • 0

In flex, what we do, we normally upload the image from flex end and upload it to the server,
i want to know, can we do some details checking, like i want to find out the image resolution(on the client side) before it is uploaded to the server,

There are going to be two profits, first the client doesn’t need to wait for long to image get uploaded, and in case if finding the image resolution is on the server end, so it willtake time, even the image to be uploaded is not of expected resolution

second, the user interaction & interface with the flex application will be improved,

so, please give some idea to to this sort of checking from the flex end

  • 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-22T18:59:24+00:00Added an answer on May 22, 2026 at 6:59 pm

    If you mean the width/height measuring of a bitmap loaded into your flex app,
    width/height is stored in BitmapData structure
    http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/display/BitmapData.html

    For Image flex control it can be accessed with the construction:

    // image_control is an instance of mx.controls.Image
    var width:Number = 0;
    var height:Number = 0;
    if (image_control.content is Bitmap)
    {
       height= (image_control.content as Bitmap).bitmapData.width;
       height= (image_control.content as Bitmap).bitmapData.height;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using Flex 3, I would like to take an image snapshot such as this:
Normally in Flex you use a collection like ArrayCollection as the dataprovider for components.
Flex newbie question: can MXML be generated on the fly, like HTML is generated
My Flex application does a remote call to weborb to save some data from
I'm trying to use an AdvancedDataGrid to display some grouped data. Normally flex displays
I want to create Flipbook in flex/Flash. Normally its created via XML and XML
In Flex (and many other languages) a function/method of a class can be declared
The Flex 3 docs are fairly basic. Can someone post a more complete example
I might be wrong, but it looks like that there's no direct flex/bison (lex/yacc)
Flex has the SoundMixer.computeSpectrum function that lets you compute an FFT from the currently

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.