@SuppressWarnings("unused")
private void movieReady() {
flashSupport = MIME_TYPE_SUPPORT_READY;
for (Iterator<FlashSound> iterator = unitializedSoundList.iterator(); iterator.hasNext();) {
FlashSound flashSound = iterator.next();
doCreateSound(flashSound);
iterator.remove();
}
}