We Recommend

PIC Basic: Programming and Projects PIC Basic: Programming and Projects
The simplest quickest way to get up and running with microcontrollers. makes the PC accessible to students and enthusiasts. The practicalities of programming and the scope of using a PIC are then explored through 22 wide ranging electronics projects.


Posted By

BranMan on 09/12/06


Tagged


Versions (?)


Who likes this?

5 people have marked this snippet as a favorite

Roshambo
damarev
yuconner
willcodeforfood
arala22


LoadMP3


Published in: ActionScript 


URL: http://snipplr.com/users/BranMan/

Load external MP3 file

  1. //Loads the sound into the movie
  2. globalsound = new Sound();
  3. globalsound.loadSound("http://training.thinkhdi.com/images/cust/3/SCM/SCMPrep/MP3/1.1.mp3",true);
  4. globalsound.setVolume(100);

Report this snippet 

You need to login to post a comment.