Copy link to clipboard
Copied
I am working on a project in flash so i want make minimize button to minimize the projector how i can do this?
Copy link to clipboard
Copied
minimize_btn.onPress = function ()
{
mWindow.minimize();
}
Copy link to clipboard
Copied
but it is not working plz explain it in which frame does the code to be given
Copy link to clipboard
Copied
I don't see how that would work, it is not a built in function.
Copy link to clipboard
Copied
Download:
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.
Copy link to clipboard
Copied
the given link is broken.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now