Click here to Skip to main content
15,887,596 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: radiobuttonlist with image Pin
Christian Graus10-Nov-09 20:19
protectorChristian Graus10-Nov-09 20:19 
GeneralRe: radiobuttonlist with image Pin
creative7710-Nov-09 20:32
creative7710-Nov-09 20:32 
GeneralRe: radiobuttonlist with image Pin
Christian Graus10-Nov-09 21:06
protectorChristian Graus10-Nov-09 21:06 
AnswerRe: radiobuttonlist with image Pin
Abhishek Sur10-Nov-09 20:31
professionalAbhishek Sur10-Nov-09 20:31 
QuestionHow to get live stream from webcam in our web page? Pin
Member 446605910-Nov-09 20:07
Member 446605910-Nov-09 20:07 
AnswerRe: How to get live stream from webcam in our web page? Pin
Christian Graus10-Nov-09 20:20
protectorChristian Graus10-Nov-09 20:20 
AnswerRe: How to get live stream from webcam in our web page? Pin
Abhishek Sur10-Nov-09 20:36
professionalAbhishek Sur10-Nov-09 20:36 
AnswerRe: How to get live stream from webcam in our web page? Pin
saurabh8april11-Nov-09 1:41
saurabh8april11-Nov-09 1:41 
This was my code to display live streaming from webcam.
hope thi will work for u.
u need to install the webcam and than place this file in ur initpub folder
to share the images on web and allow the user to view it.
u also need to install latest version of media player and windows media encoder.




<object id="MediaPlayer" width="176" height="144" 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="http://localhost:8080" />
<param name="ShowControls" value="False" />
<param name="ShowStatusBar" value="true" />
<embed type="application/x-mplayer2" src="http://localhost:8080" name="MediaPlayer" width="176" height="144" autostart="1" showcontrols="0" />






<object id="Player" width="300" height="250"
classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
<param name="URL" value="http://localhost:8080" />
<param name="uiMode" value="none" />



















You can also view this live feed directly in Windows Media Player by clicking here.




and do not forget to rank the reply if u get thi working....
all the best Smile | :)
QuestionTexbox is not Clear On Postback Pin
alaminfad10-Nov-09 19:04
alaminfad10-Nov-09 19:04 
AnswerRe: Texbox is not Clear On Postback Pin
Gamzun10-Nov-09 19:20
Gamzun10-Nov-09 19:20 
AnswerRe: Texbox is not Clear On Postback Pin
Christian Graus10-Nov-09 19:34
protectorChristian Graus10-Nov-09 19:34 
AnswerRe: Texbox is not Clear On Postback Pin
Abhishek Sur10-Nov-09 20:50
professionalAbhishek Sur10-Nov-09 20:50 
GeneralRe: Texbox is not Clear On Postback Pin
alaminfad11-Nov-09 0:25
alaminfad11-Nov-09 0:25 
QuestionHTTP redirect request failed. Pin
Member-495917610-Nov-09 18:43
Member-495917610-Nov-09 18:43 
AnswerRe: HTTP redirect request failed. Pin
padmanabhan N10-Nov-09 18:47
padmanabhan N10-Nov-09 18:47 
GeneralRe: HTTP redirect request failed. Pin
Member-495917610-Nov-09 18:55
Member-495917610-Nov-09 18:55 
GeneralRe: HTTP redirect request failed. Pin
Christian Graus10-Nov-09 18:59
protectorChristian Graus10-Nov-09 18:59 
GeneralRe: HTTP redirect request failed. Pin
Member-495917610-Nov-09 19:13
Member-495917610-Nov-09 19:13 
GeneralRe: HTTP redirect request failed. Pin
Christian Graus10-Nov-09 19:33
protectorChristian Graus10-Nov-09 19:33 
AnswerRe: HTTP redirect request failed. Pin
_Damian S_10-Nov-09 19:19
professional_Damian S_10-Nov-09 19:19 
QuestionDesign Patteren Pin
Amit Patel198510-Nov-09 18:36
Amit Patel198510-Nov-09 18:36 
AnswerRe: Design Patteren Pin
Christian Graus10-Nov-09 19:00
protectorChristian Graus10-Nov-09 19:00 
GeneralRe: Design Patteren Pin
Amit Patel198510-Nov-09 21:04
Amit Patel198510-Nov-09 21:04 
AnswerRe: Design Patteren Pin
Gamzun10-Nov-09 19:05
Gamzun10-Nov-09 19:05 
QuestionDifferent .NET Framework versions on same server Pin
Anuj Chauhan from India10-Nov-09 18:25
Anuj Chauhan from India10-Nov-09 18:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.