Hi,
I have a directory of ".avi" files and I'm trying to have Windows Media Player open when I click on the button, but it's not working. Any suggestions, I can open up .txt files w/no problem. Thanks in advance
I have a directory of ".avi" files and I'm trying to have Windows Media Player open when I click on the button, but it's not working. Any suggestions, I can open up .txt files w/no problem. Thanks in advance
Code:
on mouseUp me
strMovie = strName & ".avi"
put strMovie
open strMovie with "Windows Media Player"