A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Sound won't export-AVI/MOV

  1. #1
    Junior Member
    Join Date
    Sep 2009
    Posts
    22

    Sound won't export-AVI/MOV

    I made an animation in flash that has some audio attached--if i export it to a SWF then the sound appears but not when I transfer to an AVI. I have made sure that the sound is specified, so it shouldn't be disabled.

    Conversely, when I've tried to export it as a MOV I keep saying that the publish settings need to be Flash 5 earlier...if I make it Flash 5 it still gives me the same message.

    Thanks for any help!
    Last edited by adamvelvetu; 04-17-2010 at 05:45 AM.

  2. #2
    Junior Member
    Join Date
    Sep 2009
    Posts
    22
    what i tried to do was convert the .swf to an .avi but received this error with another program called pazera: Could not find codec parameters (Audio: pcm_s16le, s16)

    this makes me think the problem is audio related. i attached the audio using this code:

    var sound_on = true;
    var music = new Sound();
    music.attachSound("open");
    music.start();

  3. #3
    Junior Member
    Join Date
    Jul 2009
    Posts
    22
    I ik comnvert with Video To Flash Converter

  4. #4
    Registered User
    Join Date
    Apr 2001
    Location
    Akron OH, USA
    Posts
    4,841
    you probably need to have the sound on the timeline in order for these types of applications to convert the sound track from SWF into AVI.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center