View Captivate 6 HTML5 out on iPad

I'm still in the testing phase for my project.

Is it possible to view and test release of Captivate 6 on an iPad HTML5, without having to uplod the HTML5 project to a web page?

Isn't fear.   I hope that in 6.5 we can test HTML5 output without having to manually publish on a web server.

Jim Leichliter

Tags: Adobe Captivate

Similar Questions

  • How do you tab in HTML5 out on iPad?

    I have a project where the user enter text, and then press Tab to move to the next slide. In the real application I'm simulating, tab takes the user to the next field. I left it in HTML5. It works fine on my PC, but when I'm on the iPad, I can enter in the text but the > at the top of the keyboard that appears on the iPad to go to the next field has no effect. I don't see another button that says TAB. Is there a setting I'm missing? I am using Captivate 8.0.1

    Thank you!

    You coukd use Focus loses focus go to the following text entry.

  • How can I incorporate the text search when a project public captivate in HTML5?

    How can I incorporate the text search when a project public captivate in HTML5?

    There is an option in the skin editor > TOC settings, but I think you will find this only applies to research on the names found in the table of contents itself, not the entire project.

  • From web server to the Captivate of HTML5 file variables

    I publish a quiz in Captivate as HTML5 and host it on a Web site. I would like to know how I can move my site to the HTML5 based Captivate quiz data.

    So far, I have had success are given on captivate by having the file POST the results of a quiz finished in a RESTful way. However, I have not had success put data in the file. I would like to transmit information such as the user ID and the ID of the quiz, maybe same position current slide so that I can match quiz information to my database. I'm not specifically looking for a solution to the user ID, ID quiz, etc. because I can be creative, in this regard, I just want to know if others have been able to define variables when the Captivate file loading.

    I tried a definition of the variables in two ways:

    -Declare the variables with javascript, ajax, load the page in a div. Because of the problems of dependence from the captivate file uses relative paths to the assets folder.

    -Change the published html file by adding the javascript variables, this returns an error message saying that I can't replace the existing captivate variable

    -Add js variables in the init function, this has no effect.

    Simply pass the username and id I used the following.

    Note that the URL contains query string parameters that correspond to variables in captivate

    http://mywebsite/course/index.html?cpQuizInfoStudentID=IDHere&cpQuizInfoStudentName=Studen tNameHere

    Another way to use JavaScript to read the query string and the variable of the entitlement in CP for query string values. I remember reading some more detail, but can't remember where.

    It may be useful

    Luke

  • Captivate 6 - output Video on iPad Darkens/Dims while reading?

    I wonder if anyone can help me with this. I just exit and published my first e-learning module through 6 Captivate for iPad. Ive placed the files on our LMS (Moodle) and tested on a Mac and have no problem. It plays perfectly. However when I run the same charm from an iPad to test playback of mp4 files, but with a gray screen. The content is there, but he plays like on some sort of power saving mode. The iPad itself is not that as the bar Safari etc. remains lit normally. It's just the videos. Once the content moves to a menu screen it works fine again and turn on normally.

    Someone at - it ideas? Videos are converted F4V files Captivate has transformed the conversion of HTML5. I tried to launch the output on my Mac files, but it says that I don't have the necessary codecs so I can't prove that they are working on a normal machine. When using the LMS to run the module on Mac I think it references the Flash files not HTML5 that I pulled out the two.

    If anyone has experienced this? Is it a simple setting I'm missing? If it helps, I can provide a link and access to e-learning for someone to try themselves on their iPad. Any help would be greatly appreciated.

    James

    I tried to launch the first videos separately and had no joy. As mentioned above, I had errors of Codec. However, I tested before and after the changes, and it seems to have done the trick. The original F4V files have been converted throguh Adobe Media Encoder of MP4 it was a simple case of switching back to Captivate convert the MP4s in F4Vs for use in the web version. As I said, everything works fine now and seems to have done the trick. I wonder if she had nothing to do with the fact that the initial module was created in 5.5 prior to MP4 has been supported. Who knows.

  • Captivate 8 HTML5

    Captivate 8

    CornerStone we Demand LMS

    Hello

    We are eager to see our course on an iPad.  We are Scorm 2.1 editing and selecting HTML5.  During the test on a via our LMS Mac or PC plays the course.  However, when testing on iPad with iOS7 the course will not play.  This also occurs when the course is published as a sensitive project.

    Any help welcome.

    NIC

    For anyone who has followed this thread, I thought I'd pass on the results.  Help desk operator sent the following:

    "Currently we do not support the product of our performance on ipads. I'm sorry for the inconveniences that result. However, the good news is that we are working on a new version of the product that will be compatible with all mobile devices. "

  • Captivate 6, HTML5, IE11 blues

    I created a project of 6 Captivate to publish on HTML5.  The quiz results being transmitted to our server via a MESSAGE form that is created in the project via a button that executes the following JavaScript code:

    var myPercent = cp.vm.getVariableValue('vPercent');  
    var myAccuracy = cp.vm.getVariableValue('vAccuracy');
    var mySurvey1 = cp.vm.getVariableValue('Survey1');
    var mySurvey2 = cp.vm.getVariableValue('Survey2');
    var mySurvey3 = cp.vm.getVariableValue('Survey3');
    var mySurvey4 = cp.vm.getVariableValue('Survey4');
    var mySurvey5 = cp.vm.getVariableValue('Survey5');
    var mySurvey6 = cp.vm.getVariableValue('Survey6');
     
    
    document.write("<html><head><title>Results</title></head><body><p align=center><br><font size=6>Quiz Results</font></p><div align=center><table border=0 width=50% cellspacing=0 cellpadding=4><tr><td align=right width=50%><b><font size=4>Total Questions:  </font></b></td><td width=50%><font size=4>49</font></td></tr><tr><td align=right width=50%><b><font size=4>Correct Questions:  </font></b></td><td width=50%><font size=4>" + myAccuracy + "</font></td></tr><tr><td align=right width=50%><b><font size=4>Accuracy:  </font></b></td><td width=50%><font size=4>" +  myPercent + "%</font></td></tr></table><p><font size=4>The next screen will display your certificate of course completion. Be sure to print it for your records. <br> <b>You must submit a copy of this certificate.</b></font></div><form method=POST action=/Training/QuizResults.aspx><p align=center><input type=submit value='   Next  ' name=B1> <input type=hidden name=S1 value=" + mySurvey1 + "> <input type=hidden name=S2 value=" + mySurvey2 + "> <input type=hidden name=S3 value=" + mySurvey3 + "> <input type=hidden name=S4 value=" + mySurvey4 + "> <input type=hidden name=S5 value=" + mySurvey5 + "> <input type=hidden name=S6 value=" + mySurvey6 + "> <input type=hidden name=percentage value=" + myPercent + "></p></form></body></html>");
    
    

    It is hosted on a secure server and works very well in the following browsers: iOS7, 32 Chrome, IE 10, 5.1.7 Safari for Windows.  However, in IE 11 all I see is a blank page (even in compatibility mode and adding to trusted sites).  Since it very well highlights IE11 when viewing on the local computer, I don't know if it's a compatibility problem or if it is bound to be on a secure server, or just that my JavaScript is wrong and THE ruthless 11.

    I appreciate any suggestions you have on this - including other methods of using POST to pass the variables.

    Thanks Jim.  Who has not solved the problem, but I finally understand what the problem was and came up with a work around.  In the console JavaScript (F12), I saw that there was an error SEC7111: HTTPS security is compromised by (null).  Apparently, which means IE11 considers my JavaScript-created form as a non secure content and instead to ask the user whether to display mixed content, it does not show.  To resolve this problem, I did the form display in a pop-up (Viola!  No mixed content - only unsecured content).  IE11 is in agreement with this, but this isn't a graceful solution since most browsers now use a pop up Blocker.  Here's my new code:

    var jsPercent = cp.vm.getVariableValue ('vPercent');
    var jsAccuracy = cp.vm.getVariableValue ('vAccuracy');
    var jsSurvey1 = cp.vm.getVariableValue ('Survey1');
    var jsSurvey2 = cp.vm.getVariableValue ('Survey2');
    var jsSurvey3 = cp.vm.getVariableValue ('Survey3');
    var jsSurvey4 = cp.vm.getVariableValue ('Survey4');
    var jsSurvey5 = cp.vm.getVariableValue ('Survey5');
    var jsSurvey6 = cp.vm.getVariableValue ('Survey6');
    var w = window.open();

    w.document.Open('text/html','replace');

    w.document.Write(")Results


    Quiz results

    Total Questions:49
    Fix the issues:"+ jsAccuracy +"
    Precision:"+ jsPercent +"%

    The next screen will display your certificate of completion of the course. Be sure to print for your records.
    You must submit a copy of this certificate.

    ");

    w.document.Close ();

  • Listen to the with SCORM HTML5 video on iPad

    I publish videos HTML5 with SCORM for LMS deployment.  Ultimately, users will watch these videos on their iPad.  I want to be able to view these videos on my Ipad first... need to make sure formatting, quiz, order, etc., are good.  What is the best way to do it?  Currently I have to post the videos of the LMS temporarily.  Not a good solution.  I tried to view them on a web server, but videos with the index_SCORM.htm file will not play.  Any ideas?

    Hello

    Thank you to Adobe.

    You can test through a free LMS called Scorm cloud. It generates a link, so you'll just have to open this link on your ipad.

    Click here to access the clouds of Scorm.

    I hope this helps!

    Thank you!

  • Locking the view from left to right on iPad, so can only scroll

    Hi all!

    Very new to all this.  I've done a few worksheets that I am very satisfied.  They consist of long lists of inventory and adjustments of table on the screen of my iPad perfectly from left to right.  All is needed is to scroll through hundreds of entries.

    But on the iPad, it is very easy to also scroll to the right while you're sliding your finger "down".  This exposes the large white area to the right of my table, and I have to drag around to get my map centered on the screen.  Is it possible to keep this locked?

    Thank you
    Jared

    Best post in discussions of iWork for iOS , because this one is for the numbers for Mac. However, the general approach is the same.

    As much as I know there is no way to "lock" a table instead of a way that it does not disappear off the coast of the visible part of the Web. But maybe you don't have to worry about locking it. To move to the top of your table just wide from top left to bottom-right. To move to the bottom of the wide table from lower left to upper right. Sliding slightly to the right in both cases you can keep your table in the view.

    The movement is similar to a trackpad on Mac. It will become second nature after a while.

    SG

  • Captivate 9 - HTML5 content does not load

    Using Captivate v9.0.1.324. I have a few projects that does not load in a browser when published under the title of HTML5. When you try to load the index.htm page you see the loading icon (circle of rotation) and that's all. I tested with different browsers and on different computers and still have the same problem. The projects work very well in the SWF, and there is no errors/notices in the HTML5 Tracker.

    Unfortunately, the site which we use to review allows only projects Captivate to publish as HTML5 in a .zip package. Because the project never loads examiners are unable to make the remarks. I googled and searched in the Adobe forums and have not found any solutions.

    Any suggestions on how to detect the problem would be greatly appreciated.

    Some features such as the interactions of training will play only from a server, but apparently, it is not the case here.

    It could be a corrupted object somewhere, or more than one. Do you have question slides? Do you use training interactions?

    The difficulty is to find the 'guilty '. A possible workflow is to hide a large number of slides, publish and test again, then gradually add the slides more until you bump into the cause of your problems. I guess you used the project, Tracker HTML?

  • Live View does not HTML5

    Hello

    I have my site defined and stable and a connected remote server.

    When I go to Live View the overview of my site is empty.

    This works very well with HTML Web sites, is there an extra step for HTML5?

    Am I missing something?

    I know it's a n00b question, but any help will be appreciated.

    I'm sorry that you don't like my answer.  It was not my intention to you a slight or hurt your feelings somehow. It's just that we're all busy and we give our time on this forum among other challenges as web professionals.   A simple link to your site from the start is the best way for help us to you quickly.  .

    Long story short, that your culprit is the storm.css file & not a HTML5 document type.

    I don't know exactly what in this file is originally DW to choke, but if you comment in your source code, you should be able to see everything in Live View mode.

    http://www.rankubator.com/CSS/storm.CSS

    Good luck with your project!

    Nancy O.

  • Call Captivate demos HTML5

    Captivate HTML5 demos can be launched from a CHM file?

    For CHM you would probably want to investigate on publish the Captivate as a SWF file. Then adding the SWF file to a topic or maybe making it a subject of its own by importing the Captivate created HTML page. It would be the most straightforward approach.

    See you soon... Rick

  • Captivate 8 HTML5 file does not load

    The published version of a Captivate 8 draft published in HTML5 works fine on the development server (i.e. my laptop), but fails to load in any browser from the production server (the link is http://www.clearcreeklearning.com/emcycle/index.html). The host (Godaddy.com) insists that the problem is in the index.html file which I would download if I was allowed to. Is this a known issue? Any ideas on what might be preventing it from loading?

    Basically, all your content is in the CPM.js as a big JSON object. There are some foreign assets, but all your courses and advanced actions are in this file. If it encounters a fatal error that does not load your course. I found this line that was the mistake of launching and removed 2-3 series of / / and it worked.

  • Audio does not work in Windows, Safari 5.1.7 - Captivate v8 (HTML5)

    Audio does not work in Windows Safari 5.1.7 for my project CBT created in Captivate v8 and edited in HTML5. Need help urgent to solve the problem.

    You have installed QuickTime?

    End-users using Safari will also need QuickTime.

    Apple ends Safari for Windows support in 2012 with 5.1.7.

  • Captivate 7 HTML5 "Loading"... "error in Internet Explorer 11

    We are now in the creation of Captivate HTML5 projects include MP4 video on some slides.  Once published and uploaded to our server, the slides with video will be occasionally and randomly (it does not happen all the time) "hang up" with a "Loading" grey... "screen on top.  This essentially freezes the unit and you can not continue.  This only seems to happen in Internet Explorer.


    Does anyone have an idea on how to fix this? I use 7 Captivate.


    I worked through other bugs that are produced in Chrome and Firefox, but it lingers still to explore.


    The "loading" animation shows the video is buffering and which is usually a sign that your current bandwidth of the end-user is not high enough to keep the bitrate of the encoded playback video.

    In other words, if the video is encoded at 300 kilobits per second reading and your internet bandwidth to the destination computer is not at least 300 kilobits or more, so unless you use a preloader, you will find at some point the video will buffer.  The percentage of preloader helps to overcome the shortfall to some degree.  If the video still stops at halfway and buffers, then you must increase your bandwidth or increase your percentage preloader.

    There are a few other variables, but these are the most important.

Maybe you are looking for

  • Unable to connect to gmail

    Just downloaded Firefox 9 after one year of use of Safari. You wanted to try it. Is my iGoogle homepage, with all my gadgets including gmail and I can save it as my home page but Gmail is looking for a password and Firefox won't let me put one in.Wen

  • Satellite P100: Ox7927e03e fatal execution engine error Code

    The above error message (code Ox7927e03e) appears whenever I restart my Satellite P100. Various suggestions on the Microsoft XP Update/repair Net.Framework Web site do not work. Any ideas? The computer works normally except for the library that gener

  • Outlook Express 6 - 0x800CCC0E Error Message When you try to send or receive mail

    Hello, can someone give me help with a problem I have with OE6.This problem happens only from Sunday 15, prior to that, everything worked fine. I get the following message about the ports 25 and 110 - no, error Socket Error: 10061 no 0x800CCC0E - OE

  • 5.6 pages move the object to the background?

    Near as I can tell, there is no way to float an object behind the text in a Pages 5,6 word-processing file. I can place the rectangle, select it, but "send to back" do not place behind the text. Change the implementation of 'Stay on the Page' or 'Mov

  • HP Z820 workstation: Z820 HP does start, fans at high speed, no BIOS, no signal in the monitor.

    Hello world My listing of workstation: HP Z820, Dual Xeon E5-2687W @ 3.1 - 3, 8 GHz, graphic card Nvidia quadro K5000, 64 GB RAM, 2 x 500 GB HARD drive.The workstation is still under warranty. They arrived after upgrade to Windows 10 (from 8.1 to Win