|

Attributes


(table) A table containing the file attributes that you want to modify, indexed by name. In the table, a value of true turns an attribute on, and a value of false turns the attribute off.


The following attributes can be set or unset in the table:



KEY


TYPE DESCRIPTION


Archived


boolean


Sets or unsets the archive file attribute.


ReadOnly


boolean


Sets or unsets the read-only file attribute.


Compressed


boolean


Sets or unsets the compressed file attribute.


System


boolean


Sets or unsets the system file attribute.


Hidden


boolean


Sets or unsets the hidden file attribute.


Temporary


boolean


Sets or unsets the temporary file attribute.


Normal


boolean


When used alone (when it is the only attribute in the table), setting Normal to true will unset all of the other attributes. Otherwise, it is simply ignored.

Note: If there are any other keys in the table, they will be ignored.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

F l as h


image

Flash.CallFunction

OverviewExamples

string Flash.CallFunction ( string ObjectName,


string XMLRequest )


De s cr ip t ion


Calls a Flash actionscript function using Flash's external API (ExternalInterface class) and returns an XML formatted string result.


Note: This action requires Flash version 8.0 or later to be installed on the target system.


image

P arame t er s


ObjectName


(string) The name of the Flash object.


|