mediaplayer1.filename="intro.mpg
should be changed to
mediaplayer1.filename=app.path & "\" & "intro.mpg"
I ctually tried it. It might be my version of windows media player, but this did not work. There is no filename method.
Mine works with :
mediaplayer1.url=app.path & "\intro.mpg"