Answered
Hi all
Is it easy to disable/hide a swf file using javascript.
I have a button that shows/enables it but there is no options to disable/hide it? Is this possible using the custom option in multimedia actions or does it have to be a javascript action.
If so, can anyone help me or give me advice please. The swf file is called banner.swf Any help is greatly appreciated:-)
getAnnotsRichMedia(pageNum)[0].activated = false;
If you know the internal name of the RMA, you can use getAnnotRichMedia(pageNum,"internal name")