Leo Huang wrote: > i don't know how to set the param of object in lingo, > it should like this in html: > <PARAM NAME = "MODE" VALUE = "DataOnly"> I don't doubt you've been having a problem with this -- "MODE" is not a valid PARAM name. Try this link to see your options: http://www.macromedia.com/support/director/how/shock/lingoparam.html > anyone can teach me how to play flow file, i mean > real time video files like that played in the netmeeting, > in director? If you're talking about streaming a live event, I'd suggest you embed the Windows Media Player activeX control in Director for .asf or .asx playback. Use Windows Media Services to set up an mms:// server, and control live or on-demand streams from there. If you can't set your server up as mms, you can use http with a bit of quality degradation; WMP and .asx files support protocol rollover. Hope this is helpful Rob /********************************* * Rob Wingate, Software Human * * http://www.vingage.com * * mailto:[EMAIL PROTECTED] * *********************************/ [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks!]
