Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Audioaufnahmen / Schaltflächen (CS6)

New Here ,
Aug 15, 2017 Aug 15, 2017

Liebe Community,

Ich (totaler Anfänger) versuche soetwas

http://glocken.warendorf-freckenhorst.de/cms/freckenhorst/glockenspiel

mit Adobe Flash CS6 hinzubekommen (Variante C)

Hat jemand eine Anleitung bzw. Kann das vormachen ? Ich würde gerne 6 Glocken von denen ich Tonaufnahmen habe, eben mit solchen Schaltflächen (Buttons ?) verbinden - die Anleitung auf der Webseite hilft leider auch nicht wirklich, deswegen wäre ich über euere Hilfe sehr dankbar.

281
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Aug 30, 2017 Aug 30, 2017

You can import MP3 into the library and then double-click on the Linkage column for the sound in the library. Type in a name to use for the sound (example 'mySound'). Then you can play the sound with this code, if it is HTML5 Canvas:

createjs.Sound.play("mySound");

and this if it's ActionScript 3:

var aSound:mySound = new mySound();

aSound.play();

Translate
LEGEND ,
Aug 15, 2017 Aug 15, 2017

Sorry you have asked in the wrong Forum. This is the Forum for Adobe Audition You need to ask in the Flash forums I'm afraid.

Leider haben Sie im falschen Forum gefragt. Dies ist das Forum für Adobe Audition Sie Notwendigkeit, in den Flash-Foren Fragen, dass ich Angst habe.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Aug 30, 2017 Aug 30, 2017

Hi amateureprog,

Moving the thread to Animate space for better assistance.

Thanks,

Vidya

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 30, 2017 Aug 30, 2017
LATEST

You can import MP3 into the library and then double-click on the Linkage column for the sound in the library. Type in a name to use for the sound (example 'mySound'). Then you can play the sound with this code, if it is HTML5 Canvas:

createjs.Sound.play("mySound");

and this if it's ActionScript 3:

var aSound:mySound = new mySound();

aSound.play();

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines