Community Support Forums — WordPress® ( Users Helping Users ) — 2011-03-09T23:52:23-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=952 2011-03-09T23:52:23-05:00 http://www.primothemes.com/forums/viewtopic.php?t=952&p=7613#p7613 <![CDATA[Re: articulate presenter file protection and access?]]> Thanks for the excellent question.

You might try adding a BASE HREF tag to your document.
See: http://www.w3schools.com/tags/att_base_href.asp

Depending on the actual location of your file dependencies,
your base HREF may also need to have ?s2member_file_download= in it.
Code:
<base href="http://examplesite.com/?s2member_file_download=directory/" />
This way all embedded media and links will come out like this.

Code:
<img src="myimage.gif" />

Will actually translate to ( because of the BASE HREF ):
Code:
<img src="http://examplesite.com/?s2member_file_download=directory/myimage.gif" />

* You will also need to configure s2Member's Inline File Extensions. You will find this in your Dashboard under: s2Member -> Download Options -> Inline File Extensions.

* This concept/idea is yet untested; but should work in theory. Please report back with any successes or failures. It will really be appreciated.

Statistics: Posted by Jason Caldwell — March 9th, 2011, 11:52 pm


]]>
2011-03-09T00:09:45-05:00 http://www.primothemes.com/forums/viewtopic.php?t=952&p=7562#p7562 <![CDATA[Re: articulate presenter file protection and access?]]>
I have yet to solve this problem. Would love to solve it, though, as I feel Wordpress + s2member and Articulate are excellent platforms for what I want to do.

Statistics: Posted by rhinoflog — March 9th, 2011, 12:09 am


]]>
2011-02-27T16:46:08-05:00 http://www.primothemes.com/forums/viewtopic.php?t=952&p=7226#p7226 <![CDATA[Re: articulate presenter file protection and access?]]> Statistics: Posted by Cristián Lávaque — February 27th, 2011, 4:46 pm


]]>
2011-02-27T10:32:15-05:00 http://www.primothemes.com/forums/viewtopic.php?t=952&p=7220#p7220 <![CDATA[Re: articulate presenter file protection and access?]]> Statistics: Posted by DavidJohnson — February 27th, 2011, 10:32 am


]]>
2010-10-05T16:53:20-05:00 http://www.primothemes.com/forums/viewtopic.php?t=952&p=3777#p3777 <![CDATA[articulate presenter file protection and access?]]>
Here's the goal: to protect the Articulate Presenter files which I deliver to my members through S2.

Articulate Presenter is elearning software which publishes your presentations to a folder that has multiple files in it, including a player.html file. If you point your browser to the player.html file, it will play the presentation (but will utilize the other files in the directory that the player.html file is in).

I have uploaded my entire presentation to the s2-member-files folder and I understand how that works. However, when I point my browser to the player.html file in the s2-member-files directory (using http://examplesite.com/?s2member_file_d ... layer.html), the presentation doesn't play. I have a feeling this has to do with the fact that the player.html calls other files in the directory and the s2-member-files prevents it from accessing those other files.

(I have tried using the URI protect directory. After uploading my presentation, when I point my browser to the player.html, the presentation plays perfectly... Unfortunately, this is the case whether I'm logged in or not. So I figured I couldn't use the URI protect method.) :(

Any ideas or help would be monumentally appreciated.

Statistics: Posted by rhinoflog — October 5th, 2010, 4:53 pm


]]>