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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T15:23:24+00:00 2026-06-07T15:23:24+00:00

So me and a friend have made a tool using flex which we have

  • 0

So me and a friend have made a tool using flex which we have released, we made the window 680×480 and people are saying its too small for them.

So what i want to do is include possibly a switch or something that switches the size from 640×480 to 800×600, so you have both options available to use.

I just wondered if this was possible? I have searched google all morning and cant find exactly what i need.

I am also pretty novice at this… my friend is the coder but he has no idea and no time to sort this out, so would be a great help if i could get some insight here please.

I failed to mention, it’s not a scale, i have all the assets in the package for 800×600 aswell as the standard files so, i guess would be a state change, but i’m not sure if its possible to change state to a larger page.

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-07T15:23:26+00:00Added an answer on June 7, 2026 at 3:23 pm

    Well, basically, you can occupy 100% width and 100% height by your SWF within the containing HTML page.

    Then if you need a fixed size, you can organize your application within a Group container and size it accordingly.

    Try this:

    <?xml version="1.0" encoding="utf-8"?>
    <s:Application
        width="100%"
        height="100%"
        xmlns:fx="http://ns.adobe.com/mxml/2009" 
        xmlns:s="library://ns.adobe.com/flex/spark" 
        xmlns:mx="library://ns.adobe.com/flex/mx">
        <s:Group horizontalCenter="0" verticalCenter="0" width="{resolutionDropDownList.selectedItem.w}" height="{resolutionDropDownList.selectedItem.h}">
            <s:Rect width="100%" height="100%">
                <s:fill>
                    <s:SolidColor color="#FF0000"/>
                </s:fill>
            </s:Rect>
        </s:Group>
        <s:HGroup top="10" horizontalCenter="0" gap="5" verticalAlign="baseline">
            <s:Label text="Size:"/>
            <s:DropDownList id="resolutionDropDownList" labelField="label" selectedIndex="0">
                <s:dataProvider>
                    <s:ArrayList>
                        <fx:Object w="640" h="480" label="640x480"/>
                        <fx:Object w="800" h="600" label="800x600"/>
                    </s:ArrayList>
                </s:dataProvider>
            </s:DropDownList>
        </s:HGroup>
    </s:Application>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So I have made a simple site for a friend using codeigniter and grocery
I have a friend who is using c# Linq to report on the following
One of my friend wants to have a website which calculates the distance between
my friend has made a really helpful class library which I use all the
My friend said he thinks i may have made a mistake in my programme
I have made a database structure where users can make friend connection between them
I have made a small java swing application that I want to share with
In C++, I have often made a unit test class a friend of the
I have made an app for my iphone. I'm wanting to let my friend
I have made a simple application for my iphone using jQuery Mobile and Phonegap.

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.