Captivate Loading Issue

Hi,
I want to implement a loading scheme, where unless and until
entire captivate file (.swf) or all the slides in the captivate
file are loaded, the skin file or the navigation elements present
on the skin should not be visible.
The problem here is, sometimes even if the captivate swf file
is not loaded completly, users are trying to keep on clicking the
play/pause/slider button. Can that be avoided.
Thanks
Ajit Danve
Sr. Programmer
Aptara, Pune

Open one of the preloaders in Flash and change it to 100%.
I understand that should prevent the file from appearing
until it is
fully downloaded.
Erik
AjitD wrote:
>until entire captivate
> file (.swf) or all the slides in the captivate file are
loaded, the skin file
> or the navigation elements present on the skin should
not be visible.
Erik Lord
http://www.capemedia.net
Adobe Community Expert - Authorware
http://www.adobe.com/communities/experts/
http://www.awaretips.net -
samples, tips, products, faqs, and links!
*Search the A'ware newsgroup archives*
http://groups.google.com/group/macromedia.authorware

Similar Messages

  • SAP Mobile Sales 2.0 delta load issue for Sales Orders

    Hello,
    we have used Mobile Sales 2.0 with a Windows app for a while now. Our current issue is that sales reps won't see any historical sales order data on their devices.
    Background
    Due customer requirements, we need to make small changes to customer master data attributes and reload all customers from ERP to CRM. Then we ran delta loads (MAS_PARTNER followed by all other objects) to DOE, in which virtually all 5000+ customer accounts were compared. The delta load ran for about 3 days (some performance bottleneck we haven't located yet).
    During the delta load, data on devices was inconsistent. Accounts were missing and all transaction data disappeared. After the delta loads, all accounts and contacts are OK, save for a few. Data from activities (appointments, tasks) have reappeared, as they should. Only sales orders won't reappear. The sales orders exist in the backend and belong to active accounts and sales reps.
    Settings and troubleshooting so far
    We don't have any limitations for sales orders in CRM Sales Mobile configuration.
    We've run delta loads for all objects in transaction SDOE_LOAD.
    MAS_CUSTOMIZATION etc seem fine.
    We've re-run initial load for sales orders from CRM.
    In the test system, we've even reinitialized the whole CDS database on DOE and on the devices, then re-ran the loads.
    Checked steps suggested in discussion
    SAP CRM 2.0 initial load issue
    Historical sales orders (those created before the master data reload) exist in the backend, but don't show up on the device.
    If I change one of those historical sales orders in the backend, it gets sent to the device.
    If I create a new sales order in the backend or on the device, it is saved and replicated just fine.
    To sum it up, it seems DOE is unable to identify the sales orders relevant for replication.

    First Doubt i got clarify by my self as we can go with Unwired Runtime option .
    But i still have doubt in :
    2. How can i Modifying the Main Menu for iOS.
    i am able to customize the same for windows using files SybaseCRM.Configuration.xml file.
    Same how can i do for iphone/ipad.

  • Report loading Issue

    Hello all,
    I am using Oracle 6i  for  report and oracle10g for the database.I have created a matrix report in oracle Report but which report taking so much time  to show the output it almost taking more than 10 minutes,at the same time that query executed within 1 minute in toad which used in matrix report.
    kindly guide me how to solve the loading issue.

    I did not used any formula column in my report,all the values are taking from query.
    But I used different types of format trigger in my report for the coloring purpose.Does it make any problem?

  • Data Load Issue "Request is in obsolete version of DataSource"

    Hello,
    I am getting a very strange data load issue in production, I am able to load the data upto PSA, but when I am running the DTP to load the data into 0EMPLOYEE ( Master data Object) getting bellow msg
    Request REQU_1IGEUD6M8EZH8V65JTENZGQHD not extracted; request is in obsolete version of DataSource
    The request REQU_1IGEUD6M8EZH8V65JTENZGQHD was loaded into the PSA table when the DataSource had a different structure to the current one. Incompatible changes have been made to the DataSource since then and the request cannot be extracted with the DTP anymore.
    I have taken the follwoing action
    1. Replicated the data source
    2. Deleted all request from PSA
    2. Activated the data source using (RSDS_DATASOURCE_ACTIVATE_ALL)
    3. Re transported the datasource , transformation, DTP
    Still getting the same issue
    If you have any idea please reply asap.
    Samit

    Hi
    Generate your datasource in R/3 then replicate and activate the transfer rules.
    Regards,
    Chandu.

  • Index.php loading issue

    I finished and uploaded a new site in .php.
    I  have a graphics loading issue only with IE.
    The js  accordion with images will not reload after returning to the home page.
    Anyone out thier that can shed some light on this?
    http://carpetcleaningsantabarbarapro.com/index.php
    Thank you in advance
    Crissymarie

    Ken might be on to something.  The current release of jQuery is 1.7.2 which is compatible with jQuery Cycle.
    For the latest core library, you can link to jQuery's CDN like so:
              <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
    You have some improperly nested <h3> tags around your lists on lines 170 and 191.  To keep your code error free, simply delete the heading tags.
    Finally, as a courtesy to your site visitors, consider adding a cookie so people don't have to watch the Flash Spokesperson every time they go to your home page.   The link below shows how:
    http://alt-web.com/DEMOS/cookie-test-show-hide-flash-intro.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • TileList data load issue

    I am having an issue where the data that drives a tilelist
    works correctly when the tile list is not loaded on the first page
    of the application. When it is put on a second page in a viewstack
    then the tilelist displays correctly when you navigate to it. When
    the tilelist is placed in the first page of the application I get
    the correct number of items to display in the tilelist but the
    information the item renderer is supposed to display, ie a picture,
    caption and title, does not. The strange thing is that a Tree
    populates correctly given the same situation. Here is the sequence
    of events:
    // get tree is that data for the tree and get groups is the
    data for the tilelist
    creationComplete="get_tree.send();get_groups.send();"
    <mx:HTTPService showBusyCursor="true" id="get_groups"
    url="[some xml doc]" resultFormat="e4x"/>
    <mx:XMLListCollection id="myXMlist"
    source="{get_groups.lastResult.groups}"/>
    <mx:HTTPService showBusyCursor="true" id="get_tree"
    url="[some xml doc]" resultFormat="e4x" />
    <mx:XMLListCollection id="myTreeXMlist"
    source="{get_tree.lastResult.groups}"/>
    And then the data provider of the tilelist and tree are set
    accordingly. I tried putting moving the data calls from the
    creation complete to the initialize event thinking that it would
    hit earlier in the process and be done by the time the final
    completion came about but that didn't help either. I guess I'm just
    at a loss as to why the tree works fine no matter where I put it
    but the TileList does not. It's almost like the tree and the
    tilelist will sit and wait for the data but the item renderer in
    the tilelist will not wait. Which would explain why clicking on the
    tile list still produces the correct sequence of events but the
    visual component of the tilelist is just not working right. Anyone
    have any ideas?

    Ok, so if ASO value is wrong, then its a data load issue and no point messing around with the BSO app. You are loading two transactions to the exact same intersection. Make sure your data load is set to aggregate values and not overwrite.

  • BI Load issue in the transformation/DTP after SP 17

    Hello,
    After SP 17 applied in our BI system, we are having load issue in one particular transformation/DTP.
    See below the errors:
    u2022 Messages for 101 data records saved; request is red acc. to
    configuration
    u2022 Thee is no active nametab in the system, although an active ABAP/4
    Dictionary object was expected. Reactivate the ABAP/4 Dictionary object.
    Also I have activated the DSO, transformation and DTP. Also I went to SE14 and try to adjust my DSO, SE11 and activate the table but still having the issue.
    Can someone advise me on how to resolve this issue?
    Thanks a lot.
    Cesar

    Hi,
    Do the following: In BI, run transaction SE38 >> RSDG_CUBE_ACTIVATE to recreate the Metadata information
    for the Info-provider.
    Then execute another program via SE38: RSDD_RSTMPLWIDTP_GEN_ALL
    See Note 1161940 and 1152453 for more details.
    Regards,

  • BW sales load issue

    I have a problem with this.  The jobs in the screen snapshot below are running too long - 2LIS_11_VAITM, 2LIS_11_V_ITM, and 2LIS_13_VDITM.  They use to run for just a couple of minutes.  The job configuration is; when the first job finishes a delay of 10 minutes will be incurred then the second job will run, then another 10 minute delay before the third job runs.  After these 3 jobs are complete an activation job needs to run.  This activation job began to fail because the first 3 jobs were not finished.  For now, the activation job has been moved but we need to understand why these are running longer and fix it.  We may be experiencing a problem with database performance in PDF but I would not think it would take that much longer. 
    This is the BW sales load issue
    The info-package group is schedule @ 00:05 am and it contains 3 info-packages: VAITM, V_ITM and VDITM with 10 minutes execution gap.
    The first VAITM started 00:05:46 and ended it up in BW at 00:09:02.
    Then we have 10 minutes delayed between jobs.
    V_ITM started 00:20:12 and for some reason it finished at 01:00:51. We can see communication between PDF and BWP took much longer than normal.
    Then we have 10 minutes delayed between jobs
    At 01:00:25 the activation job started and failed. It requires the info-packages to be in GREEN status but V_ITM finished @ 01:00:51.
    It probably failed because V_ITM still had YELLOW status at the moment.
    VDITM started 01:12:02 and finally finished it load at 02:09:16. A big communication delayed between system.
    See below an example of the load on the 01/14/2007. It looks normal communication between systems
    Could you please give solution for this.
    Thanks
    Vasu.

    Hi,
    For every job you define and at the same time, you can also define the priority
    levels to each job, since, during your job execution might be your job queue is
    full with some other background processings, so try setting up the priority levels
    of the job.
    cheers,
    Pattan.

  • Removing the Adobe Captivate loading screen

    Hi,
    Is it possible to remove the Adobe Captivate loading screen on exported .swf files?
    Or if not to remove the loading screen create my own?
    Any help would be appreciated, as a total newbie to captivate!
    Thanks

    Hi there
    Sure is!
    Depending on your version of Captivate things may be worded slightly differently. But here is for version 4:
    Click Edit > Preferences...
    Click the Project node and the Start and End node.
    To turn it off, clear the check mark for the check box labeled Preloader.
    To choose a different preloader, click the ellipsis icon and choose one.
    Hope this helps... Rick
    Click here for Adobe Authorized Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Does resteasy API have class loader issues when using via OSGi

    Does resteasy API have class loader issues when using via OSGi

    Hi Scott,
    THis isnt an answer to ur Question, but could u tell me which jar files are needed for the packages:
    com.sap.portal.pcm.system.ISystems
    com.sap.portal.pcm.system.ISystem
    and under which path I coul dfind them.
    Thnx
    Regards
    Meesum.

  • Demantra Data Load Issue

    I am new to Demantra. Have installed a stand alone Demantra system in our server. In order to load data, I created a new model, defined item and location levels, then clicked on 'Build Model'. The data is loaded into 3 custom tables created by me. After creating the model, I cannot login to 'Collaborator Workbench', it gives message 'There are system errors. Please contact your System Administrator'. Can anyone please tell me what I am doing wrong and how to resolve the issue.
    Thanks

    Ok, so if ASO value is wrong, then its a data load issue and no point messing around with the BSO app. You are loading two transactions to the exact same intersection. Make sure your data load is set to aggregate values and not overwrite.

  • Integrated WL/Jdeveloper class loading issue

    Hello,
    I am trying to run a deployed project , getting into this class loading issue. Any idea?
    javax.security.auth.login.LoginException: java.lang.LinkageError: loader constraint violation: when resolving interface method "com.scat.util.identity.UserFactory.lookup(Ljava/lang/String;)Lcom/scat/domain/identity/User;" the class loader (instance of weblogic/utils/classloaders/ChangeAwareClassLoader) of the current class, com/scat/auth/authentication/login/UserLoginModule, and the class loader (instance of sun/misc/Launcher$AppClassLoader) for resolved class, com/scatl/util/identity/UserFactory, have different Class objects for the type com/scat/domain/identity/User used in the signature
    Thanks
    Ram

    How many times are you loading the com/scat/domain/identity/User type?
    Is this in the system classloader and the application? and are you using class loading filtering in the application, for example,
    in weblogic.xml - prefer-web-inf-classes?

  • Captivate 7 | HTML course loading issues on iPad

    Hi,
    I have created a course in Captivate 7 and published it to HTML 5 version. The published course was uploaded on a server and launched the course on ipad, but noticed that the audio loading delayed. Kindly let me know if there are any solutions to increase the performance of the course so that audio loading is good.
    Below is the link where the course is uploaded.
    http://118.139.169.29/subbuk/For_Adobe_community/Sample/index.html
    Regards
    Chandru

    Suresh,
    Could you please clarify what you mean by your statement? : "The request to audio download happens after content download..."
    Are you talking about the content for an individual SLIDE is downloaded before the audio clip for that slide (in slide-based audio)? Or do you mean that the content for the entire module is downloaded before the audio for a slide is downloaded?
    Also, if you're saying the slide content is downloaded before the audio for that particular slide, then what exactly is the benefit of having preloaders for the project?  Are you saying that with HTML5 content project preloaders are not really much use because content is downloaded slide by slide anyway?

  • Pre-loader issues in captivate 5.5

    HI guys
    i have a 1026x768  captivate file with around 150 slides when compiled to medium compression it is around 7mb
    it dosnt have any questions pools and no audio, it does have some  progessive flvs and a few advanced actions
    the problem (and its getting to be a bit of a pain)  is that when a user downloads  the pre-loader kicks in perfectly
    if you are in firefox or safari  but in IE no preloader just a white screen and 10/20 seconds later the file appears
    can anyone offer any resaon as to why IE9 wont show the preloader. My client is getting jumpy
    i have tried writing my own preloader, varying the DL ammount, lowering the file size to low....... and nada.... IE9on captiave 5.5
    no preloader
    cheers
    KBN

    Hi,
    Any progress on this matter? I have a swf with an XML-generated menu. Clicking on the menu is supposed to load an swf, clicking on another menu item is supposed to unload the first swf and then reload another in its place. It does just that, but the amount of memory consumption increases with each click. Looking at the Output during debug reveals that the unloadAndStop is not functioning. It does nothing at all! I've stripped down the code to the essentials to test it, and it looks like this:
    import flash.events.MouseEvent;
    import flash.display.Loader;
    import flash.net.URLRequest;
    var FlashLoader:Loader = new Loader();
    var flashUrl:URLRequest = new URLRequest("complex.swf");
    FlashLoader.load(flashUrl);
    FlashLoader.x = 120;
    addChild(FlashLoader);
    stage.addEventListener(MouseEvent.CLICK, UNLOAD);
    function UNLOAD(event:MouseEvent) {
              flashUrl = null;
              FlashLoader.unloadAndStop();
              FlashLoader.unloadAndStop();
              removeChild(FlashLoader);
              stage.removeEventListener(MouseEvent.CLICK, UNLOAD);
              stage.addEventListener(MouseEvent.CLICK, RELOAD);
    function RELOAD(event:MouseEvent) {
              flashUrl = new URLRequest("complex.swf");
              FlashLoader.load(flashUrl);
              FlashLoader.x = 120;
              addChild(FlashLoader);
              stage.removeEventListener(MouseEvent.CLICK, RELOAD);
              stage.addEventListener(MouseEvent.CLICK, UNLOAD);
    It's really driving me nuts... note that I've tested this with non-captivate-generated swfs and it works PERFECTLY. Couldn't the Flash Professional team and the Captivate team at least communicate before implementing things?

  • Sudden Loading Issue with CP7 Courses on LMS

    These courses published with CP7 were working fine on the LMS, suddenly none of them would load for users on the company's network. External learners are still able to launch the courses with no problem. What is interesting is that all the other courses created in other authoring tools are still loading on and off the network. Any ideas anyone?

    Adding additional information about this problem.  This appears to be related to issues between Chrome and the Captivate 8 course, but I am not certain exactly why.  Today I redid the Captivate 8 file, using a working Captivate 7 file.  I published the course using Captivate as a SCORM 2004 course.  I tested the course in the SCORM Cloud and it opened correctly to the Opening screen of the course.
    Next I uploaded the course to Maestro using IE11 as my browser. The course opened properly when I previewed it from course record.  NO blank screen.
    I then went into Maestro using Chrome 36 as my browser ( which is what I routinely use) and created another course -- uploaded the same file for this course. The blank screen with the playbar appeared when I previewed the course from the course record.
    Still in the LMS with Chrome as the browser, I then went to the course that I had uploaded using IE11 as the browser -- got the blank screen again.  Does this confirm that the issue is related to Chrome 36 breaking all Captivate HTML5 content?

Maybe you are looking for

  • Dreamweaver design view doesn't show the bottom part of a long div

    Hi! I'm doing a very graphics oriented site, which basically requires me to use a large jpg as a background image and placing text areas against this background     using absolute positioning. My problem is that Dreamweaver doesn't show me the bottom

  • Does anyone know of a standard Purchase to Pay report in SAP?

    We really need a report that shows what was purchased, received and invoiced. I can't seem to find one standard. Does such a thing exist? Thanks!

  • Where is Outline Numbering in RH7?

    We are converting projects from RH 5 to RH 7. All our documents have to be be formatted with "legal" numbering (e.g., 1.1, 1.2.1, 1.2.1.1, etc.) In RH 5, there were 3 tabs under Bullets and Numbering, as I recall. You had Bullets, Numbering, and Outl

  • Opportunity Load - Competitor and Competitor Product

    Hi , We try to load the CRM 7.0 System , on can load the competitor link to the opportunity ( it seems to be a simple partner function relationship ) . But how to load the Competitor Product information ? Regard's

  • When is Infinity available to me

    These are the details: Epsom Exchange Green Cabinet Code ( LSEPSM ) It's saying its available: However, there is another service on your phone line (e.g. ADSL, LLU, DACS, etc) that would prevent you from ordering a new ADSL connection. When I go on t