Examples of DefineSound


Examples of flash.swf.tags.DefineSound

    if (sound == null || sound.length < 5)
    {
      throw new NotInMP3Format();
    }

    DefineSound ds = new DefineSound();
    ds.format = 2; // MP3

    ds.data = sound;
    ds.size = 1; // always 16-bit for compressed formats
    ds.name = symbolName;
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.