Posted by on February 5, 2009 under howto |
In the previous slideshow howto article, the process of bringing a powerpoint slideshow to a realXtend virtual world was explained. The process was, although technically sound in many ways, also a bit cumbersome.
There is an easier way, especially if your slides are not top secret.

In the picture above you can see the result. I am taking advantage of the webscreen I presented in an earlier article - Browse the web together in realXtend.

The process is simple. Upload the slides to http://www.slideshare.net on your account. You get a URL for every slideshow. To protect your slides from public viewing, it is possible to define slideshows private, and you can get a URL for them too.
Now use that URL with the webscreen or as a texture MediaURL to show the first slide of the presentation inside a realXtend world. Now there is one problem to overcome - there is a lot of stuff that does not belong to the slide, just like with Youtube videos (check also previous article Watch YouTube videos from realXtend). Now it is time to use slide offset and repeat -properties to show only the slide portion of the web page. Take a look at this picture to see the exact settings you need to do. As a sidenote, this works with Youtube as well.
To change the slide, you need to append slash + slide number at the end of the URL. Look at the first screenshot to see an example. This can be done using the webscreen, or simply manually changing the MediaURL.
Posted by on January 28, 2009 under Ideas, howto |
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