Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A script to play a DVD stored in a folder' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A script to play a DVD stored in a folder
Authored by: myrkr on Jul 13, '04 02:47:16PM

Only one suggestion, it might be easier to understand the dialog boxes with "play" or "cancel" instead of "yes" and "no"

display dialog "Would you like to play the movie ? " & ¬
---> this_name buttons {"Yes", "No"} default button 1 giving up after 5

Especially for kids and such.



[ Reply to This | # ]