You are currently browsing the archives for the Tips and Tricks category.
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « May | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | ||||
April 5. 2010 by admin.
Lately, I’ve seen some awkward attempts at simulating a text field/activation button combination, such as one would find on a login page. On one such web page, the user types data in a couple of fields and then either presses Enter or clicks a button. I’ve seen some people develop three separate slides for this and use incorrect keys to proceed, actually training users to do something in simulation they would not do in a real system. You can simulate it accurately and all in one slide if you set up your Captivate interactions as follows:
It is easier to understand what I am on about if you see it, so here is an example. The source file is here.
Posted in Tips and Tricks | Print | 2 Comments »
March 25. 2010 by admin.
Here is a template for a simple Captivate movie that forces the viewer to enter a case-sensitive, unique password before proceeding on to a given web page. This can be handy for putting some rudimentary security in front of your training portal or client review page. Here is how it looks.
Posted in Tips and Tricks | Print | 1 Comment »
March 25. 2010 by admin.
A commonly expressed problem with Captivate 2 is that text used in transparent captions looks “blurred” or “fuzzy” in published SWFs. This is because of the way “font-smoothing” is applied. You can override this setting, however, by highlighting the text with the highlight color #C0C0C0, as shown here. In Captivate 4, you need only disable the Anti-alias Transparent Captions check box under Edit ~ Preferences ~ Project ~ SWF Size and Quality.
Posted in Tips and Tricks | Print | No Comments »
March 23. 2010 by admin.
One of our colleagues recently expressed a need to present a Captivate-generated SWF in the clean window, which is to say, without the browser’s buttons, Address field, Search field, and so on. There is a couple of ways to do this. The simplest is to use the Full Screen option when publishing. Slightly more difficult is to use JavaScript to open a window of a specified size and without the browser’s interface elements. Unfortunately, as we found out, Captivate’s Full Screen publishing option does not work if you have Sharable Content Object Reference Model (SCORM) enabled. So, scripting is required.
In case you ever have need of this type of script, I have put together some example files here. They include:
Sample.swf: This file contains a simple red box along with a button bar. Use the X button to close the window.
OpenFullScreen.htm: This is a Captivate-generated web page that I edited to include a script to open the SWF full screen. The script is commented out so you can copy and paste it into your own files.
OpenSwfFullPortal.htm: This is a scripted portal page that allows you to open your SWF in full screen mode via a link.
OpenSwfWindowedPortal.htm: This is a scripted portal page that allows you to open your SWF in a windowed mode via a link. If you reuse this, be sure to specify the correct Width and Height variables for your project.
I supply these files free of charge and without warranty etc., etc. etc. Hopefully they will save you some time if you encounter this situation, however!
Posted in Tips and Tricks | Print | 1 Comment »
March 21. 2010 by admin.
Here is a page of links useful to training developers and technical writers.
Posted in Tips and Tricks | Print | 1 Comment »