A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: An audio question...

  1. #1
    Junior Member
    Join Date
    Nov 2000
    Posts
    2

    An audio question...

    Hi, I don't come here often but I need an answer to this question as quickly as possible...any help would be greatly appreciated

    I have imported an mp3 to my flash file, but when I publish it, the mp3 audio loses a lot of its quality. It sounds much better played in iTunes.

    Is there a reason to import this mp3 and retain its quality after its published in Flash? Thanks...

    edit by admin: no contact info permitted on the forum, thank you

  2. #2
    Señor Member Mavrisa's Avatar
    Join Date
    Oct 2005
    Location
    Canada
    Posts
    506
    in publish settings, under the flash tab, there are two audio options: audio stream, and audio event. click on the "Set..." buttons to change the properties of the sound quality. the default is 16 kbps (pretty bad, to the point where you cant even hear some things.) you may want to change the default profile to use a higher sound quality.

  3. #3
    Senior Member EQFlash's Avatar
    Join Date
    Jun 2002
    Location
    where i'm at
    Posts
    2,735
    you would actually get better sound quality if you used a sound object and loaded the mp3 externally.
    i.e.
    PHP Code:
    = new Sound()
    s.loadSound("your.mp3",true)//true means play when loaded, or streaming 
    importing your sound into the library can give the good quality as described by Mavrisa, with the published settings, however, the higher the quality, the larger the flash file size. hope this helps

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