Linden text version 2
{
LLEmbeddedItems version 1
{
count 0
}
Text length 3134
MORE INFO , EXAMPLES, DIAGRAMS, ETC:
http://fleep.wikispaces.com/PPT+Slideshow+Opensim

The first time you import this PPT Slide Viewer into your own Opensim grid, you will need to replace the UUID of the locked and unlocked textures set in the script in order for the viewer to function properly.  You only need to do this once, after that any subsequent uses or copies of the PPT Slide Viewer that you distribute or use on your grid should function properly.

-= TO REPLACE THE LOCKED AND UNLOCKED TEXTURE UUIDs =-

1.  Right click the PPT Slide Viewer package and Open > Copy the contents to your inventory.

2.  Find the button image for the locked button in your inventory "black_ppt_locked" and right click > Copy Asset UUID to copy its UUID key to your clipboard.

3.  Open the script in the PPT Slide Viewer and locate the line where the UUID for the locked button is listed, paste the UUID you copied in between the quotes:

LINE 53:  llSetLinkTexture(10, "fdec159a-3f22-4a16-bc23-b5ed32aa76f0", 3);  //locked texture
                                                  ^---Replace with the texture UUID you copied

4.  Find the button image for the unlocked button in your inventory "black_ppt_unlocked" and right click > Copy Asset UUID to copy its UUID key to your clipboard.

5.  Open the script in the PPT Slide Viewer and locate the line where the UUID for the unlocked button is listed, paste the UUID you copied in between the quotes:

LINE 55:  llSetLinkTexture(10, "80eb8824-22ca-4bdf-9449-e8be5f65d7f2", 3);  //unlocked texture
                                                  ^---Replace with the texture UUID you copied
                                                  
6.  Save the script.

That's it!  Now your PPT Slide Viewer is ready to use.  

To use, copy the slides or images you want to show into the contents of the viewer and click the "Home" button to refresh the view.

IMPORTANT NOTE ABOUT SLIDE NAMING SCHEME AND DISPLAY ORDER: 
It's best to use a naming scheme for your slides that includes something like 001 in the slide name, since opensim will display the slides in strict sort order. If you name your slides slide_001 through slide_020, for example, the slides should display in the proper order, but if you use slide_1 through slide_20, then slide_10 will show before slide_2 because 1 comes first!


MORE INFO , EXAMPLES, DIAGRAMS, ETC:
http://fleep.wikispaces.com/PPT+Slideshow+Opensim


LICENSE INFORMATION:

// PPT Slideshow for Opensim Script
//
// Based on a script created in September 2007
// by Dr. Allen Partridge (SL: DoctorPartridge Allen)
//
// Modifications by Chad Sherman to allow for reset and backward browsing.
// Modifications by Dr. Partridge June 08 to fix the lag probs common in slide viewers.
// Modifications by Ryon Steele (SL: Ryon Bloobury) 2010 to work in Opensim.
//
// Original script permissions from Dr. Partridge:
// "Feel free to use as you desire.. You can reprogram the script as you like - but
// please send updates to DoctorPartridge Allen in sl if you do."
//
// -------------------------------------------------------------------------------------}
 