Displaying the Slide Label on the Screen in Captivate 4

Posted on 11. Mar, 2010 by captivatehero.

4

Time for some system variables in Captivate 4! Who’s ready?

You are going to use the System variable – cpInfoCurrentSlideLabel - to display the name of the Slide Label on each slide. This will save you a tremendous amount of time if you need to put a custom title on each screen.

  1. Create a blank .CP file
  2. In the Filmstrip – navigate to slide 1
  3. Double click slide 1 and add the Slide Label: Main Menu
  4. Click OK in the Slide Properties dialog box
  5. Create a new Text Caption in slide 1
  6. Double click the caption to edit it
  7. From the Text Edit toolbar above the work area – click on the Insert Variable button
  8. In the Variable Type drop down menu choose System
  9. In the View By menu select – MovieInformation
  10. From the Variables menu select the cpInfoCurrenSlideLabel variable
  11. Set the Maximum Length to 50. This will allow for really long slide titles
  12. Click the OK Button

You now see the Variable displayed in the Text Caption. To display the title on every screen you will need to change the properties of the Text Caption

  1. Right click the text caption
  2. Select Properties… in the contextual menu
  3. In the New Text Caption dialog box – select the Options Tab
  4. Set the Following:

  • Display for Rest of Project
  • Appear after 0.0 seconds
  • Effect – Fade In only

  1. Click the OK Button to set your text
  2. Test you work by Previewing the Project

You will now see the title “Main Menu” appear in you slide. Try duplicating this slide a few times and change each slide label. When you preview your project - the variable will now update with each slide’s label information.

The Captain loves these variables!

Continue Reading

A New Direction

Posted on 10. Jan, 2010 by captivatehero.

2

Happy 2010!

Well it’s been awhile since my last post. I’m truly sorry that I have not been keeping up  - there’s a backlog of cool article ideas I can’t wait to share. I will get to them, but they will not be in written form. More on that in a bit.

Over the last three months there has been many changes happening with my company Lodestone Digital. For those of you who are not familiar with Lodestone - we operate Adobe Authorized Training Centers across the USA that focus on corporations, creative firms, government agencies and higher education. A majority of these classes are delivered in the classroom, and some are delivered via Lodestone Live - our online training offering. The way that we deliver courses is evolving, and that of course had my FULL attention.

There is a fundamental change happening in education fueled by a convergence of delivery technology, social media, and online video. This is at all levels K-12, higher ed, and professional adult classes. I have immersed myself over the past 3 months with this opportunity, and with my team at Lodestone have come up with a new training model that changes everything we do. Our focus has always been to empower you to be creative and have more fun with software  - now we have a new way of making it happen. You will see a lot more video from Lodestone on the web, and in this blog.

Lodestone will be making an announcement at the beginning of February that will spell everything out, and I can’t wait to share it with you.

Thanks for coming along for the ride.

Josh

Continue Reading

Using Variables in Captivate 4: A Simple Page Counter

Posted on 07. Oct, 2009 by captivatehero.

17

Hello fellow Captivaters!

This week I’m going to create a simple page counter using Captivate 4 variables that will keep track of the current slide that you are on and the total number of slides in your presentation.  (Example: Slide 3 of 20) This is a straightforward way of letting your audience members track their progress, and is especially helpful is you decide to ditch Captivate’s Skin for your own custom navigation controls.

