actionscript 3 - Fixing Flash error 1046 against SoundEvent -
I do some minor graphical editing after an old one. Trying to publish Flala (I'm not the author), but the complainant is reporting:
1046: The type was not found or was not compiled at a compile-time: Voice Event .
This source tells me:
Private function volume handler (EVT: sound event): zero {this.soundTransform = evt.soundTransform; }
Here is the sum of the source:
I'm a little bit on my head here, any help would be appreciated.
import import. Video. SoundEvent; is not defined in sdk ... I think that you use some library and it does not import into your project ...
Comments
Post a Comment