How to minimize window in flash programmatically.

Asked By 10 points N/A Posted on -
qa-featured

Most programming languages provide for window manipulation where you just get the Windows instance and the you can perform actions like close, minimize, maximize and many others. Is there a tutorial on how to minimize window in flash programmatically?

SHARE
Answered By 0 points N/A #165202

How to minimize window in flash programmatically.

qa-featured

Hello,

Here is an example of how you can manage a window using flash. The example will show you how you can move and resize a window. You will use the properties and the methods of the Native Window class to manage the appearance, the behavior and the life cycle of the windows desktop.

You will use Flex framework and its classes to manage the window behavior. You can access Methods and properties through the mix: Window Application and mix: Window classes. I have an attachment for the example in flash. txt.

Fore more details please consult this site.

I hope this information is useful.

Related Questions