All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scaffold.libs_as.flair.resources.getSound.as Maven / Gradle / Ivy

package flair.resources
{
	import flash.media.Sound;

	/**
	 *
	 */
	public function getSound( id : String , groupID : String = null ) : Sound
	{
		return getAssetManager( groupID ).getSound( id );
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy