Skip to main content
oliversen
Inspiring
August 19, 2018
Question

Use Actionscript to control other applications

  • August 19, 2018
  • 1 reply
  • 858 views

I am wondering if it is possible to use Actionscript, to firstly launch another application. And then click a certain pattern on the screen. To automate another application.

This topic has been closed for replies.

1 reply

JoãoCésar17023019
Community Expert
Community Expert
August 19, 2018

Hi.

Could you please provide more details?

Do you want an ActionScript application to control another ActionScript application? Or do you want to control an application created with another language?

And what kind of pattern and automation?

Thanks,

JC

oliversen
oliversenAuthor
Inspiring
August 26, 2018

Hi,

I would firstly fire/launch another third party application.

Then I would like to push some buttons inside that other application

Oliver

JoãoCésar17023019
Community Expert
Community Expert
August 27, 2018

Hi.

I think the easiest solution would be using fscommand() to call an external executable.

flash.system - Details Adobe ActionScript® 3 (AS3) API Reference

Native Process is also an option.

NativeProcess - Adobe ActionScript® 3 (AS3 ) API Reference

The control over the external application is up to you. It depends on how you code it.

Regards,

JC