Skip to main content
Participant
December 8, 2017
Answered

Help Please

  • December 8, 2017
  • 6 replies
  • 387 views

I have to do a 1 hour project , as soon as i have to listen at an audio synced with media , i have  to turn back to the beginniing of the scene for listening the audio , it's so annoying , i have always to listen all the audio , sorry for bad english i'm french but i hope you understand

    This topic is closed to new replies. Start a new post to keep the conversation going.
    Correct answer Colin Holgate

    If you are doing an animation, use an ActionScript 3 FLA, not HTML5 Canvas. Then you can set the sound synch to Stream, and you will be able to play from anywhere in the timeline.

    If in the end you need video, you can export the animation as video. If the animation has to play on a mobile browser, then after doing all of the timing work in ActionScript 3, you can convert the FLA to HTML5 Canvas. The sound will no longer be Stream sync, but hopefully it will keep time correctly.

    6 replies

    Colin Holgate
    Colin HolgateCorrect answer
    Inspiring
    December 8, 2017

    If you are doing an animation, use an ActionScript 3 FLA, not HTML5 Canvas. Then you can set the sound synch to Stream, and you will be able to play from anywhere in the timeline.

    If in the end you need video, you can export the animation as video. If the animation has to play on a mobile browser, then after doing all of the timing work in ActionScript 3, you can convert the FLA to HTML5 Canvas. The sound will no longer be Stream sync, but hopefully it will keep time correctly.

    Participant
    December 8, 2017

    Can i change html5 canvas to as3  ? I already began the project

    Colin Holgate
    Inspiring
    December 8, 2017

    Yes, you can convert the HTML5 Canvas FLA to ActionScript 3.0 FLA. It will be a copy of the file, so your HTML5 one will still be there if you need it.

    The convert option is either on the File menu (File/Convert To/) or on the Commands menu, depending on which version of Animate you are using.