Copy link to clipboard
Copied
Hello,
In a Shared Action is it possible to assign a Parameter to the Open URL action?
Thank you
Peter
Cardiff (Clear, but rain forecast)
Wales
Uk
Not AFAIK. Only parameters are the compulsory ones (objects, groups and slides) and the candidate parameters (variables and literals). The argument of the command Open URL is not in that list. That argument is on the same level as the arguments in Apply effect: only the object will be a parameter, not the effect itself nor the Start or Duration of that effect (if you are on CP9).
I will repeat here an old feature request: if we were able to use concatenation to such a command ....the URL could be
...Copy link to clipboard
Copied
Not AFAIK. Only parameters are the compulsory ones (objects, groups and slides) and the candidate parameters (variables and literals). The argument of the command Open URL is not in that list. That argument is on the same level as the arguments in Apply effect: only the object will be a parameter, not the effect itself nor the Start or Duration of that effect (if you are on CP9).
I will repeat here an old feature request: if we were able to use concatenation to such a command ....the URL could be stored in a variable.
Your goal can be achieved with JS.
Copy link to clipboard
Copied
Lilybiri,
I suspected that the answer is as you described.
I was hopeful that there may have been a workaround using a variable... it would be nice if Adobe implemented your concatenation request.
Thank you.
Peter
Copy link to clipboard
Copied
In theory you COULD have that URL assigned to a variable and then dynamically change the variable value as needed via some Advanced Action. Not sure if that's any real advantage though. If that's about all you had in the Shared Action then there's be little point in using it over just a normal action.