OK, this is going to take some time.
Firstly, as far as I know, you cannot make a text link to make it open in QuickTime Player. You must use a picture which when clicked will then proceed to open the linked movie in Player.
So the source code used is
Code:
<embed src="poster.mov" width="200" height="240" href="sample.mov" target="quicktimeplayer">
This "poster.mov" can be a picture of any size, but change the .jpg or .png to ".mov". Put this file name where "poster.mov" lies. Secondly, take the width and height of the actual movie you want to link to within "width" and "height". Lastly, take the linked movie name and put it under "href=". The target=quicktimeplayer takes care of the rest.
Additionally, you can make the movie play automatically after it opens in QuickTime Player. This might require Quicktime Pro, I am not sure. Open the actual movie file in QuickTime, go to Window>Show Movie Properties, and select the Presentation tab. Under "General", select "Automatically play movie when opened". This might only work for Quicktime Movies or mpegs, I am not sure.
Hope that makes things clear.
irmongoose