How can I Load a Movie Runtime From External Path Like "c:/test.mov" from WindowsPlayer?
You should use WWW class. See docs for www.movie.
For local files, instead of you should use "file://" for example :
"file://c:/test.ogg"
Note that video should be in ogg theora format.