-1
我能找到的Adobe AIR openWithDefaultApplication()
函數的唯一文檔是Flex SDK中的一個教程。 Flex是否需要使用此功能?是Adobe AIR的openWithDefaultApplication()在AJAX SDK中不可用嗎?
通過JavaScript調用導致它:
TypeError: Value undefined does not allow function calls.
我正在使用的代碼:
var poster = air.File.applicationDirectory.resolvePath('posters/CR-1/CR-1.pps');
air.trace(poster); // [object File]
poster.openWithDefaultApplication();