Skip to main content
Participating Frequently
November 21, 2016
Beantwortet

Como puedo vincular una ID a un sonido en la biblioteca de Adobe Animate CC 2017?

  • November 21, 2016
  • 2 Antworten
  • 1220 Ansichten

No funciona el doble click, sólo se abre el panel de Propiedades y ahí no esta la posibilidad de asignarle ID.

Gracias.

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von UDESCO

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.

2 Antworten

UDESCO
Adobe Employee
UDESCOAntwort
Adobe Employee
November 22, 2016

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.

Participating Frequently
November 22, 2016

Excellent. that works perfect!!

Thank you very much!

Nipun Asthana escribió:

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.

kglad
Community Expert
Community Expert
November 21, 2016

attach a screenshot showing the problem.

Participating Frequently
November 21, 2016

On the library, i can't get an ID for that sound. Double Click doesn't work.
(sorry the bad ennglish)

Colin Holgate
Inspiring
November 21, 2016

You have to double click in the Vinculacion column, then type in the ID you want. You only show the properties to edit the linkage name when you are using AS3.