The official community for Captivate.
Récent
Hello everyone,I am storing LevelProgress variable at localStorage and I want to execute different Advanced Actions based on values of LevelProgress.However nowhere in documentation I can find how to execute Advanced Action with JavaScript.Have anyone tried to do that?I'd like to achieve this without creating extra buttons/click boxes/objects is possible. Purely triggering JavaScript on Slide enter.Thank you.
For the past couple years, I've been using Captivate to build interactive flowcharts that allow the user to answer a question, and based on their answer, the next step in the process is revealed (each new step is a new slide, so the buttons just "jump to slide"). Point is, they're very long and users have to scroll down as it progresses. I've been publishing them as SWF, but we're in the process of converting to HTML5 now. When I publish as HTML5 only, and place the files on a web server, once I have to start scrolling down, every time I click a smart shape button, it jumps the project back to the top, and I have to scroll down again.I realize that I should have probably used something like Dreamweaver, but I have to build in tools that my teammates are capable of using, too.Is there a way to prevent it from jumping to the top when it goes to a new slide?I've read that can happen if your buttons aren't defined as buttons in your HTML5, but I'm not finding that to be the case. Of course
I am trying to publish a responsive course and get the below messages. There are no special characters and Show Playback Control is checked. I'm not sure what I can do to correct this error. My file only partially publishes. Any ideas?
There are two changes I've noticed in my first few days of using version 2019, and I want to make sure they're actual changes and not just settings I'm missing.The first is that I used to get a warning during publishing if I included any use of "Open URL or File" in the project to open an external file. When I published something I know should be giving me that warning, I'm not getting it in 2019. I have found that to be extremely helpful in the past. Has that warning been removed? The other thing is that I now can't get a project to play in browser starting with my title screen. I have to load a "play" button screen first. In v2017, that only happens when I have auto-play turned off. I know there's some official mention of it being a browser problem, but in my experience I am still only seeing the issue when I publish from 2019, so it seems like the issue is with Captivate, not the browser's ability to recognize that command. Is anyone else experiencing that?ThanksJeff
Hi,I am trying to download the Captivate 9 trial for my Mac. The downloader does not start and the link "To download the files directly, click here.File 1 of 1" does not work well.Anyone gotten past this issue?- bjoern
I have been trying to install Adobe Captivate for the past two days. The installer for it keeps showing up blank when I run the setup file. The only thing that has been installed are the "readme" files and not the actual program itself. If I try to right click on the box and close it out to start over the installer window then displays text that reads, "Undefined." I've run group policy updates, I've restarted my computer and nothing has helped. I also tried emailing Adobe and have heard nothing back yet.
Hi to all….I have created a Multi State Objects View that includes 6 slides (a normal plus 5) they all work quite well….My question is: is it possible to add a link to a video in any of those slides? I can insert text but nothing else..Thanks
Hello,tI have a HTML5 course in Captivate 2019 that has two different tracks on the first slide, each track goes to a main menu with module buttons that nagivate to branching scenario slides. I have the quiz settings set to: The course is not resuming where I left off on relaunch. What could be the issue?Thanks!
Hey there,So I am trying to publish a relatively short video demo from Captivate to YouTube. I'm signed in to my YouTube account, set to public view. When I click upload after typing in a title and description, I am getting an error message (also seen in image below): "JavaScript Alert - http://localhost:4604 Unauthorized."What does this mean? Why can't I publish the video?Thanks for all of your help!
Would it be possible to control a captivate modules on a phone, using voice commands, such as "next, stop, pause..."
What is an "Unauthorized JavaScript Alert - http://localhost:3981" when one is trying to publish from Captivate 10 to YouTube in a PC environment? This has been most frustrating. If I did not receive this pop up, I received a runtime C++ error, crashing before a publish even began. Thank you in advance for any wisdom and clarity.
Hello,I wanna add FullScreen to my Quizz what should i do !!
Bonjour,1) Comment procéder pour que le Quizz puisse se mettre en plein écran.2) J’ai créé un projet responsive sur Captivate en utilisant les 5 tailles d’interface, mais entre les tailles imposées le projet n’est plus responsive. Comment procéder pour rendre les productions réellement responsives quelle que soit la taille de la fenêtre utilisée.Merci pour votre réponse.
Thank you for looking into this question.I'm trying to insert the HTML5 file published by Captivate 2019 into InDesign by using the CircularFLO pulgin.However, I received this error regarding the HTML5 file published by Captivate 2019.
I have brand new very powerful iMac (40G memory, 2 TB Fusion drive). I downloaded and installed Captivate today and tried a 2-3 second test video. It is just hung there saying finalizing video. Did another test with proper video demo project but with same thing. I like the features of the app but doesn't seem to work.
Hi to all....Being new to captivate in general but using 2019 version I encounter the following problem when "preview from the slide"Not sure as to why this "grayed" arrow appear....How can i disable it?Thanks
Hello, i have a little prob. I setted my tebs with "Lowercase" option, now on my LMS if i type in the teb with "capslock" active the text is lowercase but it give me wrong answer, i think is that the scorm/lms recognize the test as uppercase and don't give a f about the css "text-trasform:lowercase".
I am creating a 360 VR project in Captivate 11.5.0.476 consisting of a number of 360 slides that have equirectangular pano photos as backgrounds. Each slide contains numerous hotspots that trigger various actions including jump to another slide, display text and display image. I have published the project as html5 and uploaded it to a website.I am testing the project with an Oculus Quest VR headset through its internal web browser. When the project first displays in the Oculus browser it is in a 'desktop' (non-360 window) mode, similar to viewing it in a standard web browser such as Chrome or Firefox. In this mode everything works as expected: the hotspots display text or images, or jump to the appropriate slides. The Oculus browser displays a small 'Enter VR' button that is overlayed on the viewing area. When I select the button, the view switches to full VR mode with the background pano image wrapping completely around the 360 view as expected. However, none of the hotspots work. The
Hello everybody,I'm struggling with a task I have to complete, any help is very much welcome at this point.Context: at the end of the elearning I'm developing, I need to include a slide (that will be printed for archives and payment and stuff ) with the duration the trainee took. Each trainee is going to have a different time due to questions, quiz etc. I also like to say that I'm more a specialist in the stuff I teach then in javascript or advanced actions.What I did: on the page where I want to display the time, I trigger an advanced action.In it, I assign the variable FinalTime with cpInfoElapsedTimeMS (it would be so nice if it had immediate formatting options as for the current date ).Now, I need this ElapsedTime to look readable, not just in seconds but as a human timing as for a video. So then in the advanced action I try to execute a Javascript which is:var millisec = window.cpAPIInterface.getVariableValue("FinalTime");function getMyTime(millisec) { &nbs
Hello i want to convert reponsive project to non responsive ?
Any modules I publish since upgrading from CP 11.0 to CP 11.5 fail to resume.I get a JavaScript error "b is undefined" in the function getCustomSlideItemList in CPXHRLoader.js.We are using a custom LMS with xAPI. Modules published in previous versions of CP (including 11.0) work fine.Does anyone know what's going on? Did something change in 11.5 in how the JS output works with xAPI?Any help appreciated.
Hi Everyone. I am using captivate 5 and have created a 60 slide project. The project contains 8 quiz questions and is published as scorm 1.2. The project is delivered using moodle 2.02. The problem is this. When the project is first launched it loads and plays correctly. If the student exits before the quiz is complete and then comes back to it later the project resumes correctly, The problem occurs where the student exits the project after the quiz is complete. If after this point the student tries to re-launch the project later, the project launches but gets stuck at the gray loading screen. I have installed the latest hotfixes and the problem seems to occur on all browsers.Any ideas would be gratefully appreciated.regardsJ
Hello I want ask why font change when i make the export of my project ( for exemple i work with Gotham font i find Arial font ??)
Hello , Is it possible to change or reduce the icon of quiz plz ??
We have just started using Captivate 2017 and we are finding an issue with the Closed Captioning. This is happening to Cp9 courses converted to Cp 2017 as well as new courses built in Cp 2017. In the past, the content we had in the Close Captioning field stretch across the bottom of the slide and would allow the learner to read all the content. However, now, the content is boxed in and does not allow the learner to read all the content. I have tried going into the CC settings in the Skin Editor, but changing the X Y does not help. Is this a known defect? The image attached shows what we are seeing. We cannot stretch the box out and there is no scrolling mechanism for the learner to read all the content. Appreciate any insight.Thanks.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Vous avez déjà un compte d'utilisateur ? Connexion
Pas encore de compte ? Créer un compte
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.