A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Preloader/Sound not functioning properly

  1. #1
    Junior Member
    Join Date
    Aug 2008
    Posts
    10

    Preloader/Sound not functioning properly

    Hello all.

    Let me explain a little about my setup. I have many sounds within the library(not on the timeline) of my .fla and i plan on playing them by clicking a button and calling them with this...

    button.onRelease = function () {
    mysound = new Sound();
    mysound.attachSound("soundclip_01");
    mysound.start();
    }



    My main problem before was the preloader was not visible for roughly half of its loading time, so i had discovered i could correct this by modifying the "linkage" options, and checked off "export in the first frame." This solved that problem and the preloader displayed for all 100%.

    The only problem now is that when i click my buttons, none of the sounds play.

    I know that when i export the .swf that these sound files are not being exported with it.

    Any thoughts/ideas maybe?

    Thanks a lot everyone!

  2. #2
    Junior Member
    Join Date
    Aug 2008
    Posts
    10

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