A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Upload Audio

  1. #1

    Upload Audio

    Anybody know how to upload audio... without import.

  2. #2
    Senior Member green_eye's Avatar
    Join Date
    Apr 2004
    Location
    Sarasota, Florida
    Posts
    1,496
    use can stream snd from server

    snd1 = new Sound();
    snd1.loadSound("your.mp3", true);

    you can not stream a wav file

  3. #3
    you place this on the buttons

  4. #4
    Senior Member green_eye's Avatar
    Join Date
    Apr 2004
    Location
    Sarasota, Florida
    Posts
    1,496
    on the first --frame code--
    make a layer called "scripts"
    make sure that mp3 snd is in the same forder or use the correct path name

  5. #5
    Senior Member green_eye's Avatar
    Join Date
    Apr 2004
    Location
    Sarasota, Florida
    Posts
    1,496
    you could make a snd object \
    snd1 = new Sound();<--target a snd clip
    snd1.attachSound("yoursound")<--linkage name you give in the libary
    snd1.setVolume(85);
    snd1.start(0,99)

    or you could make a seperate swf with the snd set to stream and the load the swf wirh loadmovie

  6. #6
    where do u learn how to use the action script caus Im seein it but it just is not registering. I could just paste it but it would be like me working for a Tai Wan newspaper and I grew in Detroit.

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