flash 9 & stopAllSounds()

Ask a Question related to Macromedia Flash Ad Development, Design and Development.

  1. #1

    Default flash 9 & stopAllSounds()

    stopAllSounds() works still ok in Flash9 within one .swf as usual.

    BUT BUT BUT

    it has messed up here:

    Objective: There are n number of sounds button on a same HTML page. if user
    plays any of the sound that plays in loop. But we want to achieve that when
    one sound is being played and if user hits on other sound everything should
    stop and new sound should start playing. It was working very well before
    with the same flas.

    Problem: This still works fine as desired in all players before the latest
    (Flash Player 9). BUT whoever installs new version of Flash Player first
    sound never stops and keeps on playing. We have to make sure just one sound
    should play at a time.

    I've got more that 4000 flas how do I solve this? do I need to make changes
    in all fla?

    Parry



    Parry Guest

  2. Similar Questions and Discussions

    1. Breaking News ! StopAllSounds();
      Hi ALL Its very simple!! Please let me explain it in very less but clear words. There is one webpage which contains 10 swf files (apparently...
    2. Please help !! stopAllSounds();
      Hi all, i'll come straight to the point ! you have 5 buttons.swf and 1 HTML page. If you put these all 5 buttons into a HTML page and click...
    3. flash9 n stopAllSounds()
      stopAllSounds() works still ok in Flash9 within one .swf as usual. BUT BUT BUT it has messed up here: Objective: There are n number of...
    4. convert all flash site to both flash and no flash
      a friend has a site that is done with all flash. they asked me to help make it readable by more browsers. could some belly point me in the right...
    5. stopAllSounds
      Hi there, I imported a video into flash mx and made a stopAllSounds button to control the mute function. Is there any tips on resuming the audio...
  3. #2

    Default flash 9 & stopAllSounds()

    stopAllSounds() works still ok in Flash9 within one .swf as usual.

    BUT BUT BUT

    it has messed up here:

    Objective: There are n number of sounds button on a same HTML page. if user
    plays any of the sound that plays in loop. But we want to achieve that when
    one sound is being played and if user hits on other sound everything should
    stop and new sound should start playing. It was working very well before
    with the same flas.

    Problem: This still works fine as desired in all players before the latest
    (Flash Player 9). BUT whoever installs new version of Flash Player first
    sound never stops and keeps on playing. We have to make sure just one sound
    should play at a time.

    I've got more that 4000 flas how do I solve this? do I need to make changes
    in all fla?

    Parry



    Parry Guest

  4. #3

    Default Re: flash 9 & stopAllSounds()

    I also need an answer to this same question, so thank you for posting it. Now if someone has a useful reply....
    it would be much appreciated
    palmvilla Guest

  5. #4

    Default Re: flash 9 & stopAllSounds()

    I do not yet understand the question. What does this mean:

    "There are n number of sounds button on a same HTML page"

    What is a sound button? How do they relate to SWF movies (you only mention
    html page, not how you SWF file or files fit into this)?

    Please provide a link to the web page that shows the problem.

    As it is, it is very unclear exactly what you are doing, or what you are
    expecting to have happed.

    "palmvilla" <webforumsuser@macromedia.com> wrote in message
    news:e9ls4u$e4h$1@forums.macromedia.com...
    > I also need an answer to this same question, so thank you for posting it.
    > Now if someone has a useful reply....
    > it would be much appreciated

    Jeckyl Guest

  6. #5

    Default Re: flash 9 & stopAllSounds()

    already answered in other forums

    old behavior was a nasty bug

    answer is not to use this buggy side-effect

    use a single SWF that load other SWFs into it
    or use fscommand to communicate with the web page, and have the web page
    then tell all the other SWFs to stop playing.
    --
    Jeckyl


    Jeckyl Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139