In prior versions of Captivate I created a Flash movie that would grab the existing slide variables with ActionScript 2.0 code and display them in an imported SWF. This was always a big hit in Captivate classes, but anyone who was not inclined to program was a little put off. Well no worries about code anymore. All you will need to pull this off is just a Text Caption and few clicks. Let’s get Captivating!

  1. On the Captivate opening screen under the Create Project column select Blank Project.
    Select Blank Project.

    Select Blank Project.

  2. The New Project dialog box appears. From the drop down list on the right choose 790 x 545 Browser.

    Choose 790 x 545 in the New Project dialog box.

    Choose 790 x 545 in the New Project dialog box.

  3. Click the OK button.
  4. A new untitled CP file is created. Save your work as SlideCounter.cp
  5. Add three blank slides by selecting Insert > Blank Slide three times. This will take you to the Edit View automatically.

    Create three Blank Slides.

    Create three Blank Slides.

  6. Select Slide 1 in your Filmstrip.
  7. Choose Insert > Standard Objects > Text Caption…

    Insert a Text Caption.

    Insert a Text Caption.

  8. The New Text Caption dialog box appears.
  9. Set up some simple Text Caption Properties
    • Caption type: [transparent]
    • Font: Arial
    • Size: 14
  10. Type the word “Slide” in the Caption editor.

    Select the Insert Variable button.

    Select the Insert Variable button.

  11. Click on the Insert Variable button. The insert variable dialog box appears.
  12. Select System for the variable type.
  13. View by Movie Information.
  14. From the Variable list choose cpInfoCurrentSlide.

    Select the cpInfoCurrentSlide variable.

    Select the cpInfoCurrentSlide variable.

  15. Click the OK button.
  16. Type in the word “of” right after the inserted variable.

    This is what your text should look like.

    This is what your text should look like.

  17. Click on the Insert Variable button again. The insert variable dialog box appears.
  18. Select System for the variable type.
  19. View by Movie Information.
  20. From the Variable list choose rdInfoSlideCount. You now have the variable in place. When these variables render they will display “Slide 1 of 4”. The first variable will resolve the current slide that you are on and the second will keep track of the total number of slides.

    Select the rdInfoSlideCount variable.

    Select the rdInfoSlideCount variable.

  21. Click the OK button in the Insert Variable dialog box to close out.

    Text Caption with variables added.

    Text Caption with variables added.

  22. Now it’s time to set up an object attribute to make sure that we can see our Simple Page Counter on all slides.
  23. With the New Text Caption dialog box still open click the Options Tab.
  24. In the Timing section – change the Display for: value to Rest of Project. This will allow the Page Counter to be visible on all slides.

    Display the Text Caption for "Rest of Project".

    Display the Text Caption for "Rest of Project".

  25. Click the OK button.
  26. Preview your example by hitting the F4 key.

You should now see your page counter read 1 of 3, 2 of 3, and 3 of 3 as it progresses through the slides.

This is the final variable text rendered in the caption.

This is the final variable text rendered in the caption.

If you see these results – well done!

Sample File (520K)

Now that’s real Captivate variable power.

Continue Reading

Useful Captivate 4 Variables

Posted on 15. May, 2009 by captivatehero.

36

The Captain noticed a great post today on the Adobe Captivate blog that lists all the Captivate 4 system variables, their default values, and a description. This is a great supplement to the Captivate 4 Help file - which only lists the older RoboDemo variables that begin with the prefix “rd”.  I think one of the challenges of using the variables is the time it takes to test them out to validate functionality. This list is going to help decipher what these variables are used for.

Here’s a list of some of the variables that I find interesting, and that will most likely be used in my Captivate 4 projects:

Variable

Description

Comments


cpCmndCC Enable/disable closed captioning (CC). Set value to 1 to display closed captions. Change the value to 0 to turn them off. This will really come in handy when you are trying to hide the Closed Caption area. For instance, when there are text captions that match the audio track. Having a closed caption would be redundant at that point.

cpCmndGotoSlide Assigns the slide number that the movie should move to before pausing. This is a little tricky - the Index begins with 0. What makes this different than just a plain old “Jump to Slide”? When you are building conditional statements, or trying to evaluate a slide number - you will take advantage of this VAR in your Captivate Actions.

cpCmndMute This will mute the audio. Set  the value to 1 to mute and 0 to un-mute the audio. This is going to be great to turn off any background audio that you may have playing through the course. Keep in mind that this will mute ALL the audio.

