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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsMediaMediaModified .dll to stop autoplayModified .dll to stop autoplay
Previous
 
Next
New Post
5/26/2009 5:43 PM
 

Hello,  I work at The Ford Family Foundation and we are going through the process of redesigning our website in-house.  We are in need of a media module, and we were very appreciative one came default with DNN (I am new to using DNN as a CMS platform).

We quickly discovered that it autoplays the video upon each page restart, and we need it to not do this.  I found a few posts regarding this (see url below), and attempted to make the modifications necessary.  VB programming is not my expertise, coupled with the fact the only tool I have is Visual Basic 2008 express, and therefore could not make the changes needed.

http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/42/threadid/87784/scope/posts/Default.aspx

 

I am reaching out to the DNN community to see if someone has made the appropriate change to the .dll and be willing to share it.  Either here, or email me at my gmail account of geekfella@gmail.com....I swear good karma will come your way!

 

 

 
New Post
7/6/2009 8:26 PM
 

Here is an alternative to display one or many video files in a grid using the Text/HTML module. This example uses Windows Media Player for WMV files. If you need a different file type there is a code generator available at http://cit.ucsf.edu/embedmedia/step1.php

First you need to go to the HOST:Host Settings:Other Setings:Allowable File Extensions and add WMV. This will allow you to upload WMV files to your site.

Next go to ADMIN:File Manager and upload your video files. I store mine in a folder 'Video' under the portal root.

Add a Text/HTML module to the page.

Select Edit Text:Basic Text Box:Html

Paste the following text 1 time for each video you want to display:

<!-- begin embedded WindowsMedia file... --> <table border="0" cellpadding="0" align="left"> <tbody> <tr> <td><object id="mediaPlayer" type="application/x-oleobject" height="285" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Loading Microsoft Windows Media Player components..." width="320"> <param value="http://yoursite.com/portals/0/Video/Video1.wmv" name="fileName" /> <param value="true" name="animationatStart" /> <param value="False" name="transparentatStart" /> <param value="false" name="autoStart" /> <param value="true" name="showControls" /> <param value="false" name="loop" /><embed id="mediaPlayer" type="application/x-mplayer2" height="285" width="320" name="mediaPlayer" pluginspage="http://microsoft.com/windows/mediaplayer/en/download/" displaysize="4" autosize="-1" bgcolor="darkblue" showcontrols="true" showtracker="-1" showdisplay="0" showstatusbar="-1" videoborder3d="-1" autostart="false" designtimesp="5311" loop="false" src="http://yoursite.com/portals/0/video/video1.wmv"></embed></object></td> </tr> <!-- ...end embedded WindowsMedia file --> </tbody> </table>

Replace the paths http://yoursite.com/portals/0/Video/Video1.wmv with your site an file name in both locations.

Add a <br /> between code segments to create a new row. Go to the link above for details of the various format options.

I am displaying 8 videos in 2 rows of 4 in a single Text/HTML module using this technique.

Hope this helps.

Dave

 
New Post
9/28/2009 11:30 PM
 

 Dave
      Just wanted to let you know another person has used your suggestion with success .... That was great, thanks alot !
David

        

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsMediaMediaModified .dll to stop autoplayModified .dll to stop autoplay


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