/ Published in: ActionScript
URL: http://snipplr.com/users/BranMan/
Load external MP3 file
Expand |
Embed | Plain Text
//Loads the sound into the movie globalsound = new Sound(); globalsound.loadSound("http://training.thinkhdi.com/images/cust/3/SCM/SCMPrep/MP3/1.1.mp3",true); globalsound.setVolume(100);
You need to login to post a comment.
