How to show your ppt slides in realXtend
First reaction of many people to virtual worlds is that they begin to think about possible applications. One of the most common idea is the meeting application.
It is so strongly in peoples minds, that if a virtual world platform does not support some basic technology enablers for the meeting use case, the platform is considered useless.

The key technology enablers for successful virtual meetings are:
- Application sharing
- Document sharing
- Web co-browsing
- Spatialized voice support (3D audio)
- (Powerpoint) Presentations
- Streaming real time media
- Customizable avatars and rich interaction
I believe that moving our current 2D User Interface paradigms to virtual worlds is only an intermediate step towards true 3D applications. In true 3D applications brainstorming, training, planning and many other (collaborative) activities are not done in front of flat virtual screens. The real 3D approach takes current strengths and weaknesses of virtual world technologies into account (as I wrote in an earlier post - Virtual world advantage over real life).
But for now, it is still important to get basic things working as people have tons of legacy Powerpoint presentations and other 2D material. Follow the following steps to use your ppt files inside realXtend:
- Open your .ppt file in OpenOffice Impress, check the slides that everything looks good
- Make a new empty folder for the resulting files
- Select file->export, type “rexslides.html” for the file name and “export as html” to the new empty folder
- Select “New design” -> next -> “Webcast“
- Now you can select ASP or Perl solution, depending on your web server platform - Perl should work for most - the rest of the steps assume perl. You need a web server for this to work; CTN recommends http://www.hosting24.com
- Set URL for listeners to “index.html” and presentation URL to “http://www.cybertechnews.org/webcast/” and URL to perl scripts to “http://www.cybertechnews.org/webcast/perl/“
- In the next screen, use jpegs and set the resolution to highest: 1024×768, in the next dialog you can save the design if you wish
- copy txt files to the /webcast/perl/ folder at your web server, and set them writable (permissions to 666)
- copy pl files to the /webcast/perl/ folder at your web server, and set them executable (permissions to 755)
- copy all the other files to /webcast/ folder at your web server
Now you are ready to use the presentation in realXtend. Just use a texture’s media URL property, set it to http://www.cybertechnews.org/webcast/ and apply the texture to your favorite object.
To control the presentation, open a web browser and point it to http://www.cybertechnews.org/webcast/rexslides.html

