• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Flex 3.6 RSL

New Here ,
Mar 29, 2017 Mar 29, 2017

Copy link to clipboard

Copied

I configured a mxml copilation for use RSL, but the SWF decompiled still the library scripts

Consider the below picture:

decompiler.swf.jpg

In the flex-config.xml I used:

<runtime-shared-library-path>

    <path-element>libs/datavisualization.swc</path-element>

    <rsl-url>/mge/flex/lib/datavisualization.swz</rsl-url>

    <policy-file-url/>

    <rsl-url>/mge/flex/lib/datavisualization.swf</rsl-url>

    <policy-file-url/>

</runtime-shared-library-path>

<runtime-shared-library-path>

  <path-element>libs/rpc.swc</path-element>

  <rsl-url>/mge/flex/lib/rpc.swz</rsl-url>

  <policy-file-url/>

  <rsl-url>/mge/flex/lib/rpc.swf</rsl-url>

  <policy-file-url/>

</runtime-shared-library-path>

<runtime-shared-library-path>

    <path-element>c:/compiler/flex-apis/utlils.swc</path-element>

    <rsl-url>/myapp/libs/utlils.swf</rsl-url>

    <policy-file-url/>

  </runtime-shared-library-path>


I verified the "path-element", It is a correct absolute path
"rsl-url" is ok too (http://localhost/myapp/libs/utlils.swf -> HTTP 200)

Compiler line command:

mxmlc -compiler.external-library-path=c:/compiler/flex-apis/utlils.swc,../frameworks\libs\framework.swc,../frameworks\libs\player\10\playerglobal.swc -static-link-runtime-shared-libraries=false  c:\workspace\TestProject\src\Cleverson.mxml

Views

361

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

New Here , Mar 30, 2017 Mar 30, 2017

I found the problem
The preloader!

Votes

Translate

Translate
New Here ,
Mar 30, 2017 Mar 30, 2017

Copy link to clipboard

Copied

LATEST

I found the problem
The preloader!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines