Specifies whether the generated Flash file should be protected or not.
object.ProtectSWF swf_protected
Default: the generated Flash animation is always protected.
If a Flash movie is marked as protected it cannot be imported into Macromedia Flash Editor.
The following VBScript code illustrates use of the ProtectSWF method in an ASP page.
chart.SetSeparators ";", true chart.SetDataFromQuery chart.LoadStyle "C:\myStyle.scs" 'Let's display an unprotected SWF movie chart.ProtectSWF false chart.ExportAsResponse
Applies To: Chart Object