JW player. on click getting a window asking open or save file
I have two applications that play video. in one of them the JWplayer plays the video as it should , and on load, the video plays by itself.Thats what i need exactly
I'm doing 开发者_如何学编程the same process with the second application, but the thing is when it loads the player , first of all i cant see the control bar, second it doesnt play the video. and third when i click the play button. it opens a dialog asking me if i want to open or save the file, but this isnt what i need.all i need is to play the video like in the first application. Why is it behaving like this ? thanks all One more thing, the second application is on a machine that hasnt a media player, does this have any effect on the player.swf ??? I can see the player and the play button thou. but just wondering ...Check whether your iis has the mime type of the video file you are trying to play.
If not add it as follows,
File extension: .mp4
Mime Type: video/mp4
After that restart iis and browse the site again...
Note: Search for the exact mime type for the file
Hope this will help you...
精彩评论