isLocal always true with Sound [Flash]

Fix isLocal function always true with test Sound on Flash.
When embed sound is set on false, isLocal can't by pass exist test.
This commit is contained in:
srevid
2015-03-04 11:18:26 -05:00
parent f52de39fb1
commit fc6cd177d6

View File

@@ -387,11 +387,11 @@ class DefaultAssetLibrary extends AssetLibrary {
#if flash
if (requestedType != AssetType.MUSIC && requestedType != AssetType.SOUND) {
//if (requestedType != AssetType.MUSIC && requestedType != AssetType.SOUND) {
return className.exists (id);
}
//}
#end