Skip to main content
Known Participant
August 23, 2017
Answered

Having trouble to import sounds in adobe animate

  • August 23, 2017
  • 1 reply
  • 934 views

I'm very new to this, so I'm trying to import sounds into Adobe Animate and I'm using a actionscript 3 canvas so I can change the audio sync properties from stream to event, but somehow It is not letting me?? The audio file I'm trying to import is an mp3.

here's what it looks like. the wav and the mp3 files are grayed out. Can someone plz help me?

This topic has been closed for replies.
Correct answer Colin Holgate

If you're going to end up with a video you should use an ActionScript 3.0 FLA, then you can set the sync to Stream. Even if it's going to end up as HTML5 you could create the animation as AS3, with Stream sync, and when it's perfect convert it to Canvas, and hopefully the Event sync will keep up.

1 reply

Colin Holgate
Inspiring
August 23, 2017

AS3 and Canvas are alternatives. There isn't an AS3 Canvas type of FLA.

If you need it to be HTML5 Canvas, then yes, sound has to be Event and not Stream.

What do you want to publish to in the end?

thetomatoAuthor
Known Participant
August 23, 2017

Ok so right now I'm using a HTML5 Canvas but It won't let me change the sync in the properties.  Im trying to animate something to a skit.

Colin Holgate
Colin HolgateCorrect answer
Inspiring
August 23, 2017

If you're going to end up with a video you should use an ActionScript 3.0 FLA, then you can set the sync to Stream. Even if it's going to end up as HTML5 you could create the animation as AS3, with Stream sync, and when it's perfect convert it to Canvas, and hopefully the Event sync will keep up.