If you have RealAudio's FREE RealPlayer G2, you can hear me sing some songs I wrote and play my guitar. Click my feet to start or stop the animation, click my calf's to make me do some tricks or take a bow!

 Sorry, you need a VRML plugin. Visit www.blaxxun.com

How does this thing work? Well, I run this code. In it I put the URL of my avatar and the URL of my realaudio file. It runs a Script in Cybertown that combines the two and triggers it all with a click.


#VRML V2.0 utf8

EXTERNPROTO MusicAvatar[
field MFString avatarUrl
field SFString musicUrl
field SFString title 
field SFString name

]"http://www.colonycity.com/events/worldcon/avatar/musav.wrl#MusicAvatar"

MusicAvatar{
avatarUrl "http://207.36.91.90/mr_phillip/guitar_man.wrl"
musicUrl "http://207.36.91.90/mr_phillip/sixsongs.ram"
title ""
name ""
}