Lauwisme
Lauwisme
I do this: _scenarioSounds.play("audioStart").soundCompleted.addOnce(startSoundComplete); and in the next function I try to tidy up and release the memory used by the sound: private function startSoundComplete(si:SoundInstance):void { trace("startSound complete"); si.soundCompleted.removeAll(); ```...
I'm trying to add a video in an generated slideshow. But every way I try, if the video is in de json I get this error. `{ "generator": { "version":...
https://code.google.com/p/as3crypto/issues/detail?id=25 this fixes: https://github.com/timkurvers/as3-crypto/issues/17
Error: pure virtual function call: fromDERContent at com.hurlant.util.asn1.type::ASN1Type/fromDERContent()[/Users/timkurvers/Projects/personal/as3-crypto/src/com/hurlant/util/asn1/type/ASN1Type.as:150] at com.hurlant.util.asn1.type::ASN1Type/fromDER()[/Users/timkurvers/Projects/personal/as3-crypto/src/com/hurlant/util/asn1/type/ASN1Type.as:131] at com.hurlant.util.asn1.type::SequenceType/fromDERContent()[/Users/timkurvers/Projects/personal/as3-crypto/src/com/hurlant/util/asn1/type/SequenceType.as:32] at com.hurlant.util.asn1.type::ASN1Type/fromDER()[/Users/timkurvers/Projects/personal/as3-crypto/src/com/hurlant/util/asn1/type/ASN1Type.as:131] This is the error I get while in debug mode and using your swc with airxmail...