media on your website

 a tiny html insert to play your video file on your website

 

<OBJECT ID="MediaPlayer" WIDTH=320 HEIGHT=240

CLASSID="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95"

STANDBY="Loading Windows Media Player components..."

TYPE="application/x-oleobject"

CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">

<PARAM name="autoStart" value="true">

<PARAM name="filename" value="YourMovie.wmv"> <EMBED TYPE="application/x-mplayer2"

SRC="YourMovie.wmv"

NAME="MediaPlayer"

WIDTH=320

HEIGHT=240>

</EMBED>

</OBJECT>

 

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by: beggerking
Posted on: 10/28/2008 at 5:30 AM
Categories: Technical
Actions: E-mail | Kick it! | DZone it! | del.icio.us
Post Information: Permalink | Comments (0) | Post RSSRSS comment feed

Use role manager in asp.net sitemap file

1. add   <roleManager enabled="true"/> to system.web section of your config file

2. add roles="*"  to each sitemapnode , you may specify different roles such as roles = "admin" etc

  example:

   <siteMapNode url="/" title=""  description=""  roles="*">

 

have fun :D

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by: beggerking
Posted on: 10/27/2008 at 7:15 PM
Categories: Technical
Actions: E-mail | Kick it! | DZone it! | del.icio.us
Post Information: Permalink | Comments (22) | Post RSSRSS comment feed

deploy network printer in active directory

1. add the printer to one of your server, and share it 

2. add this to the start up script under group policy to auto deploy a network printer

 RUNDLL32 PRINTUI.DLL,PrintUIEntry /in /q /n\\server\printername

ps.  PrintUIEntry is case sensitive...

Currently rated 4.0 by 1 people

  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by: administrator
Posted on: 10/27/2008 at 5:15 AM
Categories: Technical
Actions: E-mail | Kick it! | DZone it! | del.icio.us
Post Information: Permalink | Comments (0) | Post RSSRSS comment feed

Welcome!

a warm welcome from me!  Thank you for visiting my very first blog... hope to see you again ;D

Currently rated 3.0 by 1 people

  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by: administrator
Posted on: 10/27/2008 at 3:07 AM
Categories: General
Actions: E-mail | Kick it! | DZone it! | del.icio.us
Post Information: Permalink | Comments (1) | Post RSSRSS comment feed