JPEGEncoderOptions未定义

Chr*_*ris 2 apache-flex air actionscript-3 flex4.5

在AIR 3.5中运行以下代码时,我收到运行时错误,即JPEGEncoderOptions是一个未定义的变量:

rawBitmapData.encode(rawBitmapData.rect, new JPEGEncoderOptions(), rawByteArray);
Run Code Online (Sandbox Code Playgroud)

Glu*_*uip 5

确保sdk中的以下文件在文件夹\ yoursdk\frameworks中是最新的

air-config.xml flex-config.xml airmobile-config.xml

更新此:

<target-player>11.5</target-player>
<swf-version>18</swf-version>
Run Code Online (Sandbox Code Playgroud)

这可确保您的运行时是最新的请参阅:将Adobe Air 3.3 SDK与Flash Builder一起使用