我正在開發的桌面應用程序正在Adobe AIR + Flex + As3中開發。現在我想檢測AIR應用程序隨附XML描述文件中的versionNumber參數。從MyProject-App.xml中檢測versionNumber? Adobe AIR
<!-- A string value of the format <0-999>.<0-999>.<0-999> that represents application version which can be used to check for application upgrade.
Values can also be 1-part or 2-part. It is not necessary to have a 3-part value.
An updated version of application must have a versionNumber value higher than the previous version. Required for namespace >= 2.5 . -->
<versionNumber>1.0.0</versionNumber>
是否有我可以用來訪問這個變量或屬性?例如在應用程序的關於框中,而不是手動編輯顯示的版本,我希望它依賴於這個。