Community Support Forums — WordPress® ( Users Helping Users ) — 2011-10-18T07:19:07-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=15561 2011-10-18T07:19:07-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15561&p=48258#p48258 <![CDATA[Re: How do i play videos]]>
Anything else you need just ask. ;)

Statistics: Posted by Eduan — October 18th, 2011, 7:19 am


]]>
2011-10-18T06:58:03-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15561&p=48256#p48256 <![CDATA[Re: How do i play videos]]>

Thanks.

Statistics: Posted by luckysarea — October 18th, 2011, 6:58 am


]]>
2011-10-18T06:48:45-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15561&p=48254#p48254 <![CDATA[Re: How do i play videos]]> Statistics: Posted by luckysarea — October 18th, 2011, 6:48 am


]]>
2011-10-17T18:42:29-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15561&p=48221#p48221 <![CDATA[Re: How do i play videos]]> viewtopic.php?f=4&t=15477&p=45355&hilit=not+able+to+see+video#p45355
viewtopic.php?f=4&t=14780&p=46891&hilit=not+able+to+see+video#p46891

Hope this helps. ;)
P.S. Remember to report back.

Statistics: Posted by Eduan — October 17th, 2011, 6:42 pm


]]>
2011-10-17T16:33:23-05:00 http://www.primothemes.com/forums/viewtopic.php?t=15561&p=48206#p48206 <![CDATA[How do i play videos]]> Please explain how to play protected videos. I have the videos in the following directory (my wordpress installation is not on the root directory)

http://agile.x10.bz/lucky/wordpress5/wp ... /video.mp4

I am unable to play this using JWplayer/Flowplayer.

Please let me know what all plugins do i need to install to get this working (apart from s2member plugin).

I have my JWplayer at http://agile.x10.bz/lucky/wordpress5/jwplayer/
I later installed the JWplayer plugin and tried using the shotcode but was unsuccessful


I have tried everything from various forums but nothing worked for me. In some cases the JWplayer does not shows up (i just see some text saying "JW Player Shows Here" ). Sometimes i got the player to show but when i tried playing the video it said "access denied or file not found" .

Please help me with this. I have tried different codes:
<!-------------------------------------------------------------------->
<embed
flashvars="type=video&file=<?php echo urlencode("http://agile.x10.bz/lucky/wordpress5/?s2member_file_download=s2member-file-inline/video.mp4&s2member_file_inline=yes"); ?>"
allowfullscreen="true"
allowscripaccess="always"
src="jwplayer/player.swf"
width="480"
height="270"
/>

<!-------------------------------------------------------------------->


<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>


<!-------------------------------------------------------------->

<script type='text/javascript' src='jwplayer/jwplayer.js'></script>
<div id='mediaplayer'></div>
<script type="text/javascript">
jwplayer('mediaplayer').setup({
'id': 'playerID',
'width': '480',
'height': '270',
'file': 'http://agile.x10.bz/lucky/wordpress5/?s2member_file_download=/s2member-file-inline/video.mp4&s2member_file_inline=yes&type=video',
'modes': [
{type: 'html5'},
{type: 'flash', src: '/player.swf'},
{type: 'download'}
]
});
</script>
<!-------------------------------------------------------------------------->

Please help me.....
Thanks.

Statistics: Posted by luckysarea — October 17th, 2011, 4:33 pm


]]>