Adobe® Captivate® 8 HTML 5 release - no audio for some?

Here's the story: I have a HTML 5 Captivate 8 course published that works in Chrome 44.0.2403.125 m, IE 11, local on my machine and through our Amazon S3 server. My colleagues in Geneva and France, however, see and hear the course on our test server (UST) but only see on our Production Server and do not hear it. Argh. These colleagues use IE9. Chrome works very well for them. Has anyone identified with a fix for this problem? Our client will have to distribute it widely so upgrading to IE11 or will Chrome is not an option. How can they see it in our test environment, but not the live environment?

Why HTML5 only if you have a lot of people who could look at your content with old systems and browsers that are not mobile?

I might suggest to your customer that they need to have an HTM/SWF version of the course available for people.

Tags: Adobe Captivate

Similar Questions

  • A release of Matrix for some enthusiastic students

    Hi people,
    Greetings. I am trying to create a matrix of output for students who have decided to take music and/or Sports or not. I'm hoping to break down by age and sex and interest (Music/Sports).

    Any help is greatly appreciated!

    Thank you

    Scripts to create the tables and INSERT records
    create table student_tb(student_id varchar2(4), birth_date date, gender varchar2(1));
    create table sports_tb (student_id varchar2(4));
    create table music_tb  (student_id varchar2(4));
    
    -- INSERTing into STUDENT_TB
    insert into student_tb (student_id,birth_date,gender) values ('1001',to_date('01-JAN-90','DD-MON-RR'),'M');
    insert into student_tb (student_id,birth_date,gender) values ('1002',to_date('10-JUL-91','DD-MON-RR'),'M');
    insert into student_tb (student_id,birth_date,gender) values ('1003',to_date('01-DEC-90','DD-MON-RR'),'M');
    insert into student_tb (student_id,birth_date,gender) values ('1004',to_date('10-AUG-92','DD-MON-RR'),'F');
    insert into student_tb (student_id,birth_date,gender) values ('1005',to_date('01-JAN-91','DD-MON-RR'),'F');
    insert into student_tb (student_id,birth_date,gender) values ('1006',to_date('01-FEB-91','DD-MON-RR'),'F');
    insert into student_tb (student_id,birth_date,gender) values ('1007',to_date('01-AUG-90','DD-MON-RR'),'M');
    insert into student_tb (student_id,birth_date,gender) values ('1008',to_date('01-SEP-90','DD-MON-RR'),'F');
    insert into student_tb (student_id,birth_date,gender) values ('1009',to_date('01-OCT-90','DD-MON-RR'),'F');
    insert into student_tb (student_id,birth_date,gender) values ('1010',to_date('10-MAR-89','DD-MON-RR'),'F');
    
    -- INSERTing into SPORTS_TB
    insert into sports_tb (student_id) values ('1001');
    insert into sports_tb (student_id) values ('1004');
    insert into sports_tb (student_id) values ('1005');
    insert into sports_tb (student_id) values ('1009');
    insert into sports_tb (student_id) values ('1010');
    
    
    -- INSERTing into MUSIC_TB
    insert into music_tb (student_id) values ('1001');
    insert into music_tb (student_id) values ('1003');
    insert into music_tb (student_id) values ('1010');
    I hope to have a release in this way
    Please note that I have no intention on adding males and females on a row by row basis. That's because it's the same student that would be involved in each category (MUSIC/SPORTS)
    --------- MUSIC -------------------- SPORTS -----------
         Females      Males         Females        Males
    Age            
    20    0             0              1             0
    21    0             0              0             0
    22    0             1              2             0
    23    0             1              0             1
    24    1             0              1             0
    My query - problem: I clear all data here, but I lost the information where how many girls or boys take Sports, music or nor
    select age,
           sum(female) female_count,
           sum(male)   male_count,
           count(music_student_id) music_count,
           count(sport_student_id) sports_count
    from
    (
      select age, male, female, students.student_id student_id, music.student_id music_student_id, sports.student_id sport_student_id
      from
      (
        select student_id, trunc(months_between(sysdate, birth_date)/12) age,
               (
                 case gender
                   when 'F' then 1
                   else 0
                 end
               ) female,
               (
                 case gender
                   when 'M' then 1
                   else 0
                 end
               ) male
        from   student_tb
      ) students,
      (
        select student_id from music_tb
      ) music,
      (
        select student_id from sports_tb
      ) sports
      where students.student_id = music.student_id(+)
      and   students.student_id = sports.student_id(+)
    )
    group by age
    order by age;
    SQL> select age,
      2            sum(case when gender='F' and mid is not null then 1 else 0 end) music_females,
      3            sum(case when gender='M' and mid is not null then 1 else 0 end) music_males,
      4            sum(case when gender='F' and sid is not null then 1 else 0 end) sport_females,
      5            sum(case when gender='M' and sid is not null then 1 else 0 end) sport_males
      6  from (
      7  select trunc(months_between(sysdate, a.birth_date)/12) age, a.gender, s.student_id sid, m.student_id mid
      8       from student_tb a, sports_tb s, music_tb m
      9       where a.student_id = s.student_id (+)
     10            and a.student_id = m.student_id (+)
     11  ) group by age
     12  order by age;
    
           AGE MUSIC_FEMALES MUSIC_MALES SPORT_FEMALES SPORT_MALES
    ---------- ------------- ----------- ------------- -----------
            20             0           0             1           0
            21             0           0             0           0
            22             0           1             2           0
            23             0           1             0           1
            24             1           0             1           0
    
  • Problem with space with Adobe Captivate 9

    We have a project to create classes of e-learning for a new platform, we will be launching soon. We have Adobe Captivate 9 installed on a computer available for staff to record videos on the subject so that we can combine them to create the classes.

    The problem is when a user, they got the message "free disk space is very low. Get a hard drive space to clear the cache of projects. To do... > Heidy parameters). " On this computer, we have a second drive installed to save all the videos that have been created so that we do not have space on the c: drive.

    My question is how can I configure Captivate to record on this disk for all users in order to avoid that this message all the time.

    Thank you!

    Hello

    Maybe try clicking on Edit > preferences > General settings and adjusting the save locations as shown below?

    See you soon... Rick

  • Adobe Captivate Advanced button Actions shows clicks

    Hello

    I have a question about advanced Actions.

    I have two buttons.

    When I click a button it should disappear.

    After I clicked on the two buttons a third button is displayed.

    How can I do that.

    When I try the third button appears when I click on one of the two buttons and not after I clicked on both.

    Here´s advanced action I have for one of the two buttons that must disappear:

    __________________________________________

    Assign [variable_button1] with 1

    disappear [button1]

    Then a related action:

    IF

    [variable_button1 = 1

    [variable_button2] = 1

    ACTION

    Show Button3

    ON THE OTHER

    Break

    ____________________________________________

    I m sorry if there is something is not right. I have found no translation from German to English in adobe Captivate.

    Thank you very much for your help!

    Kind regards

    Alex

    I suspected this to be the case. No, all shares advanced/shared in Captivate are event-driven. The conditional action will never be executed. I have a lot of examples on my blog for this use case, but post-it (yet) in this thread. BTW: I understand German (I'm Flemish) but do not dare to write in German.

    In a conditional action, you can have several decisions, which are all executed in the order: orders are from top to bottom, are decisions from the left to the humble. You will need to integrate the standard and the conditional action in a conditional action to be triggered by the buttons. Now that you have only one decision (indicated as "Unnamed" and choice in your screenshot), this decision should be the second decision. You don't need to put anything in the ELSE part, but I still don't know the break of the buttons, reason why I asked for a screenshot of the timeline. Your conditional action should look like this (sorry for the English terminology).

    The decision to "Always" 1 I like to cite the decisions and everything in my projects

    IF 1 is equal to 1

    Assign the v_button1 with 1

    Disable Button1

    Hide Button1

    See the Group1

    No Else part for this decision, you must edit the double button 2

    Decision 2 "CheckIt".

    IF v_button1 is equal to 1 AND

    v_button2 is equal to 1

    See the Bt_Next

    Select Bt_Next

    Joint actions are not possible because the variables are used in the two decisiobns.

  • Adobe Captivate won´t work after installation.

    Hi, I recently tried to download the trial version of Adobe Captivate.  I need to learn how to use the software for a new job. I downloaded the installer twice and then prompts, and once the interface has been installed, the programme won´t, as it says installation was not made correctly.  I tried this process twice same results failed. Now I can try again to download the Setup Wizard because it said "access denied." Why won´t the trial version works?

    Hi Lisc46666688,

    I'm sorry for the frustration you have experienced installing a trial of Adobe Captivate. What is your operating system? Some newer versions have been known to cause problems.

    Some General to try troubleshooting steps:

    1. Uninstall Adobe Captivate: Adobe Captivate help | Uninstalling Adobe Captivate.
    2. Run the cleanup tool Adobe CC: use of the Adobe Creative Cloud cleaning tool to resolve installation problems. Captivate isn't a creative cloud app, but the cleaning tool can help clean up the remains of program that may interfere with the installation.
    3. Restart your computer.
    4. Re- Captivate download Adobe Captivate free trial download | Adobe Captivate 9.

    If you try the above and that you're still having problems, please let us know the specific error codes that you receive. If possible, send a screenshot: the specified element could not be found...

    Best,

    Del

  • Adobe Captivate Advanced - 8 Actions trigger an event after that audio connected to a button has finished playing

    Hi all.  I use Adobe Captivate 8 on Windows.  I have a slide that has 2 buttons.  The buttons are placed in advanced actions, when you click on it to play an audio file and display the text, and then set the variable key 1, clicked.  The button are similar functions and can be clicked in any order.  When you click on the two buttons, I need to read an audio of conclusion.

    My problem is that once the second button is clicked, select what action starts immediately, as the two buttons were clicked and the condition is now filled.  I need to finish reading the audio second-clicked the button before she turns to the next action, and no matter what I try it doesn't work!  Major frustration!  If you need me to post any screen shots, please let me know.  Thanks in advance,

    Mike

    You must use conditional Actions, not simple actions.  With a Standard action or conditional button does not automatically frees the timeline AFTER it has been clicked.

    You must also configure the tracking variables so that your conditional Action will be able to determine whether or not the two buttons were clicked and that's why the audio file should be placed accordingly.

    Take a look at this tutorial on creating dynamic menu slides:

    Create a dynamic Menu slide in Adobe Captivate. Infosemantics Pty Ltd

    The basics are really quite the same.

  • Is it possible to take the text Adobe Captivate release the button at the bottom of a Captivate project bar?

    Thanks for any help.

    Hello

    Try clicking on project > skin... and choosing a different playback control.

    See you soon... Rick

    Useful and practical links

    Captivate wish form/Bug report form

    Certified Adobe Captivate training

    SorcerStone blog

    Captivate eBooks

  • When you install Adobe Captivate getting the error "the installer was interrupted... »

    Try installing Adobe Captivate 2 in 64-bit Windows 7, I get an error message saying "InstallShield Wizard has been interrupted... "Windows 7 compatibility tool has been no help. Captivate 2 was installed correctly in Windows XP Service Pack 2 or 3 (I can't remember which). Why it will not install in Windows 7, and how can I fix the problem?

    Original title: Application of captivate 2 interrupted installshield program compatibility

    Hi tdunkle,

    ·         Have you tried the convenience store or installed in compatibility mode?

    Adobe Captivate 2 is not compatible for use with Windows 7. Check out the following link.

    Macromedia France - Captivate: Captivate Release Notes

    You can try to install in compatibility mode and see if it helps.

    (a) right click on the configuration file (the file setup.exe for the software), and then select Properties.

    (b) now, click on the Compatibility tab and check the box that says run this program in compatibility mode for.

    (c) select Windows XP (Service Pack 3). Click on apply and OK.

    (d) now right-click on the configuration file and select run as administrator and follow the normal installation procedure. Check to see if it helps.

    For more information, see:

    Make older programs in this version of Windows

  • Adobe Captivate file size

    I have a two part question. I work with Adobe Captivate for the first time, so I am of course a lot of rookie, errors, and now I'm stuck.

    I have a project that is 122 229 KB, and when publishing to LMS, is 63 900 KB. I made sure all the graphics are as small as possible, but it still takes a long time to load when you access through the LMS. My first question is, what is the size of ideal file for the publication of LMS? If necessary, I may have to divide my presentation in several modules so that they are more easily, but I'm curious to know if there is an easier way to address the issue before it split.

    My second part of the question: is there a way to tell Captivate to begin play the webinar when it loads? When I tested, it took about 2 minutes to load the file that in the world of technology online, it's an eternity. I hope there's a way to tell him to start playing the video during the rest of the presentation the loading in the background.

    Thank you in advance for your help!

    Kristen

    Hello Kristen,

    Welcome to the forums. For your last question: you can reduce the Preloader % in Preferences, project, start & end. Its default value is 100%, which means that the entire project is loaded before playing. Also: avoid having a heavy slide first, no audio action, not complicated, etc..

    There is no ideal real file size, because it depends on many factors. Keep the resolution as low as possible, I mean the size in pixels. You talk about graphics: what type of graphics do you use. If you're on the CP9, he agrees to SVG which, in most cases, have smaller file than bitmap images. But it's not only the graphics that define the size of the file: as the number of slides, images, audio and video clips.

  • All the .muse files deleted after upgrading to Adobe Muse CC 2015.2 Release

    Hello world

    Help!

    I just downloaded and installed Adobe Muse CC 2015.2 Release and launch, by clicking on my latest project under 'Récent', I got an error message stating:

    "The file ' / users/username/Library/Mobile Documents/com~apple~CloudDocs/Projectname/1-3-1.muse' seems to be missing." You want to remove to open the recent item? »

    Adobe customer service tells me that it is because my .muse file was saved in iCloud of Apple and the error should be there because there is no local version of the file on my computer. However, except .muse files, other documents stored in iCloud from Apple are available and this problem occurred immediately after the upgrade of Muse, which seems more than a coincidence.

    I have a HTML of my incomplete project export but informs me that there is no way to recreate the Muse of this document, it seems I've lost weeks of work with no way to recover.

    Does anyone else have this problem? A bit of luck to solve? Also, any thoughts on a solution without having to recreate my project from scratch?

    I'd appreciate any help you can provide because right now I am a very unhappy Adobe customer.

    Thank you!

    You access your Apple account and manually upload your files on your hard drive?

    I personally NEVER use any kind of cloud as my only location of file storage... it is safer to keep the file on your hard disk and a copy on the cloud storage

  • Remove the 'Adobe Captivate' an alert box

    js_alert.png

    Is there a way to remove the 'Adobe Captivate"appearing in this alert area? I can't find alternatives or workarounds.

    If you post on HTML5, in the model of index.html file located here: C:\Program Files\Adobe\Adobe Captivate 8 x64\HTML

    Add the bold text to the function:

    cpXHRJSLoader.js (lJSFiles, function)

    {

    cp.model.data.rtDialog.rtWarningTitle = 'Your Title';

    lJSLoaded = true;

    constructDIVs();

    });

    If you generate the alert, run the following JavaScript code:

    CP. Alert ("message", "title")

  • Download Adobe Captivate problem

    I just finished my payment through digital river for the purchase of Adobe Captivate (download). I also received the email with the link "start download". However, when I tried to access it, it is said "we didn't find any orders placed on your account." Please advise what I can do to finish the download. Thank you.

    Hello

    Welcome to the Adobe Forums.

    Please follow it below in order to download 9 Captivate for Windows or Mac.

    Download Adobe Captivate 9.0 for Windows (only 64 bit) steps: -.

    Step 1:-open the link below and log in with your Adobe ID and password.

    https://helpx.Adobe.com/Creative-Suite/KB/CS5-product-downloads.html

    Step 2:-once you log in with your Adobe ID and password, you will be redirected to the Adobe Creative Suite download page, do not click on download. Please stay on this page and paste the below two links to the address bar one by one and save the files on the desktop.

    http://trials3.adobe.com/AdobeProducts/CPTV/9/Win64/Captivate_9_x64_LS21.exe

    http://trials3.Adobe.com/AdobeProducts/CPTV/9/Win64/Captivate_9_x64_LS21.7z

    Step 3:-after downloading the two files, run the .exe file that will begin to extract the .7z file, and then it will start the installation of Adobe Captivate 9.0 on your computer.

    Download of Adobe Captivate for Mac 9.0 steps: -.

    Step 1: Open the link below and log in with your Adobe ID and password.

    https://helpx.Adobe.com/Creative-Suite/KB/CS5-product-downloads.html

    Step 2:-once you log in with your Adobe ID and password, you will be redirected to the Adobe Creative Suite download page, do not click on download. Please stay on this page and paste the link into the address bar, and save the file on your computer below.

    http://trials3.Adobe.com/AdobeProducts/CPTV/9/OSX10/Captivate_9_LS21.dmg

    Step 3:-once the file is downloaded, run the .dmg file and it will start to extract and install the product.

    I hope that answers your query. In the case of any other help please answer.

    Thanks and greetings
    Vikas mandin

  • Is there an add-on for Adobe Captivate that allows the word to the text?

    So, I finished my first e-Learning and the customer is happy. They asked:

    (1) can as well an audio version and no sound be downloaded onto a CD?

    (2) can the script be face-to-face facilitation in option. ?

    Well, I did not use a script written for each slide. Is there a tool would you recommend to create the text of the speech?

    Thank you!

    Thank you. I actually ended up using Google Doc w / voice / dictation option. I did the following:

    1. export the audio from Adobe Captivate

    2. set again my sound of "Virtual Audio Cable" settings so that the audio has been accepted by the computer MIc

    3 clip dictated in Google Doc

    There is also a new Google Doc add-on which makes speech text even better that the native Google voice type

    Speech recognition - module Google Docs

  • Is there an Adobe Captivate available software that works with 32-bit Windows?

    I want to use software purchase Adobe Captivate is available for 64-bit...

    Please visit: https://helpx.adobe.com/x-productkb/policy-pricing/system-requirements-captivate.html

    I hope this helps.

    Concerning

    Megha Rawat

  • Cancel subscription Adobe Captivate

    Hello

    I am trying to cancel a subscription to Adobe Captivate. I was charged automatically when I said that I wanted to. I just noticed in recent days that the subscription was not cancelled.

    It is too difficult to cancel the subscription and I followed all the links just to get to the same place over and over again.

    Hi Rafael,.

    Please contact support by calling/chat for cancellation requests and billing queries:

    Contact the customer service

    * Be sure to stay connected with your Adobe ID before accessing the link above *.

    You can also check the help below document:

    https://helpx.Adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html

    Kind regards

    Sheena

Maybe you are looking for