Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I dont't get why the video doesn't play? Has it to do with the format? mp4?

I am using jwplayer, because I want a non-flash solution/

Here is the link: http://www.2kfilms.com/jw_test.html

The code I am using tis the given:

`<div id='my-video'></div>
<script type='text/javascript'>
    jwplayer('my-video').setup({
        file: 'http://www.2kfilms.com/jazz.mp4',
        width: '480',
        height: '270'
    });
</script>`
share|improve this question
This plays fine for me in Firefox. – Ethan LongTail Feb 15 at 19:45

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.