RSL problems

Hi everyone,
I have a large-ish project that I'm working on in which I'd
like to make use of RSLs. I faithfully followed the directions
given in the "RSL example" section of the help files. This is what
I did and the result with which I did it:
compc -sp com/foo/bar -debug=false -o bin/mylib1.swc OPBase
Result: "Error: A file found in a source-path must have the
same package structure '', as the definition's package,
'com.foo.bar'.
When I tried deleting the package declaration from the file
defining the OPBase class (that is, the "package com.foo.bar"
part), the compc compiler worked, but my project would no longer
compile, complaining that "A file found in a source-path must have
the same package structure 'com.foo.bar', as the definition's
package, ''.
Thinking that I must be doing something wrong, I replicated
exactly the structure used in the "RSL example" page in the help
files,
only to get the same errors.
So, is this a bug or working as intended? Am I doing
something obviously wrong?

Hi everyone,
I have a large-ish project that I'm working on in which I'd
like to make use of RSLs. I faithfully followed the directions
given in the "RSL example" section of the help files. This is what
I did and the result with which I did it:
compc -sp com/foo/bar -debug=false -o bin/mylib1.swc OPBase
Result: "Error: A file found in a source-path must have the
same package structure '', as the definition's package,
'com.foo.bar'.
When I tried deleting the package declaration from the file
defining the OPBase class (that is, the "package com.foo.bar"
part), the compc compiler worked, but my project would no longer
compile, complaining that "A file found in a source-path must have
the same package structure 'com.foo.bar', as the definition's
package, ''.
Thinking that I must be doing something wrong, I replicated
exactly the structure used in the "RSL example" page in the help
files,
only to get the same errors.
So, is this a bug or working as intended? Am I doing
something obviously wrong?

