這是選用引數,預設為true。 如果為true,則行為與上述API相同,這表示對此函式的後續呼叫將使用內部快取來解析預先授權的資源。 傳遞此引數的false將會停用內部快取,導致每次呼叫checkPreauthorizedResourcesAPI時都進行伺服器呼叫。 已觸發回呼:preauthorizedResources() 返回頁首 ...
这是可选参数,默认为true。 如果为true,则其行为与上述API相同,这意味着对此函数的后续调用将使用内部缓存来解析预授权的资源。 为此参数传递false将禁用内部缓存,导致每次调用checkPreauthorizedResourcesAPI时都会调用服务器。 已触发回调:preauthorizedResources() 返回页首 ...
Related API Elements flash.geom.Point top property top:Number Language Version: ActionScript 3.0 Runtime Versions: AIR 1.0, Flash Player 9, Flash Lite 4 The y coordinate of the top-left corner of the rectangle. Changing the top property of a Rectangle object has no effect on the x and ...
Related API Elements createTempDirectory() Example ( How to use this example ) The following code uses the createTempFile() method to obtain a reference to a new temporary file. import flash.File; var temp:File = File.createTempFile(); trace(temp.nativePath); Each time you run this co...
Language Reference only Filters: Runtimes AIR 32.0 and earlier, Flash Player 32.0 and earlier, Flash Lite 4 Products Flex 4.6 and earlier, Flash Pro CS6 and earlier Hide Filters TagDescription fx:BindingYou use the <fx:Binding> tag to tie the data in one object to another object. ...
JavaScript™forAcrobat®APIReference Adobe®Acrobat®DCSDK May2015 Adobe®Acrobat®DCSDKJavaScript™forAcrobatAPIReferenceforMicrosoft®Windows®andMacOS® Edition1.0,May2015 Ifthisguideisdistributedwithsoftwarethatincludesanenduseragreement,thisguide,aswellasthesoftwaredescribedinit,isfurnished under...
JavaScript API Extend symbols and compositions These APIs extend a symbol Definition by adding behaviors, which are inherited by all instances of that symbol. Note thatproject-name_edgeActions.js defines the alias "Symbol" for Edge.Symbol. This alias is used in this section for brevity. ...
In the API doc i'm working with, the info is not so clear: Doc and Doc.Media APIs — Acrobat-PDFL SDK: JavaScript Reference (adobe.com) please see abstract attached. Votes Upvote Translate Translate Report Report Reply try67 Community Exper...
In the API doc i'm working with, the info is not so clear: Doc and Doc.Media APIs — Acrobat-PDFL SDK: JavaScript Reference (adobe.com) please see abstract attached. Votes Upvote Translate Translate Report Report Reply try67 Community Exper...
Note that the script bridging is “pass by reference.” So, when passing an object instance from JavaScript to ActionScript (or vice versa), changes to that instance in one environment will affect the instance in the other environment. Among other things, this makes it possible to instantiate ...