I have a link on one of my pages that leads to a file being opened in a QT player. After spending the whole morning reading up on the subject, I am officially stuck and turn here for help.
My .qtl file plays fine on my computer, but it won't open the video when I upload everything to the web. Following is the links to the page where the file is supposed to play from, the video file, and the qtl file. Note that not all of the videos are uploaded so there are some dead links. The link considered right now is the "Large" link on the bottom left video with the harp and violin.
HTML page
QuickTime .mov file
QTL file
For reference, this is the code in the QTL file:
Thanks for any help you can give.
P-Worm
My .qtl file plays fine on my computer, but it won't open the video when I upload everything to the web. Following is the links to the page where the file is supposed to play from, the video file, and the qtl file. Note that not all of the videos are uploaded so there are some dead links. The link considered right now is the "Large" link on the bottom left video with the harp and violin.
HTML page
QuickTime .mov file
QTL file
For reference, this is the code in the QTL file:
Code:
<?xml version="1.0"?>
<?quicktime type="application/x-quicktime-media-link"?>
<embed
autoplay="true"
controller="true"
type="video/quicktime"
quitwhendone="false"
loop="false"
src="http://home.comcast.net/~pworm420/videos/reception1L.mov"
/>
Thanks for any help you can give.
P-Worm