Are you running WordPress® from a sub-directory of your domain? If so, try this:
/sub-directory/jwplayer/jwplayer.js
Yes, thank you. That’s the answer. I have a generic domain name and for development purposes I’m running the installation in a sub-directory. I’ll move it to it’s own domain when I’m ready to make the site live.
However, I seem to stumble from one hurdle to another. Now that I’ve overcome all of this. I’ve set up the S3/Cloudfront integration and S2 Member distributions are configured and enabled in Cloudfront. So far so good, but when I put the S2Stream short code into a page, the side bar, page content and footer completely disappear! All I’m left with are the site header and the page title. I’ve tried it with all plugins disabled and just the plain twenty twelve theme and the problem is still there so I’m sure there are no plugin/theme conflicts causing this problem.
If remove the short code the page displays properly. If add it back in everything disappears again. This is the source code from the very end of the page: –
<article id="post-84" class="post-84 page type-page status-publish hentry content-page">
<header class="entry-header">
<h1 class="entry-title">Part1</h1>
</header><!-- .entry-header -->
<div class="entry-content">
With the short code present there is no content or code at all beyond the [div class="entry-content"] tag. With the shortcode removed, all of the page content and footer code etc is included.
Any idea what might be causing this?