Just wanted to know what HTML code you need to play the file, obv the user wud need real player i guess, but is it possible to play it through a website?
suppose <object width=320 height=240 > <param value=All name=controls> <param value=true name=autostart> <param value=video1 name=console> <param value=true name=center> <embed name=myMovie src=yourvideo width=320 height=240 pluginspage=http://www.real.com/ controls=All center=true console=video1 autostart=true type=audio/x-pn-realaudio-plugin> </embed> </object>