E-learning object

Jun 12, 2011

Hey , everyone

I created  E-learning object using presenter 09 and I have few questions about it :

  • How can I create a button thats excute java script by pushing on ?
  • what if I want to resize my whole project  or edit canvas size ?
  • I uploaded my project using scorm on lms but videos are too heavy to work on it . what if I want it to run localy from any hard disk by setting a destination to it ?

Hope to find answer

thank you.

2 Replies
Justin Wilcox

Hi Ahmed and welcome to Heroes!

1. Not sure what you are trying to do here but perhaps you can achieve what you are trying to do by using a web object:

http://community.articulate.com/tutorials/products/web-content.aspx

2.Articulate only supports publishing a presentation whose size is set to the default of On-Screen Show size in PowerPoint. You can adjust the size of a presentation in Player Templates -> Other, though it doesn't have an option to publish to a specific size:

http://www.articulate.com/support/presenter09/?p=34

3. I would take a look at this article, particularly how to use the FLV calculator to get reasonably sized videos to include in your presentation:

http://www.articulate.com/support/presenter09/kb/?p=76

Bob S

Welcome Ahmed,

I can take a stab at your first question about a Javascript call via button... I faced the same need. After some research, including some advice from the good folks here on the forum, here is what we came up with...

You are likely going to have to get into Flash (or a flash-lite) authoring tool and create some simple Action Script. The AS function you want is called getURL and it points to the Javascript. It will likely wind up looking something like this:

 getURL("javascript:xxxxxxxxxxxx()");

Where the xxx's are the name of your Javascript function.

In Flash...


  1. Create or copy a button graphic

  2. Create layers as desired (hover, etc)

  3. Attach the getURL function to an Onclick or Onrelease command for you button.

  4. Publish and insert that SWF onto a slide in your PPT.

PS: Remember to use AS2 (not AS3) and of course put the actual Javascipt function in the header of your html player page after publishing.

Hope this helps and Good Luck!

This discussion is closed. You can start a new discussion or contact Articulate Support.