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.
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: