Monday, November 11, 2013

Creating Embedded Sound Assets at Runtime

I sucessfully extended from mx.core.BitmapAsset using as3commons.bytecode.
But I was having trouble with mx.core.SoundAsset.

After reading this, I figured out how I can handle the embedding of sound assets at runtime:
http://ltslashgt.com/2011/03/26/loading-embedded-as3-assets-at-runtime/

No comments:

Post a Comment