Set volume of externally loaded mp3 file
17.02.2009 03:57 Flash | 0 comments | source: Imajine | 3916 clicks
In this tutorial, we will learn how to adjust volume of an externally loaded MP3 file in flash. As we all know, to get this done, we are basically revolving around sound object. The method used to adjust sound volume is setVolume() of sound object. Similarly we can even retrieve the already set volume by getVolume() method.
|