URL must be loaded twice to run quiz

I have a quiz I created in Captivate 3. It works fine, except
that when published and you type the link, it seems to load 100%
but doesn't - only the bottom frame appears of the control player.
If you then go to the same URL another time, the entire quiz loads
and works fine. Waiting for it to load the first time doesn't work.
It isn't the connection speed. I think the need to load the URL
twice is a bug or glitch in the program?
I've tested this on 3 Win XP Pro computers, using IE 6 and
IE7, with cable, DSL and T3 connections, all with the same result.
If the temporary file is left in the browser, the quiz works fine.
It is only the first time the quiz is accessed that 2 loads are
needed. It is as if the quiz is not being cached or loaded properly
the first time.
Any way to work around this?

No need to apologize for using the wrong terminology - so
long as in the end we are talking about the same thing.
Ah yes! We call that bottom element the "playback control".
No surprise in the behavior described, and its appearance only
serves to confirm that the issue is, in fact, a matter of
bandwidth. The reason I say that is because the playback control is
a separate SWF (in your case it is contained in
"TreasureHunt_skin.swf"). It is obviously loading, but the main SWF
is having to cache before playing which - again - indicates the
file size is too large to play until it is cached on your local
machine.
Note: The preloader you see is probably the
"defaultpreloader.SWF" which is scripted to load 60% before play,
not 100% as you said. The reason this is important is that if the
file is over-large, when 60% has loaded, there may still not be
enough of the SWF content downstreamed to play - as you are seeing.
But on the second attempt, the additional 40% is being received,
and the movie begins play.
With that in mind, there are two solutions that I can see.
The
first solution (and the best, in most cases) is to reduce
the size of your project. That means re-creating it at smaller
dimensions (what are the dimensions, by the way?), or
alternatively, to chop the movie into multiple smaller pieces.
Either way, the movie has to be made smaller, if this solution is
to work.
The
second solution is to change the preloader so that the full
movie really is downloaded to the end-user's local machine before
play begins (instead of the 60% download demanded by the default
preloader). To do this, try using the preloader named "
ConnectPreloader.SWF". This preloader is set to download 99%
instead of 60%, and that should solve the problem of having to
access the file twice in order to see it play ...
BUT ... be aware that the "wait-time" will be that much
longer while waiting for the preloader to release the movie to the
viewer.
Best of luck to you, and have a great day, Jimmmie!!
.

