Community Support Forums — WordPress® ( Users Helping Users ) — 2011-12-24T00:04:29-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=15323 2011-12-24T00:04:29-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15323&p=58694#p58694 <![CDATA[Re: embedding video from s2member-files folder]]>
Yes, the code should go in the post where you want the video to show up. You'll need to have JW Player installed.

Statistics: Posted by Raam Dev — December 24th, 2011, 12:04 am


]]>
2011-12-23T17:10:14-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15323&p=58675#p58675 <![CDATA[Re: embedding video from s2member-files folder]]> JW Player® & RTMP Protocol Examples in s2member
is it in the post I am using s2Member's Amazon® S3/CloudFront integration

Statistics: Posted by govpatel — December 23rd, 2011, 5:10 pm


]]>
2011-10-07T19:10:25-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15323&p=45077#p45077 <![CDATA[Re: embedding video from s2member-files folder]]> Thanks for the follow-up. I'm sorry for the delayed response.

OK, so based on the code sample that you re-posted above, do you have this file available?
/wp-content/plugins/s2member-files/video.mp4
( i.e. did you upload a file named video.mp4 ? )

If so, does your server support mod_rewrite? That is, are you running Apache, or Windows IIS perhaps?

Also, if you can post the final code that you tested with, please do. Did you integrate Amazon S3 and CloudFront, or are you running all of your protected media files from the /s2member-files/ directory? If you have a link to a test page that we can see, that would also be helpful.

Statistics: Posted by Jason Caldwell — October 7th, 2011, 7:10 pm


]]>
2011-10-02T23:59:47-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15323&p=42217#p42217 <![CDATA[Re: embedding video from s2member-files folder]]> Statistics: Posted by precisionscott — October 2nd, 2011, 11:59 pm


]]>
2011-10-02T23:44:43-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15323&p=42216#p42216 <![CDATA[Re: embedding video from s2member-files folder]]> Statistics: Posted by precisionscott — October 2nd, 2011, 11:44 pm


]]>
2011-10-01T22:54:59-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15323&p=42131#p42131 <![CDATA[Re: embedding video from s2member-files folder]]> http://wordpress.org/extend/plugins/raw-html/

Statistics: Posted by Jason Caldwell — October 1st, 2011, 10:54 pm


]]>
2011-10-01T04:19:12-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15323&p=42045#p42045 <![CDATA[Re: embedding video from s2member-files folder]]> Statistics: Posted by Cristián Lávaque — October 1st, 2011, 4:19 am


]]>
2011-09-29T12:14:45-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15323&p=41927#p41927 <![CDATA[Re: embedding video from s2member-files folder]]> When I inserted this code into html editor the result is just a line of text saying "JW Player® appears here."

Thanks for your help.
Scott
Code:
<div id="jw-container">JW Player® appears here.</div>
<script type="text/javascript" src="/jwplayer/jwplayer.js"></script>
<script type="text/javascript">
    jwplayer("jw-container").setup({modes: /* JW Player®. */
    [
        /* First try psuedo-streaming with Flash® player. */
        {type: "flash", provider: "http", src: "/jwplayer/player.swf",
            config: {file: "/wp-content/plugins/s2member-files/s2member-file-inline/video.mp4"}},
            /* Shortcode equivalent: [s2File rewrite="yes" inline="yes" download="video.mp4" /] */
   
        /* Else, try an HTML5 video tag. */
        {type: "html5", provider: "video",
            config: {file: "/wp-content/plugins/s2member-files/s2member-file-inline/video.mp4"}},
            /* Shortcode equivalent: [s2File rewrite="yes" inline="yes" download="video.mp4" /] */
   
        /* Else, this is a safe fallback. */
        {type: "download", /* Download the file. */
            config: {file: "/wp-content/plugins/s2member-files/s2member-file-inline/video.mp4"}}
            /* Shortcode equivalent: [s2File rewrite="yes" inline="yes" download="video.mp4" /] */
    ],
    /* Set video dimensions. */ width: 480, height: 270
    });
</script>

Statistics: Posted by precisionscott — September 29th, 2011, 12:14 pm


]]>
2011-09-29T10:42:02-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15323&p=41921#p41921 <![CDATA[Re: embedding video from s2member-files folder]]> Statistics: Posted by precisionscott — September 29th, 2011, 10:42 am


]]>
2011-09-29T01:35:20-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15323&p=41884#p41884 <![CDATA[Re: embedding video from s2member-files folder]]> WP Admin -> s2Member -> Download Options -> JW Player & RTMP Protocol Examples

I hope that helps. :)

Statistics: Posted by Cristián Lávaque — September 29th, 2011, 1:35 am


]]>
2011-09-27T10:45:10-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15323&p=41695#p41695 <![CDATA[embedding video from s2member-files folder]]>
Thanks

Statistics: Posted by precisionscott — September 27th, 2011, 10:45 am


]]>