Đang chuẩn bị liên kết để tải về tài liệu:
Flash JavaScript Dictionary- P3

Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ

Tham khảo tài liệu 'flash javascript dictionary- p3', công nghệ thông tin, đồ họa - thiết kế - flash phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Item object Availability Flash MX 2004. Description The Item object is an abstract base class. Anything in the library derives from Item. See also library object. Method summary for the Item object The following methods are available for the Item object. Method Description item.addData Method adds specified data to a library item. item.getData Method retrieves the value of the specified data. item.hasData Method determines whether the library item has the named data. item.removeData Method removes persistent data from the library item. Property summary for the Item object The following properties are available for the Item object. Property Description i tem.itemType Read-only a string that specifies the type of element. item.linkageClassName Property a string that specifies the ActionScript 2.0 class that will be associated with the symbol. i tem.l inkageExportForAS Property a Boolean value. If true the item is exported for ActionScript. i tem.l inkageExportForRS Property a Boolean value. If true the item is exported for runtime sharing. item.l inkageExportinFirstFr ame Property a Boolean value. If true the item is exported in the first frame. item.li nkageidentifier Property a string that specifies the name Flash will use to identify the asset when linking to the destination SWF file. item.linkageimportForRS Property a Boolean value. If true the item is imported for runtime sharing. item.li nkageURL Property a string that specifies the URL where the SWF file containing the shared asset is located. item.name Property a string that specifies the name of the library item which includes the folder structure. Item object 201 item.addData Availability Flash MX 2004. Usage item.addData name type data Parameters name A string that specifies the name of the data. type A string that specifies the type of data. Valid types are integer i ntegerArray double doubleArray string and byteArray . data The data to add to the specified library item. The type of data depends on the .