This Week’s Community Chat: Inserting Flash Movies in Presenter

Feb192008
Written by Gabe Anderson — Posted in Articulate Presenter, Community

At the Training 2008 conference in Atlanta earlier this month, a number of prospective Articulate customers stopped by our booth to ask a common question: “Can I use Captivate with Articulate Presenter?”

My answer usually goes something like this: “Yes, most definitely. In fact, a number of our customers use Captivate to create screen recordings, publish them to Flash .SWF files, then insert them into Articulate Presenter via the Insert Flash Movie feature. That way your screen recording can be one element of your overall elearning course — a slide or two within the context of, say, a 20-slide course.”

Insert Flash Movie

You can get an idea of what screen recordings in Presenter courses look like if you browse some of our Articulate Online tutorials.

And that’s just the beginning. As long as you follow these tips, the sky’s really the limit when it comes to enhancing your Articulate Presenter course with 3rd-party Flash movies. If your file exists as .SWF or .FLV — be it a talking head, Captivate or Camtasia screen recording, animated character, or a simple introduction animation — you can pull it into your course.

And that’s going to be the topic of tomorrow’s monthly community chat. What’s your favorite way to leverage the feature? Do you have any burning questions? Running into some issues getting your Flash movie to work just right? Now’s your chance to share your expertise and/or get your questions answered!

  • What: Monthly Articulate Community Chat
  • When: Wednesday, February 20, 2008 @ 12:30pm Eastern Time (GMT -5)
  • Where: Online at this URL
  • Topic: Inserting Flash Movies in Presenter

I hope you’ll join us to share your experiences!

(And thanks, Sarah, for the great topic suggestion.)

3 responses to “This Week’s Community Chat: Inserting Flash Movies in Presenter”

1

[…] noted early last week, last Wednesday’s Community Live Chat topic was on Inserting Flash Movies in Presenter. As […]

2

One thing to note on the inserting Camtasia pieces into presenter is that recently with the upgrade of the flash player (beginning of March ’08), it made anything with Camtasia sound like “Chipmunks talking”. It was a strange thing especially since it is made into a swf and then inserted into articulate presenter. We found a fix: http://www.robertplank.com/remove-chipmunks-from-camtasia-videos/

but it was still a strange ordeal.

Mindy // Posted at 2:28 pm on April 18th, 2008
3

I have a flash movie that plays sounds when buttons a clicked using the code that follows in the flash movie. The sound is in the flash movies library with the linkage set to export for ActionScript. This works just fine when I play the movie independently but the sounds don’t play and the frame doesn’t advance as the onComplete callback never fires when I put it into an articulate presentation. Any Ideas?

Code:

var my_sound:Sound = new Sound();
my_sound.attachSound(“power_alt3.1.1.wav”);
my_sound.setVolume(25);
my_sound.onSoundComplete = callback1;
my_sound.start();

function callback1() {
gotoAndStop(“Ready”);
Power = true;
}

Greg Johnson // Posted at 9:04 am on February 19th, 2009

Comments are closed on this post. Need more help? Post your question in the E-Learning Heroes Discussions.

Recent Comments