Dec 1, 2006

Authenticating Breeze presentations

Letting Plateau know when someone has completed a Breeze presentation is easy. With a simple Flash insert and an addition to some HTML code, you can create a seamless way for users to authenticate a Breeze presentation.

The files and instructional document can be found on the shared drive at
I:\LSS_ALL\CWD\New Prod Dev Archive\
Development\Online_Development\code_examples\
plateau_completion


First, take the file PlateauComplete.swf and insert it on the last page of the PowerPoint presentation. Don't put it directly on the stage or strange code will appear when published. Instead, drag the SWF file to the side, off the stage, and it will be included. Then publish your presentation.

A file index.html will be created. Open up an HTML editor and make one change to the file. Add the following line of code right before the ‹/body› tag:

‹iframe id="postFrame" name="postFrame" style="display: none"›‹/iframe›

That's it!

-Claudine

No comments: