A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: sound

  1. #1
    Junior Member
    Join Date
    May 2000
    Posts
    18
    Iknow that you can't embed sound loops into a swish movie but is there anyway of doing it by downloading free soundloops and placing them into the html of the page.
    i have a loop that i like it is from flashkit I think. I don't have flash
    p.s. the loop is in mp3 format


    i9

  2. #2
    Junior Member
    Join Date
    Apr 2000
    Posts
    15
    Hi, Off,

    You can add background music to an HTML page, you can have it loop continuously if you want, but you should keep the file size fairly small. You should probably use a MIDI file and try to keep the file size below 25KB. A good source of MIDI files is the Midi Farm at:
    http://files.midifarm.com/midifiles/General_MIDI/

    Regards,

    Bill

  3. #3
    Agreed with Bill.

    If you want to use Midi, and don't want to show the player controls, you need to embed the sound file:

    <EMBED SRC="xxxxxxx.mid" HIDDEN="True">

    Note: xxxxxxx.mid = your midi file

    This'll work in NN & MSIE.

    Hope I'm not telling you stuff you already know, or being overbearing.

    Andrew


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