Community Support Forums — WordPress® ( Users Helping Users ) — 2011-05-30T14:13:11-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=6597 2011-05-30T14:13:11-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6597&p=16328#p16328 <![CDATA[Re: video help - protected files won't show up]]>
you can use this:
username: joblo
password: password123

Statistics: Posted by cote289 — May 30th, 2011, 2:13 pm


]]>
2011-05-29T22:56:31-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6597&p=16290#p16290 <![CDATA[Re: video help - protected files won't show up]]> Well, we can't see the movie because we are not logged in. http://trulysimpletech.com/?s2member_fi ... tmovie.mp4

the video folder...is it set to 755 or 777?
Try this! Copy the .htaccess that you have under the s2 plugin folder to the /video folder

Sam

Statistics: Posted by drbyte — May 29th, 2011, 10:56 pm


]]>
2011-05-29T21:04:13-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6597&p=16277#p16277 <![CDATA[Re: video help - protected files won't show up]]>
Code:
http://trulysimpletech.com/?s2member_file_download=video/testmovie.mp4&amp;s2member_file_download_key=&lt;!--?php echo s2member_file_download_key(\&quot;video/testmovie.mp4\&quot;); ?--&gt;


Although now it looks like it's inside an HTML comment. :|

Statistics: Posted by Cristián Lávaque — May 29th, 2011, 9:04 pm


]]>
2011-05-29T16:07:37-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6597&p=16271#p16271 <![CDATA[Re: video help - protected files won't show up]]>
what should I try next?

http://trulysimpletech.com/2011/05/test-video/

anyone else doing video with this plugin?

Ben

Statistics: Posted by cote289 — May 29th, 2011, 4:07 pm


]]>
2011-05-29T12:29:58-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6597&p=16254#p16254 <![CDATA[Re: video help - protected files won't show up]]> < and > to their HTML entities &lt; and &gt;, which is what you had that I mentioned above).

Statistics: Posted by Cristián Lávaque — May 29th, 2011, 12:29 pm


]]>
2011-05-29T11:56:29-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6597&p=16244#p16244 <![CDATA[Re: video help - protected files won't show up]]>
http://trulysimpletech.com/?s2member_fi ... nload_key=<?php echo s2member_file_download_key("example-file.zip"); ?>

is that the right code I should be putting in the flowplayer address?

Statistics: Posted by cote289 — May 29th, 2011, 11:56 am


]]>
2011-05-29T11:43:50-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6597&p=16238#p16238 <![CDATA[Re: video help - protected files won't show up]]>
Code:
http://trulysimpletech.com/?s2member_file_download=video/testmovie.mp4&amp;s2member_file_download_key=&lt;?php echo s2member_file_download_key(\&quot;video/testmovie.mp4\&quot;); ?&gt;


As you can see, instead of a key, the PHP code is there, looks like the <?php and ?> tags got changed somehow, probably the visual editor. Could you edit your test so that an PHP is actually executed and you get a key there and see if that solves your problem? :)

Statistics: Posted by Cristián Lávaque — May 29th, 2011, 11:43 am


]]>
2011-05-29T11:06:01-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6597&p=16231#p16231 <![CDATA[Re: video help - protected files won't show up]]>
I've given flow player the full address within the s2 protected folder and its still a no go. I tried both with inline and download key, but neither works.

flow player works fine if you give it the address of an unprotected file

Ben

Statistics: Posted by cote289 — May 29th, 2011, 11:06 am


]]>
2011-05-29T03:42:24-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6597&p=16222#p16222 <![CDATA[Re: video help - protected files won't show up]]> Just an idea...

Statistics: Posted by Harty — May 29th, 2011, 3:42 am


]]>
2011-05-28T22:23:49-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6597&p=16209#p16209 <![CDATA[Re: video help - protected files won't show up]]> Statistics: Posted by Cristián Lávaque — May 28th, 2011, 10:23 pm


]]>
2011-05-28T21:13:19-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6597&p=16202#p16202 <![CDATA[Re: video help - protected files won't show up]]>
Is there an easier way to do video than what i am trying? '

I've seen some posts of others doing video and i'm just looking for the easiest way. Flowplayer looked like the easy choice as it was said to work without issue in other forums.

appreciate any advice on the video part

Ben

Statistics: Posted by cote289 — May 28th, 2011, 9:13 pm


]]>
2011-05-28T13:25:15-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6597&p=16159#p16159 <![CDATA[Re: video help - protected files won't show up]]> http://wordpress.org/extend/plugins/exec-php/

Statistics: Posted by Cristián Lávaque — May 28th, 2011, 1:25 pm


]]>
2011-05-28T12:24:29-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6597&p=16147#p16147 <![CDATA[Re: video help - protected files won't show up]]>
In your download key, you are trying to execute php within the post - specifically here :

Code:
<?php echo s2member_file_download_key("video/testmovie.mp4"); ?>


You'd wither need to call this via a custom page, or install a plugin to execute php in your post :

http://wordpress.org/extend/plugins/php ... on-plugin/

Let me know how it goes!

EDIT - I have not used that plugin with the latest version of WP - so I do not know how stable it is. Worth a shot.

Statistics: Posted by sgtcory — May 28th, 2011, 12:24 pm


]]>
2011-05-28T12:06:26-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6597&p=16146#p16146 <![CDATA[Re: video help - protected files won't show up]]>
here's what i did. let me know if its right.

protected file
[flowplayer src='http://trulysimpletech.com/?s2member_file_download=video/testmovie.mp4&s2member_file_inline=yes']
nonprotected file
[flowplayer src='http://trulysimpletech.com/videotest/testmovie.mp4']
downloadkey file
[flowplayer src='http://trulysimpletech.com/?s2member_file_download=video/testmovie.mp4&s2member_file_download_key=<?php echo s2member_file_download_key("video/testmovie.mp4"); ?>']

here's the page to see the results:
http://trulysimpletech.com/2011/05/test-video/

thanks for the help
what should i try next?

Ben

Statistics: Posted by cote289 — May 28th, 2011, 12:06 pm


]]>
2011-05-28T01:45:52-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6597&p=16125#p16125 <![CDATA[Re: video help - protected files won't show up]]>
Could you try adding a download key to it? WP Admin -> s2Member -> Download Options -> Advanced Download Restrictions

Let me know if that helps. :)

Statistics: Posted by Cristián Lávaque — May 28th, 2011, 1:45 am


]]>
2011-05-27T16:49:20-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6597&p=16098#p16098 <![CDATA[video help - protected files won't show up]]>
I'm building my site at www.trulysimpletech.com Its rough, so don't make too much fun of me yet.

here is a test post i did for the videos
http://trulysimpletech.com/2011/05/test-video/

the flowplayer with the protected video does not work. it does work just fine with the same video in an unprotected location.

Here is the code I used in the post:

test video here

protected file
[flowplayer src='http://trulysimpletech.com/?s2member_file_download=video/testmovie.mp4&s2member_file_inline=yes']
nonprotected file
[flowplayer src='http://trulysimpletech.com/videotest/testmovie.mp4']

I have no download restrictions set up, all levels are unlimited and I have setup the video extensions in the inline settings for the s2 plugin.

Please let me know what i'm doing wrong and how to fix it

thank you

Ben

Statistics: Posted by cote289 — May 27th, 2011, 4:49 pm


]]>