Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How can i make minimize button in flash 8?

New Here ,
May 24, 2012 May 24, 2012

I am working on a project in flash so i want make minimize button to minimize the projector how i can do this?

TOPICS
ActionScript
2.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
May 24, 2012 May 24, 2012

minimize_btn.onPress = function ()

{

     mWindow.minimize();

}

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 25, 2012 May 25, 2012

but it is not working plz explain it in which frame does the code to be given

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
May 25, 2012 May 25, 2012

I don't see how that would work, it is not a built in function.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
May 25, 2012 May 25, 2012

Download:

Winstate

Comando to ActionScript:

fscommand("EXEC", "winstate.exe" + chr(9) + "min" + chr(9) + "Flash");

Minimize any window with “Flash” in your title.

Comando to ActionScript:

fscommand("EXEC", "winstate.exe" + chr(9) + "max" + chr(9) + "Flash");

Maximize   any window with “Flash” in your title.

Comando to ActionScript:

fscommand("EXEC", "winstate.exe" + chr(9) + "show" + chr(9) + "Flash");

Remove the effects minimize or  Maximize  and restore to any window  cualquiewith “Flash” in your title to your size and position original.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 25, 2012 May 25, 2012
LATEST

the given link is broken.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines