I'm building a Ipod/Iphone webapp and all is well but the QT embed is not working as expected...
I'm using
<embed src="mycover.jpg" href="./videos/myvideo.mp4" AutoStart="true" type="video/x-m4v" target="myself" scale="1">
and this works but the cover image has to be in the root like this if I put the mycover.jpg into a subdirectory on the server like /images/ then it doesn't work.
Anyone have some insight into why this would be?
Bret Lanius
I'm using
<embed src="mycover.jpg" href="./videos/myvideo.mp4" AutoStart="true" type="video/x-m4v" target="myself" scale="1">
and this works but the cover image has to be in the root like this if I put the mycover.jpg into a subdirectory on the server like /images/ then it doesn't work.
Anyone have some insight into why this would be?
Bret Lanius