William, > is there a way to have director check the user's system for installed > media players like QuickTime,Real Player or Media Player and then go > to an appropriate marker in the movie?
To start you can use the following in Lingo: quickTimePresent() -- returns a boolean (installed/not installed) QuickTimeVersion() -- returns the QuickTime player version info realPlayerVersion() -- returns the RealPlayer version info Use the above to get your information and navigate frames as necessary. Cheers, Tom Higgins Product Specialist - Director Team Macromedia Announcing Director MX 2004, de lekkerste! http://www.macromedia.com/software/director ... [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!]
