Copy link to clipboard
Copied
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.
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();
Copy link to clipboard
Copied
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.
Translations by Microsoft® Translator
Copy link to clipboard
Copied
Hi amateureprog,
Moving the thread to Animate space for better assistance.
Thanks,
Vidya
Copy link to clipboard
Copied
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();
Find more inspiration, events, and resources on the new Adobe Community
Explore Now