[Tools][Expand/Collapse All]Note that automatic extraction of ActionScript 3 is still pretty much unsupported by swfchan. AS1/AS2 works okay most of the time.Frame 1 (752 B)
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_banya_drm_copy", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.banya_drm_copy = new Sound(this._parent.BS_banya_drm_copy);
} else {
this.createEmptyMovieClip("_banya_drm_copy_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.banya_drm_copy = new Sound(this.BS_banya_drm_copy);
}
_global.Behaviors.Sound.banya_drm_copy.attachSound("banya_drm_copy");
_global.Behaviors.Sound.banya_drm_copy.start(0, 1);