> Don't have time to go through your script in detail, but > could it be that the Mac is running an older version of > director or Shockwave (if it's a 'non Shockwave player' > projector then ignore me!) > > The method for creating timeouts has changed since version > 8.5 so if your version on the Mac is running under an older > player then you might need to check the version number before > creating your timeout object, to detect which syntax to use. > here's my code for doing this:
Keep in mind that if the movie in question was initially authored in MX or earlier then the old syntax can work just fine. It is only when your scriptExecutionStyle is set to 10 that the older syntax "breaks" and you must update to the new syntax. How does SES get set to 10? Author the movie anew in MX'04 or manually set the property then save the movie. So even if the movie was authored in 8.5 or MX, then opened and saved in MX'04 the old syntax would still work as that movie would have a SES value of 9 (due to having been initially authored in MX). Heck, I can even make a _brand_new_ movie in MX'04, manually set the SES property to 9 and the old syntax will work. Cheers, Tom Higgins - Technical Product Manager Macromedia Director and the Shockwave Player http://www.markme.com/thiggins/ [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!]
