From: "Simpson, Scott" <[EMAIL PROTECTED]>
Subject: RE: dynamically changing video streams in an embedded player usin

this is some code that i know works=>

if(is_ie)
         document.realPlayer.Source = filename;
else if(is_ns)
         document.realPlayer.SetSource(filename);

document.realPlayer.DoPlay();

that should do it,
s.s.

Reply via email to