Perf: Having 60 instances of almost empty .swf file - in IE 7 - lead to CPU perf problems

Hello there,
I have an almost empty swf file (it had controls but in the
process of debugging we stripped them out) no code. I am playing 60
instances of it in my web page.
in IE 7 (and WindowsXP/server) the CPU utilization (open task
manager) - goes to 20% and STAYS THERE. (which is really bad,
because the page is idel - nothing is happening and the machine
perf goes doen)
Is this a known issue? - Is there anything in the settings I
can change?
Cheers
-Maged

Hello there,
I have an almost empty swf file (it had controls but in the
process of debugging we stripped them out) no code. I am playing 60
instances of it in my web page.
in IE 7 (and WindowsXP/server) the CPU utilization (open task
manager) - goes to 20% and STAYS THERE. (which is really bad,
because the page is idel - nothing is happening and the machine
perf goes doen)
Is this a known issue? - Is there anything in the settings I
can change?
Cheers
-Maged

Similar Messages

  • Need to reference controls in an Empty swf file ?

    The current beta 2 of FABridge requires you to reference any
    Flash controls you might want to create dynamically via Javascript
    in the Empty .swf file first (the example just uses an array to
    create a reference to each control). Trouble is, if you want to
    have a generic .swf file that you use for different purposes with
    different controls, referencing all the possible controls will make
    the .swf file unnecessarily large (which affects download
    performance etc.) - can Adobe confirm whether the final release
    will still require you to reference controls in the .swf beforehand
    or can controls be referenced dynamically as they are needed ?
    Thanks

    Can you provide code on how I can create a loop?
    I'm not getting any error when calculating sum.
    Here is what I'm trying to do, lets say I have two checks:
    CHK1
    Amount:200.00
    Status: Issued
    CHK2
    Amount: 500.00
    Status: Void
    When calculatiing the tota for the checksl, I should see the total as 200 only because, the Check2 has been voided and it is considered zero.
    I tried the following ways and it did not work:
    Sum(OutboundPayment[OutboundPayment/PaymentStatus/Code=’ISSUED’]/PaymentAmount /Value)
    I tried another way and even this did not work:
    decode(PaymentStatus/Code, 'VOID', ‘0’, PaymentAmount/Value*100)
    Please help!!!!!!

  • Empty SWF Files

    I have published several Captivate 2 projects as tutorials on
    a web page, and they have worked fine. I recently (Friday)
    installed Acrobat 8 on my pc, and today, when I attempted to
    republish a project that I had made some changes to, the Captivate
    created the .htm file just fine, and then went through the process
    to create the .swf. However, the .swf file was empty. I have
    uninstalled Acrobat 8 and restarted my pc, but the trouble
    persists. Has anyone had this experience? What caused it, and how
    did you fix it? I am publishing to Flash (SWF), writing the files
    to local drive; I have "Export HTML" checked (and no other output
    option checkboxes) and have tried separately with Flash 6, 7, and
    8.
    In addition to installing (the subsequently un-installed)
    Acrobat 8 on Friday, I had also installed Ad-Aware and Spybot
    (actually, our support group did this). Would either of these
    applications affect the generation of the .swf files? I'm getting
    pretty panicked about now. -- Thanks, Linda

    We discovered that the windows ftp program used to upload the files messed them up. Probably transfer as text or something.

  • Error ORABPEL-10902 compilation failed, for an almost empty bpel  file

    Thank you for reading my post
    I have a problem with a bpel process in Oracle SOA suite 10.1.3.1 and its compliance jdeveloper (10.1.3.1).
    when i try to compile the appliaction and deploy it to server it returns and error which i include in this message.
    Here is the bpel file
    <process name="Puchase_Request" abstractProcess="no"
             enableInstanceCompensation="no" suppressJoinFailure="no"
             targetNamespace="www.testi.com"
           xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
             xmlns:xsd="http://www.w3.org/2001/XMLSchema"
             xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
             xmlns:ns1="http://testi2.com/"
             xmlns:ns2="www.testi.com"
             xmlns:ns3="www.testi.com" >
                  </process>and here is the error message it returns
    Problem is that i get an error like :
    Error:
    [Error ORABPEL-10902]: compilation failed
    [Description]: in "F:\appplication\bpel\Puchase_Request.bpel", XML parsing failed because "".
    [Potential fix]: n/a.
    Does any one faced such problem?

    Hi
    I too got similar problem
    [Error ORABPEL-10902]: compilation failed
    [Description]: in "bpel.xml", XML parsing failed because "undefined part element.
    In WSDL at "file:/C:/JDeveloper/jdev/mywork/CICWorkSpace/CICBPEL/bpel/CICBPEL.wsdl", message part element "{http://xmlns.oracle.com/orchestration}confirmationMessage" is not defined in any of the schemas.
    Please make sure the spelling of the element QName is correct and the WSDL import is complete.." [Potential fix]: n/a.
    WSDL
    =====
    <definitions
    name="CICBPEL"
    targetNamespace="http://xmlns.oracle.com/CICBPEL"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:ns4="http://www.1sync.org"
    xmlns:ns1="http://www.globalcompany.com/ns/sales"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:ns3="http://xmlns.oracle.com/pcbpel/adapter/db/top/CICSPECIFIC"
    xmlns:ns2="http://xmlns.oracle.com/orchestration"
    xmlns:ns5="http://xmlns.oracle.com/pcbpel/adapter/db/top/selectmsg"
    xmlns:client="http://xmlns.oracle.com/CICBPEL"
    >
    <types>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns4="http://www.1sync.org" xmlns:ns1="http://www.globalcompany.com/ns/sales"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:ns3="http://xmlns.oracle.com/pcbpel/adapter/db/top/CICSPECIFIC"
    xmlns:ns5="http://xmlns.oracle.com/pcbpel/adapter/db/top/selectmsg" xmlns:ns2="http://xmlns.oracle.com/orchestration"
    xmlns:client="http://xmlns.oracle.com/CICBPEL">
    <xsd:import namespace="http://www.1sync.org" schemaLocation="CatalogueItemConfirmationProxy.xsd"/>
    <xsd:import namespace="http://xmlns.oracle.com/CICBPEL" schemaLocation="CICBPEL.xsd"/>
    <xsd:import namespace="http://xmlns.oracle.com/orchestration" schemaLocation="CanonicalConfirmationMessageSchema.xsd"/>
    </xsd:schema>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns4="http://www.1sync.org"
    xmlns:ns1="http://www.globalcompany.com/ns/sales" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:ns3="http://xmlns.oracle.com/pcbpel/adapter/db/top/CICSPECIFIC" xmlns:ns2="http://xmlns.oracle.com/orchestration"
    xmlns:ns5="http://xmlns.oracle.com/pcbpel/adapter/db/top/selectmsg" xmlns:client="http://xmlns.oracle.com/CICBPEL">
    <xsd:import namespace="http://xmlns.oracle.com/pcbpel/adapter/db/top/selectmsg" schemaLocation="selectmsg_table.xsd"/>
    </xsd:schema>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns4="http://www.1sync.org"
    xmlns:ns1="http://www.globalcompany.com/ns/sales" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:ns3="http://xmlns.oracle.com/pcbpel/adapter/db/top/CICSPECIFIC" xmlns:ns5="http://xmlns.oracle.com/pcbpel/adapter/db/top/selectmsg"
    xmlns:ns2="http://xmlns.oracle.com/orchestration" xmlns:client="http://xmlns.oracle.com/CICBPEL">
    <xsd:import namespace="http://xmlns.oracle.com/pcbpel/adapter/db/top/selectmsg" schemaLocation="message.xsd"/>
    <xsd:import namespace="http://xmlns.oracle.com/orchestration" schemaLocation="CanonicalConfirmationMessageSchema.xsd"/>
    </xsd:schema>
    </types>
    <message name="CICBPELRequestMessage">
    <part name="payload" element="ns5:M4uDmdMessagesCollection"/>
    </message>
    <message name="CICBPELResponseMessage">
    <part name="payload" element="ns4:envelope"/>
    </message>
    <message name="canonical_CICMessage">
    <part name="payload" element="ns2:confirmationMessage"/>
    </message>
    <portType name="CICBPEL">
    <operation name="initiate">
    <input message="client:CICBPELRequestMessage"/>
    </operation>
    </portType>
    <portType name="CICBPELCallback">
    <operation name="onResult">
    <input message="client:CICBPELResponseMessage"/>
    </operation>
    </portType>
    <plnk:partnerLinkType name="CICBPEL">
    <plnk:role name="CICBPELProvider">
    <plnk:portType name="client:CICBPEL"/>
    </plnk:role>
    <plnk:role name="CICBPELRequester">
    <plnk:portType name="client:CICBPELCallback"/>
    </plnk:role>
    </plnk:partnerLinkType>
    </definitions>
    I dont understand the problem

  • Loading swf file

    I'm having trouble with loading a swf file in my flash. I am buidling a flash website where I have a lot different sections.
    Main file: index.swf where i have main buttons and an UILoader.
    now i want to load my homepage in the UILoader so I set the UILoader source to homepage/index.swf
    The homepage loads no errors but as soon as I add some actionscript anything (declare one variable) i get this error
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at index_fla::MainTimeline/index_fla::__setProp_loaderr_Scene1_loader_1()
    at index_fla::MainTimeline$iinit()
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at index_fla::MainTimeline/index_fla::frame1()
    Anybody can help? I search everywhere. I and only ever write on forums when Im hopeless

    The 1009 error indicates that one of the objects being targeted by your code is out of scope.  This could mean that the object....
    - is not in the display list
    - doesn't have an instance name (or the instance name is mispelled)
    - does not exist in the frame where that code is trying to talk to it
    - is animated into place but is not assigned instance names in every keyframe for it
    - is one of two or more consecutive keyframes of the same objects with different names assigned.
    If you go into your Publish Settings Flash section and select the option to Permit debugging, your error message should have a line number following the frame number which will help you isolate which object is involved.

  • Handel swf files in PDF

    I’m having trouble to scale my swf file in the pdf I want to place it in. There is no problem placing it and adjusting the file while not playing, but as soon as it’s started it goes back to it's original size.  Is it possible to scale a swf file at all? The swf file is also constant in size when stared, even if I’m zooming in the pdf the swf files size is consistent and it won’t zoom in nor out. Is there a way I can make the swf file change with the surrounding pdf file? I need to fix the swf files proportions in relation to the pdf file it is placed in. I’m really great full for any answers.

    It depends how the SWF file is decalring it's stage scaling mode. SWFs can zoom to fit whatever rectangle they're in, or play at a fixed size - but the decision is made within the SWF via ActionScript, not within the host application.

  • Trouble with SWF files in Keynote 3

    I am working in Keynote for the first time and having trouble bringing in a .swf file. I am having to use a Windows XP box to build the flash file and then moving them over to a Mac to drop into Keynote. I have Keynote 3 and have QuickTime Version 7.0.4 installed. I'm running OS 10.3.9.
    When I drop the .swf file onto the slide I am getting a small filmstrip looking icon with a question mark on it. Any ideas on what I have done wrong and need to do?
    I have published out with Flash using Flash Player 8, 7, and 6 settings. Nothing works.
    second question after I resolve this one is can I make the flash background transparent?
    Thank you for any help or assistance.

    Actually, some of the newer formats work, but it's hit or miss. I know you have to make sure that you don't havea compress movie checked when you save out as a swf from Flash, that seems to make more of the newer versions work with QT and Keynote.

  • Loading class from an external .swf file

    Hi,
    My flash application has lots of resources which will change all the time. In order to keep the the user from having to download my main .swf file over and over again, and in order to keep the main file's size low, I would like to put the resources into separate .swf files and load them dynamically from a url using a Loader.
    Once downloaded I would like to extract the classes that are in the resource swf and use them in the main swf. Can anyone share some code for doing this? Note that I am not just interested in using a symbol from the resource swf. I would like to use a class, with all of its methods and everything, and my main swf does not contain the class definition. Only the resource swf does.
    Thanks!!

    This is a great question for flash programming.
    And when you know the answer to this, you are likely to use it on daily basis like the top level programmers  of an agency.
    ApplicationDomain is your answer and the adobe docs has a chapter on this.
    ApplicationDomain is where all of your classes will be loaded into and when you use a loader you have the ability to target this with the laoderContext.
    AplicationDomain.currentDomain loads all classes into the main app and if your main app already has these classes, then the app uses the parents classes
    new Application.Domain() specifies a seperate repo of classes that are loaded in so that classes in the main app will not be confused by the classes in a loaded swf. that refer to the same names.
    this locks down the communication between the swfs but will use the newer updated classes on the child when a child is loaded in with the same class names as the parents.
    new ApplicationDomain(currentDomain)  will enclose a new repo with the parent repo of the class definitions.

  • Cp5 very slow to import even tiny SWF files

    I am using Captivate 5.0.2 on 64-bit Windows 7
    All was fine until recently, having not used Cp5 for a few weeks, I fired it up and tried importing a SWF file to a slide (a tiny SWF file that had been imported before with no problem, i.e. AS3, nothing fancy just text and images and a bit of animation). However, this time Captivate decided it's going to take an age to import it (2-3 minutes). Captivate says it's not responding, and the window gets greyed/faded out. Eventually it comes back to life and all is well. But it IS very, very annoying when you have several SWFs to import.
    This is not limited to the one SWF file, it's every SWF file or widget (even the ones that come with Cp5) that I try to import (even a simple SWF with nothing in it), so it's definitely not the SWF itself causing this.
    Things I have tried:
         - Clearing Captivate cache
         - Deleting preferences in \Users\<user>\AppData\Local\Adobe
         - Uninstalling and re-installing
    Nothing has worked.
    Several of my colleagues have identical machines and the same version of Captivate and everything is fine for them.

    I think I have isolated it to a new Intel HD graphics driver. Unfortunately I don't think I can roll that back to the previous version. Anybody else getting problems with Intel graphics drivers (I've seen some nVidia issues).
    EDIT: false alarm, it's nothing to do with the driver.
    Message was edited by: MarkBPP

  • Help!! How do you build the SWF files?

    Hi, I since I am new to Flex & Flex Builder2, I have
    tried to recreate an empty swf file, similar to the sample file
    "EmptySwf.swf"
    However, when I replace the default EmptySwf.swf with mine, I
    keep getting: TypeError: Error #1034: Type Coercion failed: cannot
    convert flash.display::Sprite@fda2a81 to mx.core.IUIComponent.
    Steps to reproduce:
    i) I am using Flex Builder 2.0.143459
    ii) in the mxml file created when choosing 'Flex Project', I
    add the FAbridge information as instructed
    <fab:FABridge xmlns:fab="bridge.*" />
    (I have also tried using <bridge:FABridge
    xmlns:bridge="bridge.*" id="bridgeInst" /> )
    iii) Select BuildAll and then copy to the samples folder
    (overwriting the original).
    iv) The error occurs in the browser.
    What gives?
    The FA Bridge is supposed to be an easy 'learning curve' to
    get into Flex.
    This is quickly pushing me away!!!!!

    Thanks for the prompt reply. Obviously you guys are watching
    this forum keenly.
    For those others that are new to Flex, I found that creating
    an
    ActionScript Project in Flex builder to be the way to create
    a 'blank' swf file that works.
    Note:
    - you'll also need to add a library reference:
    ${FRAMEWORKS}\libs\framework.swc
    - you'll still need to add the FABridge reference:
    x:\somepath\\FABridge\src
    Then, make your main actionscript file look like EmptySwf.as
    as shipped with the samples.

  • Step 1: rotating text, step: 2 publishing movie = empty swf

    Hello to everybody,
    and thank you for the attenction.
    An easy to descipt, but hard to solve issue:
    (Flash CS4).
    I type some text in a flash document.
    Then I rotate it with the scale/rotation tool.
    Publishing my movie I have an empty swf file.
    To solve this problem I had to Break Apart (Command+B) my
    text two times, until I've lost text editability.
    Is there a way to escape from this?
    Thank you very much.
    Best reguards.
    Stefano Bianchi
    Text

    Problem soved!
    You know what?
    You have to go in the Text propiety panel, select the "Anti
    Alias" menu, and - to mantain visibility of text in the swf movie -
    you have to select one of the others voices instead of the "use
    device fonts" one.
    Best things.
    SB

  • How can I play many swf files back to back in AS3

    I have many swf files
    fileA.swf , fileB.swf, fileC.swf
    I want to play them from a MainFile.swf  back to back, fileA.swf , then fileB.swf then fileC.swf ...then to remove them and have the MainFile.swf only.
    How is this done in AS3.
    can anyone send me the code needed to do this. i don't know AS3 very well. I know how to do this in AS2 , i used to put code loadmovie in each files last frame that loaded the next file to a mc object in the mainfile.
    I would apprciate to have all the code appear only in the main file without haveing to code each seperate swf file.

    You should work out how to do it with just one file first in AS3.  The approach to doing many sequencially would be similar to what you did in AS2... the simplest way being to add a command at the end of each swf to trigger the main file to remove it and add the next swf.  I don't know of any way to detect the end of an swf... it has to tell you it's done.
    In AS3 you use the Loader class to load swf and image files.  You use the addChild family of methods to place things on the stage, and you use the removeChild family to get them out of the picture.

  • Flash 10.3 installed ok but Player 9 activates for standalone swf files

    This is a rather interesting scenerio. I am running Vista 32 Bit (upgrading to Win 7 soon), using IE9 and I am trying to view .swf files that require Flash Player 10. No problem, I uninstalled all Flash Player components using the Flash Player uninstaller. I rebooted, reinstalled Flash Player and confirmed all was working ok. Add-ons are enabled, and all checks show that I do have 10.3 installed. The problem that I am facing is when I try to run a seperate .swf file, the player that pops up says "Flash Player 9." The .swf file will not play as a standalone but it will play in my browser. How do I get Flash Play 10 to be my default player? TIA for your help.

    The Flash Player browser add-on and the standalone player are two different downloads.
    Get the latest standalone player (Projector) from http://www.adobe.com/support/flashplayer/downloads.html
    Note that the download is the player, not an installer.  Replace your current player with the new download.  You may also need to change the file association to reflect the new name (flashplayer_10_sa.exe).

  • Need to play TV Tuner o/p in SWF file

    Hi,
    I want do show Telivision outout in SWF file. I am using
    flex.
    I have alread display webcam oputput in SWF file by using
    "flash.media.Camera" class. I have used <mx:VideoDisplay />
    to show live captured images by webcam on SWF file.
    Is there any way so that I can show TV Tuner output in SWF
    file?
    Thanks
    Shikhar

    Hey I have resolve this problem.
    Here is the code:
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute">
    <mx:Script>
    <![CDATA[
    import flash.profiler.showRedrawRegions;
    import mx.controls.Alert;
    // Define a variable of type Camera.
    import flash.media.Camera;
    public var cam
    public function initCamera():void {
    // Initialize the variable.
    cam = Camera.getCamera();
    cam.setQuality(0,100);
    cam.setMode(320 ,288,30);
    cam.setMotionLevel(100);
    myVid.maintainAspectRatio = true;
    myVid.attachCamera(cam)
    ]]>
    </mx:Script>
    <mx:VideoDisplay id="myVid" width="100%" height="100%"
    enabled="true" visible="true"
    creationComplete="initCamera();" autoPlay="true" />
    </mx:Application>
    Thanks
    Shikhar
    www.shikhar.net

  • Navigation within swf files that use different version of actionscript

    I have multiple swf files that need to link up together, the problem is this, some of the files was developed a few years ago with Flash MX and actionscript 1 while some of these files was developed recently in CS 5 with actionscript 3.
    Is it possible to navigate within different version of actionscript files in the same flash player?
    I found that actionscript 1 file will not work once i have navigated to actionscript 3 file.
    Any suggession or solutions would be highly appreciate.

    Actually, it will not work properly. Given, the code behind all these swf(s) is Object Oriented then there is a solid chance of getting them to communicate with each other without any issue. Once suggestion would be to centralize the navigation into its own swf and then dispatchEvents and have the listeners handle the rest. I am sure there are other avenues, but I would do it this way so if there any other such file(s) in the future, all you will need to do is hook the plumbing up and off it goes. Now if the code is anything but 'Object Oriented' then it will take good chunk of time to get the navigation going. However way you decide to pursue it, test it rigorously so there aren't any foo surprises.
    Thanks.

Maybe you are looking for

  • Hirerachical display in ALV report

    Hi all, I am using Fm as following for hirerachical display. CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY'     EXPORTING       i_interface_check        = ' '       i_callback_program       = sy-cprog       is_layout                      = ls_layout

  • Rundll32.exe has stopped responding

    When I install Ghost v14 on the T500, after reboot the DVD drive has a yellow exclamation mark on it with "the device is not responding properly" and an error pops up with "rundll32.exe has stopped responding", and also the power Manager icon on the

  • Data discarded after client disconnect

    Hello! I have to say sorry right from the start, maybe my question is stupid but i can't solve this problem I am a student and a beginner in Oracle database! I use oracle at school, and i have to work for my project at home so i had to install and co

  • Displaying BFILE on Form

    Hello, We are currently developing in Oracle 10g and I was hoping for some direction regarding our latest issue. We are in the process of moving images from our database to external storage. Our database tables will include BFILE columns and I'm wond

  • Dual Layer Break Point problem

    Hi, I just found out after I updated DSP 4 to version 4.0.3 my Layer 1 on every project since updating gets corrupted! I thought it was the Dual Layer discs I used that caused the problem, but after I re-installed DVD Studio to the original version 4