Como puedo vincular una ID a un sonido en la biblioteca de Adobe Animate CC 2017?
No funciona el doble click, sólo se abre el panel de Propiedades y ahí no esta la posibilidad de asignarle ID.
Gracias.
No funciona el doble click, sólo se abre el panel de Propiedades y ahí no esta la posibilidad de asignarle ID.
Gracias.
Hi Juan,
This is a known bug in Animate CC 2017 and should be fixed soon.
For now please try any one of these workarounds to set linkage names:
1. Using JSFL:
(Select the audio file in library then run the below JSFL snippet)
var lib = fl.getDocumentDOM().library;
lib.setItemProperty('linkageExportForAS', true);
lib.setItemProperty('linkageClassName', 'myLinkageName');
2. Using AS3 doctype:
Copy your audio to a new AS3 type document.
Open the audio Properties, enable Export for Actionscript checbox and provide the linkage-name.
Now copy back this audio file from AS3 document back to your original canvas document.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.