cpCmndShowPlaybar This will turn the visibility of the playbar on or off. The default value is 1 if the Playbar is turned on in the skin. Set the value to 0 to turn the playbar off. This variable is going pay off big time when you are trying to incorporate a Captivate skin and a demonstration/simulation.

cpLockTOC Enables/disables user interaction on TOC. If you want to lock the Table of Contents in place - set the value to 1. If your users need to go through all the slides - this will force the TOC to stay open so they can see their progress.

cpCmndVolume Control the movie’s volume. Values can range from 0 to 100. This will allow you to control the volume of your audio tracks in the course. This will come in handy if you have a section of your course where the audio levels don’t match.

This is only the tip of the iceberg. There are many more variables that allow you to:

  • Control the Captivate movie
  • Pull Captivate movie information
  • Grab Captivate movie metadata
  • Grab System information
  • Display Quiz information

In my next few posts, the Captain will be diving in deep with examples on how you can use Captivate 4 variables to extend the capabilites of your next course.

Until then - happy Captivating!

Continue Reading

Captivate 4, FLVs and the TOC

Posted on 23. Apr, 2009 by captivatehero.

18

First, the Captain would like to say - “I’m back”! I’ve been on hiatus for the first part of the year, but ready to start spreading knowledge once again on Adobe Captivate and all things related.

I want to mention an issue that popped up today when I was reviewing a client’s .CP file that used multiple FLV’s.

The .CP file was not complicated - one static slide with text and graphics and one slide with a FLV video - repeat that pattern 8 times. All the videos were set to progressive load, display until the end of the slide, and pause slide until the end of the video. There was a requirement for the FLV playback bar to be visible, and show the progress barmovement while the video was playing. No problem right?

The playback head was not moving!

The playback head was not moving!

Well some real strangeness started happening during testing. Some of the videos would trigger the FLV progress bar/playback head just fine, and then for others the playback head would just sit there. These videos would play just fine - but you had no control of scrubbing the video. When I tried to re-publish - different videos would work. Re-publish again - now a different set of videos worked.

Well, after much testing and gnashing of teeth - I’ve concluded that the new Table of Contents feature is messing with the FLV playback component. After removing the TOC - the FLV playback bar worked like a champ on every video! Unfortunately, the TOC is required by my client for this project.

The Captain is still trying to sort that one out.

Continue Reading

Adobe eLearning Suite and Adobe Technical Communication Suite 2

Posted on 20. Jan, 2009 by admin.

1

The Captain is soaring through the air with excitement!  Adobe has announced the release of the Adobe eLearning Suite and the Adobe Technical Communication Suite 2!

Here is a run down of all the new suite packages:

Adobe Technical Communication Suite 2:

Adobe FrameMaker® 9

Adobe RoboHelp® 8

Adobe Captivate® 4

Adobe Photoshop CS4

Adobe Acrobat® 9 Pro Extended

Adobe Presenter 7

Adobe eLearning Suite

Adobe Captivate® 4

Adobe Flash® CS4 Professional with Learning Interactions

Adobe Dreamweaver® CS4 with CourseBuilder Extension

Adobe Photoshop® CS4 Extended

Adobe Acrobat® 9 Pro

Adobe Presenter 7

Adobe Soundbooth® CS4

These new suites provide content developers with some great software choices. If you are an instructional designer that’s creating more documentation than multimedia content - the Technical Communication Suite is your pick. The suite contains solid applications like FrameMaker, RoboHelp and Captivate - but now adds Photoshop which should be in everybody’s toolbox.

The eLearning suite provides multimedia producers with a set of tools that will allow flexible content output options - Flash, PDF and HTML.

In the next few weeks the Captain will be exploring all the new features of Captivate 4, and how this new version will work with Flash, Dreamweaver, Photoshop, Soundbooth and more.

Continue Reading