lingo-l controlling multiple dvd players

2004-07-07 Thread PIerre Yves Fave
is it possible to control 2 or more dvd players via lingo? i would like to know if some internal dvd players have a video output too. thanks list Pierre-Yves Fave paris france [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post

lingo-l using lingo to detect video codecs

2004-07-07 Thread Tim Welford
Hi Guys, I have a projector that allows a user to make a play list of video files that they can select on their system (Windows Me/200/XP) and then play them in order. I can check the system to get a list of the installed codecs, but does anybody know of a way to obtain the codec information

lingo-l Get a Director variable value from within a swf sprite

2004-07-07 Thread Mendelsohn, Michael
Hi all... Hope everyone's having a nice day. Is there a way for a swf sprite to get a variable value in a Director behavior via actionScript? In other words, something like this: var directorPropValueBroughtIntoTheSWF = getURL(giveMeTheDirectorPropertyValue); It's easy enough for the Director

Re: lingo-l Get a Director variable value from within a swf sprite

2004-07-07 Thread Agustín María Rodríguez
Mendelsohn, Michael wrote: Is there a way for a swf sprite to get a variable value in a Director behavior via actionScript? In other words, something like this: var directorPropValueBroughtIntoTheSWF = getURL(giveMeTheDirectorPropertyValue); getURL(lingo:gYourGlobal=\someString\); Hi. I guess

RE: lingo-l Get a Director variable value from within a swf sprite

2004-07-07 Thread Mendelsohn, Michael
Hola Agustín...como esta, señor? Thanks...but not quite what I'm looking for. I have a function in a swf sprite that's called by Director. Here's a snippet: var theValue; do{ theValue = getURL(lingo: getValue \gTools.pProgress\);

RE: lingo-l Get a Director variable value from within a swf sprite

2004-07-07 Thread Kerry Thompson
I figured I could keep checking what the value was until the as code got it, then move on in the function. I just can't figure out the right syntax to do that. Well, how about a little different approach. You could have Director call setVariable, and then all you would need to do in Flash

RE: lingo-l Get a Director variable value from within a swf sprite

2004-07-07 Thread Mendelsohn, Michael
Thanks, Kerry. rant It's amazing. The most difficult part of my project is getting my silly little navigation controls to work properly. :-/ /rant Well, how about a little different approach. You could have Director call setVariable, and then all you would need to do in Flash would be to