Flash Advisor logo
:: Desktop Shortcut
:: Flash Help
Advice from Experts

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2012
    Location
    Touring New England
    Posts
    10

    Default Sound Advice Needed on Sound

    Hallo,

    In this AS2 example, there's two mp3 files with linkage names "annoying-mosquito" and "fly-swatter."

    I play the 1st mp3:

    SND = new Sound([_target]);
    SND.attachSound("annoying-mosquito");
    SND.start();

    Then I play the 2nd mp3:

    SND.attachSound("fly-swatter");
    SND.start();

    Both the 1st mp3 & the 2nd mp3 are attached to the same variable SND with (seemingly) no ill effect.

    Question: do I need to clear the contents of the variable SND before the 2nd attachSound?

    Or is Flash doing that for me?

    - - - - -

    I've concluded this AS2 code is safe.

    Flash loads the sound into memory and knows what to do with it.

    SND is only a pointer to that sound in memory and can be set to other sounds as needed.
    Last edited by seajay; 06-18-2012 at 12:24 PM. Reason: found answer

  2. # ADS
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many
     
  3. #2

    Default

    Hi seajay,
    You can use the same SND variable many times (no need for another variable). Flash automatically clears and assigns the new sound to the same variable. I have done lot of work in this way and I had no issues till now.

    Hope it helps you.

    Kannan

  4. #3
    Join Date
    Jun 2012
    Location
    Touring New England
    Posts
    10

    Default reuseable SND

    Thanks for the confirmation.

    Yes, Flash is great that way.

    My programming background is from a time where you had to initialize and then erase every single variable yourself... lest you unleash the hounds of Hades.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Sponsors
Create Speaking Characters for your website and Flash movies. 15 Day Free Trial