Similar Messages

  • Movie is loading twice

    Structure:
    * one main movie
    ** one swf loaded into that
    *** one mc in that
    I animate the mc using the timeline (movement up) and on the
    first frame of the same mc I generate up an interface inside it.
    This all works, but:
    When the mc has generated the interface and animated all the
    way up and stops....... It wipes clear and runs the script on the
    first frame again. In effect the interface blinks for half a second
    and everything that's been changed through functions up until that
    needs to be called again. o_O
    The wiping seems to coincide with the moment it hits the last
    frame on the animation (ie a new keyframe), but that shouldn't
    cause the movieclip to restart, right!? Someone must have had this
    issue before, do I have to make a scripted animation instead of
    using the timeline?

    Right I should have mentioned that, I do have stop() on the
    animation and the mc that I generate an interface in is just 1
    frame, which normally means it will run just once. (and if that was
    the problem it would load a whole lot more times then twice, now it
    loads twice and then it's done.)

  • Plugin Loads Twice

    I am using the StrobeMediaPlayer (SMP) with a custom developed plugin that loads a SerialElement. SMP loads and plays the media, however the playback is choppy. When running the app under Firefox/Firebug it shows two GET requests for the plugin swf. Do I need to do anything different to prevent the plugin from loading more than once?
    Following is my truncated PluginInfo code:
    package com.myurl
    import com.adobe.serialization.json.JSON;
    import com.myurl.utils.MediaPlayerLoader;
    import flash.external.ExternalInterface;
    import org.osmf.elements.SerialElement;
    import org.osmf.elements.VideoElement;
    import org.osmf.events.LoadEvent;
    import org.osmf.events.MediaElementEvent;
    import org.osmf.events.TimeEvent;
    import org.osmf.examples.seeking.PreloadingLoadTrait;
    import org.osmf.examples.seeking.PreloadingProxyElement;
    import org.osmf.media.MediaElement;
    import org.osmf.media.MediaFactory;
    import org.osmf.media.MediaFactoryItem;
    import org.osmf.media.MediaFactoryItemType;
    import org.osmf.media.MediaPlayer;
    import org.osmf.media.MediaResourceBase;
    import org.osmf.media.PluginInfo;
    import org.osmf.net.NetLoader;
    import org.osmf.net.StreamingURLResource;
    public class PlayONPluginInfo extends PluginInfo
    static public const NS_URL:String = "http://www.myurl.com";
    private var trimid:String;
    private var trimstate:Boolean;
    public function PlayONPluginInfo()
    var items:Vector.<MediaFactoryItem> = new Vector.<MediaFactoryItem>();
    var item:MediaFactoryItem = new MediaFactoryItem
        ("com.URL.MyPlugin"
    , canHandleResourceFunction
    , mediaElementCreationFunction
    , MediaFactoryItemType.STANDARD
    items.push(item);
    super(items, creationNotificationFunction);
    override public function initializePlugin( resource:MediaResourceBase ):void
    // Externalize Flash Vars
    var meta:Object = resource.getMetadataValue( NS_URL );
    trimid = meta.trimid;
    trimstate = meta.trimstate;
    private function creationNotificationFunction(media:MediaElement):void
    private function canHandleResourceFunction(resource:MediaResourceBase):Boolean
    var result:Boolean = true;
    return result;
    private function mediaElementCreationFunction():MediaElement
    var arr:Array = getPlaylist();
    var se:MediaElement = new MediaElement();
    se = setupPlaylist(arr);
    return se;
    private function getPlaylist():Array
                            // Setup media array from JSON data
                            ...blah, blah, blah...
    return arr;
    private function setupPlaylist(mediaList:Array):MediaElement
                             // Setup serial element loop
                             ...blah, blah, blah...
    return se;

    Plugin Loading Changes
    We’ve made some changes to how dynamic plugins are loaded which may impact existing plugin developers (details in the following paragraph).
    Dynamic plugins are now loaded twice. On the first load, they’re placed into a separate application domain in order to validate versioning. On the second load (which should pull the plugin from the cache, negating any additional network request), they’re placed into a child of the current application domain, so that class types are merged. Note that this means that a plugin will be initialized twice. For this reason, it’s recommended that any initialization logic be placed in the overridden PluginInfo.initializePlugin method, which is only invoked on the second load.
    So it appears that OSMF is doing what it is designed to do.

  • Flex encounters "Security error accessing url.Unable to load WSDL"

    i have created a flex application which connects to SAP via web service.
    when i try to run my flex application i encounter the following error.
    "Security error accessing url.Unable to load WSDL"
    i went through various posts relating a BSP application and crossdomain.xml
    i have created the crossdomain.xml file in the application and
    i tried those options and still not able to figure out the problem.
    the security error is because of the absence of the crossdomain.xml file, and in which path should i be saving the file?
    Kindly help me solve the problem.
    Thanks in advance.

    Have you seen this blog
    "Crossdomain.xml" in ABAP Web AS Server cache

  • Grid Control url is not loading 10gR2

    Team,
    DB = 10.2.0.1
    OS = RHLE 4
    Grid = 10.2.0.1
    I have installed Grid Control on the same machine where my database running. I followed all the steps and its successful. After all, my grid control url is not loading..
    The following URL shows
    http://localhost.localdomain:4889/em
    ERROR:
    503 Service Unavailable
    Servlet error: Service is not initialized correctly. Verify that the repository connection information provided is correct.
    I have started all the process successfully. Could you please anyone help me out on this issue ?
    Thanks,
    Hari

    Harry wrote:
    Team,
    DB = 10.2.0.1
    OS = RHLE 4
    Grid = 10.2.0.1
    I have installed Grid Control on the same machine where my database running. I followed all the steps and its successful. After all, my grid control url is not loading..
    The following URL shows
    http://localhost.localdomain:4889/em
    ERROR:
    503 Service Unavailable
    Servlet error: Service is not initialized correctly. Verify that the repository connection information provided is correct.
    I have started all the process successfully. Could you please anyone help me out on this issue ?
    Thanks,
    HariFrom what machine are you trying to run your browser?
    localhost always means the local machine. It is not routed to some other server.

  • How can I prevent pages loading twice?

    Practically every time I click on a link in an email (Outlook 2007) Firefox 3.6.6. loads the page, displays "stopped" and then reloads it, leaving two tabs with the same title.
    When I looked for a solution in this forum, searching for "firefox loads pages twice" I got 514 results filling 52 pages, but I soon discovered that though various versions of the question had been asked, there appeared to be no answer, and some replies got into technicalities that were beyond the average user of firefox.
    So I raise two points:
    1 Can we have a better filter in the forums that does not list every individual hit on a word in the query, but only on the complete phrase (putting it in quotes did not help)?
    2. Has a solution been found yet?
    == URL of affected sites ==
    http://

    What is the point of this forum if over 500 people have a problem with pages loading twice, but nobody, neither volunteers nor someone from Mozilla, can provide a solution?
    Perhaps it is time to switch to Opera.

  • PeopleSoft 8.49 "URL Must Contain domain"

    Hello All,
    First of all, thank you for reading this subject.
    I have to migrate servers from an Active Directory to Another.
    on the Active Direcoty, i've got few R&D PS servers.
    my job is not to know how works PeopleSoft but migrate it.
    So I have no competency on this product.
    i have make a migration test and since the migration, each time I connect to PS I've got the following message:
    URL must contain MyOldDomainName
    I browsed the forum and found a lot of informations:
    Your URL must contain domain ".peoplesoft.com
    Issue with PeopleSoft Sign-on url....not able to get the signon page
    But the problem still exist.
    this is the configuration:
    - PeopleSoft Enterprise 8.49
    - Weblogic Server 9.2
    - MS SQL 2005
    - Windows 2003 server
    i have first edit a lot of files:
    When I edit the host file, I'm able to connect if I enter the old URL with the old Windonws domain name.
    in a file config_prop
    D:\PT8.49\webserv\peoplesoft\applications\peoplesoft\PORTAL\WEB-INF\psftdocs\ps\webprof\config_prop
    i have replaced all occurences to my old Windows Domaine by the new one.
    I have done the same with the following option_prop file:
    D:\PT8.49\webserv\peoplesoft\applications\peoplesoft\PORTAL\WEB-INF\psftdocs\ps\webprof\option_prop
    i have deleted the cache portal:
    D:\PT8.49\webserv\peoplesoft\applications\peoplesoft\PORTAL\ps\cache
    and replace all occurences of my old windows domain name in the database by the new one.
    When I restart PeopleSoft, my file config_prop and my database are updated by I don't know what, and the problem still exist.
    I'm clearly lost and I don't know where to search.
    So, I send an SOS!
    Thank you in advance for your help.
    best regards,
    Vincent.

    Hi,
    The authentication domain is set in the webprofile.
    The webprofile can be found in file configuration.properties, to be found in [PS_HOME]\webserv\peoplesoft\applications\peoplesoft\PORTAL.war\WEB-INF\psftdocs\[site] and contains an entry like
    # The next three fields must be valid for the database referred to in psserver.
    # WebProfile is the name of the profile used to configure this web site.
    # The user id and password are the values used to get the profile.
    # NOTE: If you change the password of this user in the database then
    # run the PSCipher script with the new password and paste the encrypted output here.
    # The pre-delivered profiles are: DEV, TEST, PROD, and KIOSK
    # DEV has standard developer options set
    # TEST has standard testing options set
    # PROD has standard production options set
    # KIOSK is like PROD but has additional settings relevant to KIOSK usage
    ## sd="Web Profile", dt="dx", ld="The web profile is a named group of configuration property settings that the portal applies throughout your PeopleSoft system to control all portal-related behavior.", tip="This may be set to DEV, TEST, PROD or KIOSK. Additional web profiles may be delivered and created for your application"
    ## option(va = DEV, sd="Standard developer option set")
    ## option(va = TEST, sd="Standard testing option set")
    ## option(va = PROD, sd="Standard production option set")
    ## option(va = KIOSK, sd="Similar to Production but has Kiosk option set")
    WebProfile=PROD
    This webprofile has an authentication domain set in the database.
    You can start by trying to set the webprofile to another (which might not have an authentication domain set) (DEV ,TEST, PROD, KIOSK )
    Bounce the webserver and after this you should be able to login to PeopleSoft (without an domain (http://server:port/ps/signon.html)) and change the authentication domain on the original webprofile to the new domain name.

  • Security error accessing url (Unable to load WSDL)

    Hi folks.
    I have a Flex project that use a WCF webservice. In my localhost everything is allright, but I want to upload my flex project to a web host (http://www.dorj.ir) and upload my WCF webservice to a server that has a valid IP...
    After going to http://www.dorj.ir, you can see this error
    Security error accessing url
    Unable to load WSDL. If currently online, please verify the URI and/or format of the WSDL (http://ip/service.svc?wsdl)
    I put the crossdomain.xml file in the root of my server:
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
         <allow-access-from domain="http://www.dorj.ir" />
         <allow-http-request-headers-from domain="http://www.dorj.ir" headers="SOAPAction"/>
    </cross-domain-policy>
    But I have the same error, yet...!
    what should I do?!

    Have you seen this blog
    "Crossdomain.xml" in ABAP Web AS Server cache

  • System Error 998 While loading the Labview Run-Time Engine

    Hello.
    I have a DLL made with LV 7.1 I run the dll using a C compiler and works great in WINXP, but cannot run in Win2K. Error is:
    "System error 998 while loading the Labview Run-Time Engin(c:\program
    files\National Instruments\Shared\Labview Run-Time\7.1\\lvrt.dll)
    READVOLTAGE requires a version 7.1 (or compatible) Labview Runtime
    Engine. Please contact the vendor of READVOLTAGE to correct this
    problem"
    READVOLTAGE is my function inside the dll. The runtime is already
    installed. I tried it in another WINXP running machine and works fine.

    This is actually a Microsoft bug with statically loaded DLLs. There are a couple of workarounds for it, and I have included two links below to posts that address this issue:
    Not found error message from LabVIEW runtime when called from VC++ with statically linked MFC
    I get error 998 when calling a LabVIEW buildt DLL from MSVC++
    Kind Regards,
    E. Sulzer
    Applications Engineer
    National Instruments

  • Can I get a refund if album was down loaded twice

    Can I get a refund if an album has down loaded twice?

    Did you pay for it twice?
    MJ

  • BPEL End Point URL using External Load Balancer URL

    Hi All,
    We have Oracle SOA Suite installed in a clustered environment as per the Enterprise Deployment Guide 10g Release 310.1.3.3.0 E10294-02.
    I have deployed a BPEL process to the clustered environment and the end point refers to the internal url of the load balancer e.g. http://internallink:8001/orabpel/default/testService/1.0
    When we just paste this end point in a browser, enter the parameters and click on invoke, the BPEL Process gets invoked.
    However, if we try to use the external url(which is on https) of the load balancer as the enpoint url eg https://externallink/orabpel/default/testService/1.0 to invoke the same BPEL process, the page which is used to accept the parameters and the used to invoke the BPEL process is successfully displayed. However, when we try to invoke the service, the connection times out.
    Please note that internallink and externallink are the internal and external VIPs, respectively.
    Does someone have an idea of what may be wrong or what needs to be corrected to be able to invoke the BPEL process using the external VIP, please?
    Thanks in advance.

    Check if the port of ESB in your server is open.
    I think that the port is: 7777
    try from ESB server:
    wget WSDLURI
    if you got the file then the port is closed.

  • I updated my iPhone 3GS on iOS 5.1 everything is ok but when I tap a message in notification area a SMS error comes "This URL wasn't loaded: sms:/open?groupid=1." and when i tap on messages app open and then close certainly... Please anyone helpe me......

    I updated my iPhone 3GS on iOS 5.1 everything is ok but when I tap a message in notification area a SMS error comes "This URL wasn't loaded: sms:/open?groupid=1." and when i tap on messages app open and then close certainly... Please anyone helpe me......

    Forgot to mention I live in Peru Southamerica, the cell provider is Claro (America Moviles).

  • Different between Reader and Acrobat - Forcing URL's to load PDF's into IE

    I implemented an action button links in PDF form to connect to server.
    When open PDF form by Reader: Links is opened and processed by IE.
    When open PDF form by Acrobat: Links is auto opened and processed by Acrobat.
    I want to keep actions opened links by IE. Are there anyway that I can turn off auto open links by Acrobat when open PDF form by Acrobat?
    I want to force URL's to load PDF's into IE.
    Please help me resolve it. Thank a lot.

    Oh I have the same problem. My submit button send all input data on PDf Form to an asp.net web server. The web server process it and then response with a html data.
    - In case Acrobat Reader : a browser will be openned automatically to receive that html data.
    - In case Acrobat Pro : it opens a "download form" and process that html data
    It is too ridiculous but my project need to receive html data by browser(not by acrobat pro). We need it for doing something with javascript and DOM elements
    Is there any way to do this ? Please help me

  • Scim makes leafpad take a while to load, except when run from terminal

    Leafpad normally loads up in an instant. But with scim running (More specifically with the required environment variables exported. Scim simply running without the environment variables does not cause the problem, but then scim does not work.), although it shows up immediately, the scrollbar, menubar etc are greyed out for a few seconds and the program cannot be used until it is fully loaded.
    I'm sure this is specifically a leafpad problem, because there is no noticable lag in other programs. (Mousepad for example is fine.) However, the fact that it loads immediately when run from a terminal scares me. Why doesn't gmrun (and the fvwm menu) work just like a terminal? Is there a possible fix to this problem?

    droog wrote:
    I'm not having this problem as far as i can see, I use fvwm and scim already so installed leafpad to test and it starts instantly from fvwm's menu or terminal.
    from gmrun leafpad starts instantly too so maybe i'm missing something.
    what are you exporting?
    Just the normal:
    export XMODIFIERS=@im=SCIM
    export GTK_IM_MODULE="scim"
    export QT_IM_MODULE="scim"

  • System error 999 while loading the Labview Run-Time Engin

    Bonjour à tous,
    J’ai un PC avec un Runtime LV71.1 qui me retourne l’erreur suivante. Je ne trouve pas d’info sur cette erreur. Une Idée sur la cause ?
    System error 999 while loading the Labview Run-Time Engin(c:\program files\National Instruments\Shared\Labview Run-Time\7.1\\lvrt.dll)
    Luc Desruelle | Voir mon profil | LabVIEW Code & blog
    Co-auteur livre LabVIEW : Programmation et applications
    CLA : Certified LabVIEW Architect / Certifié Architecte LabVIEW
    CLD : Certified LabVIEW Developer / Certifié Développeur LabVIEW
    Résolu !
    Accéder à la solution.

    Bonjour Maxime, merci pour ta réponse qui est très intéressante. Le soft est en LV7.1.1 est fonctionne depuis plusieurs années. Le PC est chez un client, dans un pays très « hostile », je n’ai donc pas accès à ce dernier. Un superviseur local m’a fait le retour qu’après redémarrage du PC ce dernier indiquait un problème, avec photo pour descriptif. Je n’ai pas plus d’info pour le moment. Je viens donc de demander un CHKDSK c: /F
    Luc Desruelle | Voir mon profil | LabVIEW Code & blog
    Co-auteur livre LabVIEW : Programmation et applications
    CLA : Certified LabVIEW Architect / Certifié Architecte LabVIEW
    CLD : Certified LabVIEW Developer / Certifié Développeur LabVIEW

Maybe you are looking for

  • My itunes doesn't save new music files to the itunes media folder, even though I have ticked the box in the preferences telling it do so...???

    Ok so, my itunes version is up to date, and I've located my itunes media folder... However, newly purchsed songs are not being backed up to the media folder, despite all the right options being ticked in the preferences box. This is immensly frustrat

  • Issue in delimeter

    Hi Experts, I am getting below error in the sender file adapter: errors: u201Coffset[249(read Segment : IEA)]: caught ReadingException: Length limit exceeded - no SEG. delim. found!!!u201Derrors: I have used replace string  parameter but of no use I

  • Searching for strings in a txt file

    I am writing a program based on the six degrees of seperation theory. Basically I have been given a (very large) txt file from the imdb with a list of all the films written in it. The text in the document is written like this: 'Tis Autumn: The Search

  • DVI / VGA

    Hi, I am thinking of getting a Macbook (likely Air).  I have a pretty decent monitor that I would like to hook up to the laptop sometimes.  This appears to have both a white DVI input and a blue VGA input.  Do I need to get both these options with my

  • Problem to update delivery block (sales order header level)

    hi all, after few tries, we got message "Field 'LIFSK' cannot be changed, VBAKKOM 0001279765 ready for input". this message come when we try to update the delivery block with some value when the delivery block in the sales document is blank (no block