Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

seek return to begin problem with flash player


I using Pseudo-Streaming for my player to apply mp4 seeking but the problem if i player with source from picasa video, when i seek position to no ready cache on player the video return to begin
heml5 player is working, problem with flash player only
link to my player: http://ibo.vn/p/player/
here my code:

3 Community Answers

mark

User  
1 rated :

Pseudo streaming only works on HTML5 that's why

teachclub

User  
0 rated :

so !
what must i do ?? to play this link (http://ibo.vn/p/player/) with flash player well !!

Cooper Reid

JW Player Support Agent  
0 rated :

You must either set the primary playback mode to ‘html5’:
jwplayer(“player”).setup({
file: ‘video.mp4’,
primary: ‘html5’,
width:‘100%’
});

or set up pseudo-streaming:
http://support.jwplayer.com/customer/portal/articles/1430518-pseudo-streaming-in-flash

Kind Regards,
Cooper

This question has received the maximum number of answers.