I have a link in my site and I want to connect it with a video, placed in my server.
<a href="swf/player.swf?url=../myvideo.mp4&volume=100" target="_blank">
Click for Video
</a>
This works fine. The problem is that I changed the video to one with Video Codec mp4v while the previous video I used, had Video Codec avc1. So my new video now is not working. I can hear the sound but I cannot see the image.
Is the codec responsible for this? Is there a way to solve it, or I have to remake the video with a different Codec?
thanks in advance