0

Flex 4.1を使用してアプリケーションを作成し、application.swf のサイズを縮小するために、小さな swf ファイルを生成するRSL へのフレームワーク リンクを設定しました。RSL について私が読んだように、クライアントは最初に SWZ ファイルをダウンロードし、キャッシュして使用しますが、Flash Player 11 で swz ファイルがキャッシュされず、アプリケーションが毎回それらをダウンロードするという問題に直面しました。それについてアドバイスをお願いします。これは Flash Player のバージョンに関連していますか?

 these are the files Names textLayout_1.1.0.604.swz,textLayout.swc,framework_4.1.0.16076.swz,fra mework.swc
  here is how I added the links in the flex-config.xml.

 ===================================================================== ==========

<runtime-shared-library-path>
                <path-element>libs/textLayout.swc</path-element>
                <rsl-url>https://ibill.mobily.com.sa/Libs/textLayout_1.1.0.604.swz</rsl-url>
                <policy-file-url>https://ibill.mobily.com.sa/crossdomain.xml</policy-file-url>
                <rsl-url>textLayout_1.1.0.604.swz</rsl-url>
                <policy-file-url></policy-file-url>
      </runtime-shared-library-path>

<!-- OSMF SWC -->
<runtime-shared-library-path>
                <path-element>libs/osmf.swc</path-element>
                <rsl-url>https://ibill.mobily.com.sa/Libs/osmf_flex.4.0.0.13495.swz</rsl-url>
                <policy-file-url>https://ibill.mobily.com.sa/crossdomain.xml</policy-file-url>
                <rsl-url>osmf_flex.4.0.0.13495.swz</rsl-url>
                <policy-file-url></policy-file-url>
      </runtime-shared-library-path>

<!-- Framework SWC -->
      <runtime-shared-library-path>
                <path-element>libs/framework.swc</path-element>
                <rsl-url>https://ibill.mobily.com.sa/Libs/framework_4.1.0.16076.swz</rsl-url>
                <policy-file-url>https://ibill.mobily.com.sa/crossdomain.xml</policy-file-url>
                <rsl-url>framework_4.1.0.16076.swz</rsl-url>
                <policy-file-url></policy-file-url>
      </runtime-shared-library-path>

<!-- Spark SWC-->
         <runtime-shared-library-path>
                <path-element>libs/spark.swc</path-element>
                <rsl-url>https://ibill.mobily.com.sa/Libs/spark_4.1.0.16076.swz</rsl-url>
                <policy-file-url>https://ibill.mobily.com.sa/crossdomain.xml</policy-file-url>
                <rsl-url>spark_4.1.0.16076.swz</rsl-url>
                <policy-file-url></policy-file-url>
      </runtime-shared-library-path>

<!-- Sparkskins SWC-->
         <runtime-shared-library-path>
                <path-element>libs/sparkskins.swc</path-element>
                <rsl-url>https://ibill.mobily.com.sa/Libs/sparkskins_4.1.0.16076.swz</rsl-url>
                <policy-file-url>https://ibill.mobily.com.sa/crossdomain.xml</policy-file-url>
                <rsl-url>sparkskins_4.1.0.16076.swz</rsl-url>
                <policy-file-url></policy-file-url>
      </runtime-shared-library-path>

      <!-- RPC SWC -->
      <runtime-shared-library-path>
                <path-element>libs/rpc.swc</path-element>
                <rsl-url>https://ibill.mobily.com.sa/Libs/rpc_4.1.0.16076.swz</rsl-url>
                <policy-file-url>https://ibill.mobily.com.sa/crossdomain.xml</policy-file-url>
                <rsl-url>rpc_4.1.0.16076.swz</rsl-url>
                <policy-file-url></policy-file-url>
      </runtime-shared-library-path>

=================================================

前もって感謝します。

4

0 に答える 0