I'm looking to control a specific piece of software via a pre-scripted AMS XML code. Things like: "ALT-F" to open "File" then other various commands. I've created an interface that is completely user-defined and want to use those definitions to control a then-opened program. Did that make any sense? I'd prefer to not use Flash, but if it's the only way, I'd be open to incorporating some flash code into the AMS program. This is actually a little goody that I'm cooking up for you all and I hope to have it posted soon! If you can think of a way to do this, please reply to this post with some code ideas. Thanks in advance!
I need the following commands in a quick sequence:
(Down Arrow)
(Right Arrow)
(Down Arrow)
(Right Arrow)
(Down Arrow)
(Right Arrow)
(Down Arrow)
ALT-E
CONTROL-A
ALT-E
S
TAB
TAB
ALT-E
M
(Then add the text variable %ProjectName%)
ENTER
ALT-F
C
ENTER
It's an odd order, I know. But it should be pretty cool. Can this be done? Can AMS act as the user's hands to perform tedious repetitive tasks? If not, then can flash perform this function?
Protocol
I need the following commands in a quick sequence:
(Down Arrow)
(Right Arrow)
(Down Arrow)
(Right Arrow)
(Down Arrow)
(Right Arrow)
(Down Arrow)
ALT-E
CONTROL-A
ALT-E
S
TAB
TAB
ALT-E
M
(Then add the text variable %ProjectName%)
ENTER
ALT-F
C
ENTER
It's an odd order, I know. But it should be pretty cool. Can this be done? Can AMS act as the user's hands to perform tedious repetitive tasks? If not, then can flash perform this function?
Protocol
Comment