app.project.numItems
Description
The total number of items contained in the project, including folders and all types of footage.
Type
Integer; read-only.
Example
n = app.project.numItems;
alert(There are " + n + " items in this project.") "
Na FreeHostingu Endora běží desítky tisíc webů. Přidejte se ještě dnes!
Vytvořit web zdarmaNa FreeHostingu Endora běží desítky tisíc webů. Přidejte se ještě dnes!
Vytvořit web zdarmaapp.project.numItems
The total number of items contained in the project, including folders and all types of footage.
Integer; read-only.
n = app.project.numItems;
alert(There are " + n + " items in this project.") "