> From: Greg Lippert > Sent: Tuesday, February 22, 2005 2:59 PM > So Director can use flv video files without any additional drivers? > > Can you use Director to control the audio (like Flash controls). > Specifically can you have Director tell swf files with Flash Video in it > to > play, pause, etc.
You can, but there still is some ActionScript involved. First in a Flash sprite or component, you need the ActionScript that will create the NetConnection and NetStream objects that connect to and play the FLV file. You can find this code in the AS Dictionary. Then, in Director, all you need to do is get a reference to the NetStream instance that is playing the FLV file. Once you do that you can access all it's properties and call it's methods via Lingo. -Rob Walch [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/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!]
