tags:

views:

5

answers:

0

Hi I have 4 videos to display, which are using this code (just repeat for each video):-

<video id='vidA' src='A.mp4' poster='video1.jpg' width='142' height='80' class='drag'></video>

Within Chrome all videos are displayed without any problems, but in safari only videos 1 & 2 are being displayed. They are loading correctly into the browser. Its odd because in my Ipod touch they are displayed fine as well.

Does anyone have any ideas what could be causing this?

Thanks a lot