Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...flash training presentations secured in DNNflash training presentations secured in DNN
Previous
 
Next
New Post
1/25/2008 4:09 PM
 

AFAIK this way of user sharing is not possible out of the box, but there are user sharing modules on www.snowcovered.com that might be able to do the job.

If you search for "user sharing" in the DNN forums (or try http://www.searchdotnetnuke.com for a more powerful search), you'll find threads with some useful (I hope) information about this or that module on Snowcovered.

 
New Post
3/5/2008 10:47 AM
 

I found another thing that will help with this: locking the flash files to your domain.

If you secure them in the DNN secure folders, they can only be downloaded by users with the appropriate permissions. However, those users can then distribute the flash files.... So, if you put the following actionscript on the first frame of the flash file, it will lock it to your domain (note that you need to replace the generic domain with your domain name into the action script before you publish it)

//Check to see that it is playing from MyDomain.com domain
//Note that there are local folders listed as acceptable domains.
//If you don't have these in the script, then you won't be able to
//preview the flash file locally before you upload it to your domain.
okToPlay = false;
siteURL = "
http://www.MyDomain.com";
siteURL2 = "
https://www.MyDomain.com";
localURL1 = "C:\\Your Flash Preview Folder\\Published";
localURL2 = "
file:///C:/Your Flash Preview Folder/Published";
localURL3 =
file:///C:/Your%20Flash%20Preview%20Folder/Published;

if ((_root._url.substr(0,siteURL.length) == siteURL) || (_root._url.substr(0,siteURL2.length) == siteURL2) || (_root._url.substr(0,localURL1.length) == localURL1) || (_root._url.substr(0,localURL2.length) == localURL2) || (_root._url.substr(0,localURL3.length) == localURL3))
{
okToPlay = true;
}
if (okToPlay == false)
{
_root.unloadMovie();
}

 

 
New Post
6/6/2008 9:30 PM
 

dhanna,

Did you ever find an acceptable solution?  I have the same situation...probably using the same tool...Camtasia...after searching and playing for an afternoon I have not gotten anything to work.  This is the closest post I've seen anywhere to what I'm trying to do.


Thanks,

Ken

 
New Post
10/8/2008 2:58 PM
 

This post is a little old, but I just wanted to post that our company offers a fully DNN integrated LMS (info below):

Our LMS is a full features and is SCORM 1.2, 1.3/2004, and Class Server confomant. The LMS is fully integrated into DNN using its users, role, etc.  If you would like more information about the LMS go to: http://www.brisingergroup.com/tabid/107/Default.aspx. We also have a online demo of the software, video tutorials (http://www.brisingergroup.com/tabid/64/Default.aspx), and can setup a private sandbox demo version if you need it for evaluatioin.  You can contact me directly via email: robertc@brisingergroup.com


Best Regards,

Robert J Collins | Co-Founder & President

Netlogic Corporation

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...flash training presentations secured in DNNflash training presentations secured in DNN


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out