actionscript 3 - Is it possible for an air application to switch to other running applications on windows? -
i need make application ( multiplatform, macos , windows ) has able switch running application on same computer. because of multiplatform demand choose produce self-contained adobe air application.
on macos can call script use native application-switcher within application. example:
tell application "xyz" set visible of every process visible true , name not "xyz" false
can achieve same thing e.g. batch file on windows?
thanks!
Comments
Post a Comment