SlideShowPro Help
SlideShowPro Help
Out of context: Reply #20
- Started
- Last post
- 40 Responses
- ********0
this.onEnterFrame = function() {
if (_parent._alpha == 0) {
this._visible = 0;
} else {
this._visible = 1;
}
}this solution does help to get rid of the unload the SWF but does not help any interactivity. hmm