Similar Messages

  • RSL problem in Flex3..

    Hi,
    I am new to Flex and need help to use Runtime Shared Library in my project.
    I am trying to create simple RSL Project, but it always gives me error when I try to run from my Tomcat Application Server :
    VerifyError: Error #1014: Class mx.core::Application could not be found.
         at flash.display::MovieClip/nextFrame()
         at mx.managers::SystemManager/deferredNextFrame()
    I am using simple ant-compc and ant-mxmlc to compile my library project and main project :
       <target name="build" depends="clean" >
            <compc output="${FLEX_CUSTOM}/bin/CustomLibrary.swc">
              <include-sources dir="${FLEX_SRC}" includes="*"/>
            </compc>
       </target>
      and..
      <target name="compile">
         <mxmlc file="${FLEX_SRC}/RSLExample.mxml"  output="${FLEX_DEPLOY_DIR}/RSLExample.swf">
              <load-config filename="${FLEX_HOME}/frameworks/flex-config.xml"/>
              <compiler.external-library-path dir="${FLEX_CUSTOM}/bin" append="true">
                    <include name="CustomLibrary.swc" />
              </compiler.external-library-path>
              <runtime-shared-libraries url="CustomLibrary.swf" />
         </mxmlc>
      </target>
    When I called from my Tomcat using 'localhost:8080/app', I always get this error. I also have copied 'framework_3.2.0.3958.swz' to  my deployment folder, but this problem is still there.
    Any ideas as to what I am doing wrong? I really need help about this..
    I really appreciate any help and suggestion ..
    Thx in advance,
    Andre

    Hi Natasha,
    Thank You for your help.. The problem in my project is that I am using URL and some parameters to call my 'app.swf' file.
    something like :   /app/flex/app.swf?server=http://localhost:8080/app&flexroot=/flex&lang=en_US
    I just now that I have to change '/' to '%2F' and ':' to '%3A' . I have changed that way and now it's working.
    This is silly mistake and I think I need to read more..
    Thx again for your reply..

  • RSL Problems with DataVisualization Components and Flex 3.4 SDK

    After discovering that the 3.4.1 SDK included with Flash Builder Beta 2 seems to be incomplete (missing the data visualization components and some of the signed swz files).
    I've attempted to install the latest official build SDK into Flash Builder 4 and I'm running into a problem with the RSLs for datavisualization.swz.  I did have to locate the datavisualization components on adobe.com an coppied them into the apporpiate directories.
    Error #2046: The loaded file did not have a valid signature.
    Failed to load RSL http://...com/flex/rsls/datavisualization_3.4.0.9271.swz
    Failing over to RSL http://...com/flex/rsls/datavisualization_3.4.0.9271.swf
    The app run fine but it isn't caching the RSLs.  Is this a known problem with attempting to use an older build of the SDK with Flash Builder or is there something else going on?  I previously was building this project with Flex 3.2 but I figured while I was at it to upgraded to the latest official 3.4 SDK.

    So I've added the suggested lines to the flex-config.xml and it doesn't help.  I had to alter the path to the swf and swz slightly to get it to match the pre-existing entry for the framework.swz so I have the following rsl entries in my config now:
      <runtime-shared-library-path>
          <path-element>libs/framework.swc</path-element>
          <rsl-url>framework_3.4.0.9271.swz</rsl-url>
          <policy-file-url></policy-file-url>
          <rsl-url>framework_3.4.0.9271.swf</rsl-url>
          <policy-file-url></policy-file-url>
       </runtime-shared-library-path>
      <runtime-shared-library-path>
          <path-element>libs/datavisualization.swc</path-element>
          <rsl-url>datavisualization_3.4.0.9271.swz</rsl-url>
          <policy-file-url></policy-file-url>
          <rsl-url>datavisualization_3.4.0.9271.swf</rsl-url>
          <policy-file-url></policy-file-url>
       </runtime-shared-library-path>
    If I have everything set to be merged into code or have the "Use local debug runtime shared libraries when debugging" checked then the message doesn't appear.  But the minute I attempt to load the swz from same directory as the app or crossdomain like previously I'm getting thie same basic message even with manually coping the swz to the output directory or having the checkbox for "Copy library to deployment path" box checked.
    Error #2046: The loaded file did not have a valid signature.
    Failed to load RSL datavisualization_3.4.0.9271.swz
    Failing over to RSL datavisualization_3.4.0.9271.swf
    I've verified that all the copies of the swz are exactly the same and that no corruption is taking place as all the copies of the swz have the same md5 of 8b3138326f85d4b5b1aae9866f3909c0.  I figured that 3.4 has been out long enough it would be a known issue is there was a problem with how the swz is signed and I'm unable to locate any such beug reports.  I can't be the 1st person to try loading 3.4's datavisualization components as an RSLs.
    The corresponding section of of .actionscriptProperties file for the RSL is currently this
    <libraryPathEntry index="4" kind="3" linkType="4" path="${PROJECT_FRAMEWORKS}/libs/datavisualization.swc" useDefaultLinkType="true">
       <crossDomainRsls>
         <crossDomainRslEntry autoExtract="true" policyFileUrl="" rslUrl="datavisualization_3.4.0.9271.swz"/>
         <crossDomainRslEntry autoExtract="true" policyFileUrl="" rslUrl="datavisualization_3.4.0.9271.swf"/>
       </crossDomainRsls>
    </libraryPathEntry>

  • RSL Error 3 of 3 - Is this problem to do with Flash Player?

    In trying to access sailing screens on www.sailonline.org I get the message "RSL Error 3 of 3", with the following at the foot of the page.
    "Flex Error #1001: Digest mismatch with RSL http://www.sailonline.org/static/windy/framework_3.5.0.12683.swf. Redeploy the matching RSL or relink your application with the matching library."
    There is discussion on this in the sailonline site, but the solutions suggested have not worked for me.  I see also similar being discussed elsewhere on internet.
    Does anyone know about this?

    "Flex Error"  would indicate that the problem lies within the SWF.
    A "workaround" that may work is listed here: https://success.salesforce.com/answers?id=90630000000gxC9AAI, but the posters also acknowledge that the problem is in the content and not the Player.

  • Very strange problem of flex3 RSL

    I can access static public variable of a class in a swf which
    is linked by Rutime Shared Library mode for a application,but when
    i invoke the static public function of the same class, Flex throw a
    Exception:"TypeError: Error #1006: showLoginRunDomain is not a
    function", i'm sure that i spell the function name valid and the
    code pass through the compiler ,is it a bug of flex3? any one have
    the same problem?

    any one help?

  • Problem in trigger when inserting in mtl_transactions_interface there is an added row

    hi,
    i have a problem in the trigger when i have a command of 2 lines and do a reception and insertion in table mtl_transactions_interface i found 3 lines, i didn't know where come the 3 row
    create or replace
    TRIGGER TOP_RCV_TRANSACTION_ACC_T2 AFTER
      INSERT ON PO.RCV_TRANSACTIONS FOR EACH ROW DECLARE
      CURSOR org_item_cur
      IS
        SELECT distinct organization_id,
          inventory_item_id
        FROM mtl_system_items_b
        WHERE inventory_item_id=
          (SELECT distinct item_id
          FROM rcv_shipment_lines
          WHERE shipment_line_id=:new.shipment_line_id
          CURSOR item_cur
          IS
          select distinct  RSL.item_id
    from
      RCV_SHIPMENT_HEADERS RSH
      ,RCV_shipment_lines RSL
      where :new.shipment_header_id=RSH.shipment_header_id
      and RSH.shipment_header_id=RSL.shipment_header_id;
      X_att_item      VARCHAR2(10);
      X__bc_ot        VARCHAR2(10);
      X_sum_qty       NUMBER;
      X_receipt_num   VARCHAR2(30);
      X_count_article NUMBER;
      X_item_org      NUMBER;
      X_org_id        NUMBER;
      X_serial_number NUMBER;
      X_dec_dou varchar2(100);
      X_DAE varchar2(100);
      X_LOCATOR_ID  NUMBER;
      X_ITEM_REVISION varchar2(3);
      X_ITEM_ID NUMBER ;
      X_PO_NUMBER VARCHAR2(20) ;
    BEGIN
    FOR item_rec IN item_cur
          LOOP
      IF (:new.transaction_type='DELIVER' and :new.organization_id=83 and (item_rec.item_id=61305 or item_rec.item_id=61306)) THEN
        SELECT distinct receipt_num
        INTO X_receipt_num
        FROM RCV_SHIPMENT_HEADERS
        WHERE shipment_header_id=:new.shipment_header_id;
    SELECT COUNT(*)
        INTO X_count_article
        FROM mtl_system_items_b
        WHERE inventory_item_id=
          (SELECT distinct item_id
          FROM rcv_shipment_lines
          WHERE shipment_line_id=:new.shipment_line_id
          --récupérer le numéro de commande à partir de la table PO_HEADERS_ALL
        select distinct PHA.segment1 
        into X_PO_NUMBER
        from PO_HEADERS_ALL PHA
        where PHA.PO_HEADER_ID=:new.PO_HEADER_ID;
         -- Récupérer la révision de l'article
          select distinct ITEM_REVISION
          into X_ITEM_REVISION
          from rcv_shipment_lines
          WHERE shipment_line_id=:new.shipment_line_id;
        IF (X_count_article > 1) THEN
          FOR org_item_rec IN org_item_cur
          LOOP
            IF (org_item_rec.organization_id=83 and(org_item_rec.inventory_item_id =61305 or org_item_rec.inventory_item_id =61306) ) THEN
              INSERT into inv.mtl_transactions_interface
                  transaction_interface_id,
                  SOURCE_CODE,
                  SOURCE_LINE_ID,
                  SOURCE_header_ID,
                  PROCESS_FLAG,
                  TRANSACTION_MODE,
                  INVENTORY_ITEM_ID,
                  REVISION,
                  ORGANIZATION_ID,
                  SUBINVENTORY_CODE,
                  TRANSACTION_QUANTITY,
                  TRANSACTION_UOM,
                  TRANSACTION_DATE,
                  TRANSACTION_TYPE_ID,
                  TRANSACTION_REFERENCE,
                  TRANSACTION_COST,
                  LAST_UPDATE_DATE,
                  LAST_UPDATED_BY,
                  CREATION_DATE,
                  CREATED_BY,
                  lock_flag,
                  transaction_source_name,
                  transaction_source_type_id,
                  Flow_Schedule,
                  Scheduled_Flag,
                  distribution_account_id ,
                  LOCATOR_ID
                VALUES
                  mtl_transactions_interface_s.nextval,
                  'INTERFACE',
                  0,
                  0,
                  1,
                  3,
                  org_item_rec.inventory_item_id,
                  X_ITEM_REVISION,
                  161,
                  'CENTRAL001',
                  :new.quantity,
                  :new.uom_code,
                  sysdate,
                  202,
                   X_PO_NUMBER,
                    :new.po_unit_price,
                  sysdate,
                  :new.LAST_UPDATED_BY,
                  sysdate,
                  :new.LAST_UPDATED_BY,
                  2,
                  X_receipt_num,
                  13,
                  'Y',
                  2,
                  347783,
                  :new.attribute1
            END IF;
          END LOOP;
          if org_item_cur%ISOPEN then
            close org_item_cur;
            end if;
    END IF;
      END IF;
       END LOOP;
    END;
    please help me and give me solutions to localisate the problem?

    This trigger will fire at the time of every PO receipt and receiving transactions such as Accept, Reject, Deliver, RTV etc.
    May be you forgot to put a WHEN clause in Trigger.

  • Flash profiling of memory after clearing cache of home-made rsl files

    I have a question about the flash memory profiling tools.
    Once I have completely loaded a swf file into my browser, complete with multiple home-made gigantic RSLs (not flex swzs), the memory footprint of my application is small; I have not instantiated any of the objects in the RSL files.  However, as stated earlier, the RSLs are very big files; full of embedded assets.
    If I clear my browser cache, those gigantic RSL files are deleted.
    Then, when I use my flash app to create objects from the RSL, flash profiler shows my memory footprint increase.  That makes sense; I just made some large objects.
    But from where did flash load those objects? 
    I deleted the RSL files.
    The flash profiler showed I was using hardly any memory, suggesting that the class files were not loaded into memory already.
    Are the files kept in a secondary file cache?  Is there a second memory cache?  Can I profile its size?

    1. No. and the main footprint of a bitmap is probably is per-instance so the instance cost is probably what you're interested in.  Anything embedded is also a class and the first time you access the class the Class category should go up by a bit.
    2.  When your app requires an RSL, the SWF for the RSL is loaded into memory (in a buffer you can't see from the profiler), expanded and parsed (into even more memory that you can't see from the profiler).  Then as you access classes from the RSL, the profiler should show growth in the Class, Object and Function.  If you statically link just the code you need, the amount of memory to load the SWF and parse it will be smaller since it doesn't need space for classes you won't need, but after that it is the same.  The advantage of the RSL is that most folks end up using 200K or more from the RSLs so that's a download cost you pay the first time you run the app.  The Flex RSLs are pretty well deployed so your chances of having savings is pretty good.  Private RSLs for your app will do no good unless there is another app on the same domain that uses the RSLs.  See the modules presentation on my blog for more info
    3.  The profiler does not show System.totalMemory.  Even that number isn't the whole measure.  We're currently fans of PrivateBytes to measure total weight of the app.  But it depends on what problem you're trying to solve.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • RSL Caching not working in Flash Player

    We have built a Flex application compiled into an swf file that uses RSL linkage for the different framework libraries it needs. This has been done to reduce the size of the swf file. We are using the URL of the signed version of the library while building the application. The online documentation suggests that the signed SWZ files are cached by the flash player, so that they are not downloaded every time they are required. The swf file is embedded in a PDF file. Our observation is that when we run the Flex application by opening the PDF file in Adobe reader, the RSLs are not getting cached in the Flash player. If we disable the network connection on the computer that opens the PDF file, the Flex application dosen't load. Is this the expected behavior? Or are we missing something? Although if we open this this FLEX application in browser, it works fine.
    Is there a way in which we can maintain RSL caching in flash player, so that the PDF can be opened in the offline mode as well.
    We welcome your suggestions on this.

    Hi Alex,
    Thanks for your response. Our application uses framework RSL at:
    http://fpdownload.adobe.com/pub/swz/flex/4.6.0.23201/framework_4.6.0.23201.swz
    We discovered today that the problem occurs when we open the PDF in Adobe reader 11 in offline mode. When we opened this PDF in Adobe Reader 10, it works in offline mode as well. I believe there are some differences in the way Flash integrates with Adobe Reader 11: that it uses the system Flash player instead of an embedded one. Not sure if this is the cause of the issue, and if so how to resolve. Any help would be much appreciated.
    Thanks

  • Flex RSL issue with SDK version change?

    Hi Friends!
         I am facing very crucial common problem when using Flex RSL feature.
    Problem:  My Custom component library is compiled with Flex 3.0 and more than 50 applications are using it. Now some of our new applications needs to use the features from Flex 3.2 SDK(like increased control width and height) and those controls should also be in same library.
    So, the library should be common for application which are using 3.0 as well as 3.2.
    My requirement is
    "Without recompiling all Flex 3.0 applications, I need to run both Flex 3.0 and 3.2 applications using library compiled in Flex 3.2"
    now I am getting some errors like,
         Error #1063: Argument count mismatch on mx.core::CrossDomainRSLItem()  -- from systemmanager
         VerifyError: Error #1053 -- mx.managers.SystemManagerProxy.
         ReferenceError: Error #1065: Variable _*_mx_managers_SystemManager
    Is it possible to win this?
    I hope flex is having backward compatibility.
    Please help me on this.
    Thanks,
    Ananth.

    The only cross-version compatibility is called the Marshall Plan.  It is described on the open source wiki and on my blog.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • Fiexed! AIR 3.7 on ios load packaged swf problem

    I have fixed this, thanks. It's because this:
    <mxmlc file="${SOURCE_DIR}/${APP_NAME}.${APP_EXTENSION}"
    output="${OUTPUT_DIR}/${APP_NAME}.swf"
    static-rsls="true" It's the problem
    accessible="true"
    configname="air"
    debug="${DEBUG_FLAG}"
    failonerror="true"
    fork="true"
    maxmemory="512m">
    Hi, nice guys
    Thanks for your time to watch my proble!
    I'm develop IOS App by AIR 3.7. I have seen this about load swf http://blogs.adobe.com/airodynamics/2012/11/09/packaging-and-loading-multiple-swfs-in-air- apps-on-ios/  . Everything works fine in debug mode, but when I release it , everything is gone.
    I'm using AIR 3.7 in GPU renderer mode, and load SWF with some code. I have add LoaderContext.
    var l:LoaderContext=new LoaderContext(false, ApplicationDomain.currentDomain);
    l.allowCodeImport=true;
    When I debug in Fast mode, everything is ok, in Standard mode package get the Errors:
    Error occurred while packaging the application:
    java.lang.NegativeArraySizeException
              at com.adobe.air.ipa.SWFUtils.read(SWFUtils.java:205)
              at com.adobe.air.ipa.SWFUtils.inspect(SWFUtils.java:250)
              at com.adobe.air.ipa.SWFUtils.<init>(SWFUtils.java:181)
              at com.adobe.air.ipa.SWFSplitter.main(SWFSplitter.java:68)
    Exception in thread "main" com.adobe.air.InvalidInputException: Invalid input. Not a valid swf file
              at com.adobe.air.ipa.SWFSplitter.main(SWFSplitter.java:105)
    Compilation failed while executing : ADT
    When I use a empty project to load a test swf, get the Error:
    Main Thread (Suspended: Error: Error #3747: Multiple application domains are not supported on this operating system.)
    Anybody know how to fix this ?
    Thanks!

    i have same problem. but i did not understand where is this code? where should i look?
    """<mxmlc file="${SOURCE_DIR}/${APP_NAME}.${APP_EXTENSION}"
    output="${OUTPUT_DIR}/${APP_NAME}.swf"
    static-rsls="true" It's the problem
    accessible="true"
    configname="air"
    debug="${DEBUG_FLAG}"
    failonerror="true"
    fork="true"
    maxmemory="512m">""""

  • Benefits of using an RSL in an AIR application?

    I understand the general benefits of using a RSL in a web-based application.  That is, when a RSL is not merged into the code, it provides a quicker download.  Also, a RSL can be edited without recompiling the main application.  I am correct so far?
    But my main question is what benefits does a RSL serve when it is used in an AIR application?  The RSL would be downloaded when they initiate the AIR installer, so the “quick” download benefit wouldn’t be available.  The only benefit I see, and please correct me if you see any other, is if a developer is using a RSL instead of directly embedding an asset into the code to provide a quicker compile time, eg:
    <mx:Button label="Icon Button" icon="@Embed(source='c:/myapp/assets/logo.gif')"/>

    ArchWiki wrote:Obviously, an external journal is only effective if the journal and its file system exists on separate physical devices.
    That's the problem, I don't know if there's any benefit to having a separate journal partition on the same device, which all the other partitions use. Would localizing journal writes to one partition improve performance, or just create a single-point-of-failure hazard?

  • Air application loading flex applications(no Air) with flex linked as RSL.

    Hello
    I am trying to make an AIR application which loads number of flex applications(no AIR). The subapplications are using the Flex SDK as a RSL, and each of them can use different version of the SDK.
    The problem is that the subapplicationsare trying to load the needed SDK from local filesystem, which they are not permited.
    public class CrossDomainRSLItem extends RSLItem
         override public function load(progressHandler:Function,
                                      completeHandler:Function,
                                      ioErrorHandler:Function,
                                      securityErrorHandler:Function,
                                      rslErrorHandler:Function):void

    Hi again.
    Is there any way to reliably edit the trust files with AIR application?
    As I see it we have to make the user to add our folder to the trusted locations, or to use some application which can find and write in the FlashPlayerTrust (native for the specific OS installer for example.). (even finding this directory with an AIR application seems not 100% reliable).
    Thanks in advance for you help.
    Ps: Right now I am trying to patch this.
    I compiled some sub-applications using custom preloader class(the controlling class, not the UI), where I removed the RSL loading. After that in an ApplicationDomain I load all the RSLs with loaders. After that I load the sub-application in the same domain. On paper this should work, but the sub-application can't find the classes from the RSLs(the first exeption is that there is no definition for spark.components.Application)

  • Sudden problem with Flash Player right now?

    Hello,
    we're currently got a problem with our Flash video player suddenly stopped working, just this evening. We havent touched it anything in a few days, and now suddenly our player does not start. The debug-version of the player outputs this:
    Warning: 'flash' has no property 'prototype'
    Error #2046: The loaded file did not have a valid signature.
    Failed to load RSL http://fpdownload.adobe.com/pub/swz/flex/4.0.0.10485/textLayout_4.0.0.10485.swz
    Failing over to RSL textLayout_4.0.0.10485.swz
    Warning: Ignoring 'secure' attribute in policy file from http://fpdownload.adobe.com/pub/swz/crossdomain.xml.  The 'secure' attribute is only permitted in HTTPS and socket policy files.  See http://www.adobe.com/go/strict_policy_files for details.
    Error #2046: The loaded file did not have a valid signature.
    This player have been working perfectly fine for multiple browsers/OS'es/people the last week,and now suddenly this evening we suddenly get this problem, without any changs from our end (our player checksum matches the known file).
    Any ideas, what is going on here?
    Best regards
    Johan

    Hi, I just noticed your thread. There may be info on one of these forums. I have not seen any report of Flash Player issues here and I was on line late last night.
    http://forums.adobe.com/community/flex
    There are several forums listed there.
    Thanks,
    eidnolb

  • RSL Digest error 1001 - only effects 10-15% of our users

    We recently deployed an updated version of a Flash application on website, using the same sdk as for previous versions.
    However, now some users report they cannot load the application and are getting error 1001 reporting that the digest entries do not match for the RSL "framework_3.5.0.12683.swf".
    We used this same library compiled as an RSL with the previous version of our application,  which all could access just fine.
    What I really cannot understand is why only a minority of our users would experience this problem (and most either have up to date plugins etc, or updated to latest version in attempting to get the new application to work), while most can access the application just fine.
    THe only thing that really changed was we now use the swfobject method to embed the flash content, previously we had been using the AC_OETags.js to embed the Flash content...
    Of the users who are effected by this, some ar on Windows, some Mac - and all different browsers to - so there is no pattern whatso-ever to help identify the problem...
    We use Flex SDK 3.5 (but I have Flash Builder set to compile against 4.1 using compatibility mode 3.5) and this is not new this release... (I like being able to access the ASDoc from within FB ;-) )
    Any help much appreciated - thanks in advance,
    Aaron

    Hi Aaron,
    Would you mind reposting this question over on the Flex forums?  This forum is more geared for end users.  In particular, you might want to take a look (or post on) the following thread:
    RSL Error 1001
    I suspect Darrell Loverin would be a good person to ask as he implemented the RSL feature in Flex 3.
    Thanks,
    Chris

  • RSL caching in Flash Player not working.

    We have built a Flex application compiled into an swf file that uses RSL linkage for the different framework libraries it needs. This has been done to reduce the size of the swf file. We are using the URL of the signed version of the library while building the application. The online documentation suggests that the signed SWZ files are cached by the flash player, so that they are not downloaded every time they are required. The swf file is embedded in a PDF file. Our observation is that when we run the Flex application by opening the PDF file in Adobe reader, the RSLs are not getting cached in the Flash player. If we disable the network connection on the computer that opens the PDF file, the Flex application dosen't load. Is this the expected behavior? Or are we missing something? Although if we open this this FLEX application in browser, it works fine.
    Is there a way in which we can maintain RSL caching in flash player, so that the PDF can be opened in the offline mode as well.
    We welcome your suggestions on this.

    Hi Alex,
    Thanks for your response. Our application uses framework RSL at:
    http://fpdownload.adobe.com/pub/swz/flex/4.6.0.23201/framework_4.6.0.23201.swz
    We discovered today that the problem occurs when we open the PDF in Adobe reader 11 in offline mode. When we opened this PDF in Adobe Reader 10, it works in offline mode as well. I believe there are some differences in the way Flash integrates with Adobe Reader 11: that it uses the system Flash player instead of an embedded one. Not sure if this is the cause of the issue, and if so how to resolve. Any help would be much appreciated.
    Thanks

Maybe you are looking for

  • How to open my Ireport in new browser tab window

    hi I'm using Jdev v 11.1.2.3.0 Isucced in conneting and calling (ireport) generated report from my adf application in pdf file format All what I want to do now is to call or open the report in browser tab window I can call it in the same tab window u

  • How to go for some customize change in SAP Std.

    Hi all, I have to hide some in F-47 and other operation in some fields. My question is how to go for enhancing a SAP std. and how to identify the exits in which the code is to be return and how to activate that exit. Pls help me with the steps. Thank

  • How can I watch 1920x1080 60p video in the iPad?

    Background - I recently purchased a Sony Camcorder.  It records in AVCHD format 1920x1080 60p.  I have converted the AVCHD format to .mov using clip wrap but I cannot sync the file to my iPad 3 with iTunes probably because the iPad can only play up t

  • Administrator API: Login to specific instance with username, password

    1) How do I login to a specific instance of ColdFusion administrator with a username and password.  The example I see everywhere is variations of: adminObj = createObject("component","cfide.adminapi.administrator"); adminObj.login("password"); which

  • Basic Questions about Genius Mixes vs Genius Playlists

    I'm new to the Genius feature of iTunes, and I would just like a clarification. Please confirm and deny this basic understanding of what I think I've learned about how Genius works. In another thread that I read, I think that it was mentioned that th