Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i'm using http pseudo streaming with JW Player
i have add .mp4 to my MIME but it's do not work.
This is my code:

JavaScript
var flashvars = {
file: 'http://localhost/FlashPlayer/flvbinary.aspx',
provider: 'http',
start: '120',
autostart:'true',
type:'lighttpd',
repeat: 'always'
};
var params = { allowfullscreen: 'true', allowscriptaccess: 'always' };
var attributes = { id: 'player1', name: 'player1' };
swfobject.embedSWF('http://localhost/FlashPlayer/MediaSource/player.swf', 'container1', '600', '450', '9.0.115', 'false', flashvars, params, attributes);


This is my page: http://xomtrosv.com/JWPlayer/Default.aspx[^]
The player's time is true but the content is not true, it start at the beginning of video.
I'm looking for help!
Posted
Updated 5-Dec-11 20:41pm
v3
Comments
[no name] 6-Dec-11 2:41am    
EDIT: added "pre" tag

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900