Click here to Skip to main content
16,004,192 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Get client username Pin
_Madmatt4-Oct-09 8:34
_Madmatt4-Oct-09 8:34 
GeneralRe: Get client username Pin
Manas Bhardwaj4-Oct-09 8:39
professionalManas Bhardwaj4-Oct-09 8:39 
GeneralRe: Get client username Pin
_Madmatt4-Oct-09 8:46
_Madmatt4-Oct-09 8:46 
GeneralRe: Get client username Pin
Manas Bhardwaj4-Oct-09 8:53
professionalManas Bhardwaj4-Oct-09 8:53 
GeneralRe: Get client username Pin
_Madmatt4-Oct-09 8:56
_Madmatt4-Oct-09 8:56 
GeneralRe: Get client username Pin
Manas Bhardwaj4-Oct-09 9:05
professionalManas Bhardwaj4-Oct-09 9:05 
GeneralRe: Get client username Pin
_Madmatt4-Oct-09 9:14
_Madmatt4-Oct-09 9:14 
Questionabout media player Pin
leone4-Oct-09 6:08
leone4-Oct-09 6:08 
i need to play some videos in media player. While doing this, media player waits for taking whole the video to ram. this takes alot of time when size of video is about 200-300 mb. How can media player do this partly. my code is:

myObjectTag = myObjectTag + "<OBJECT id=playera classid=clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95 style=\"position: absolute;left: 0; top: 0; width: 100%; height: 100%;\" standby='Media is loding...>";
myObjectTag = myObjectTag + "<param name='url' value='" + sourceUrl + "' />";
myObjectTag = myObjectTag + "<param name='src' value='" + sourceUrl + "' />";
myObjectTag = myObjectTag + "<param name='AutoStart' value='true' />";
myObjectTag = myObjectTag + "<param name='Balance' value='0' />";
myObjectTag = myObjectTag + "<param name='CurrentPosition' value='0' />";
myObjectTag = myObjectTag + "<param name='showcontrols' value='true' />";
myObjectTag = myObjectTag + "<param name='enablecontextmenu' value='true' />";
myObjectTag = myObjectTag + "<param name='mute' value='false' />";
myObjectTag = myObjectTag + "<param name='PlayCount' value='1' />";
myObjectTag = myObjectTag + "<param name='rate' value='1.0' />"; //0.5=Slow, 1.0=Normal, 2.0=Fast
myObjectTag = myObjectTag + "<param name='uimode' value='full' />"; // full, mini, custom, none, invisible
myObjectTag = myObjectTag + "<param name='showdisplay' value='true' />";
myObjectTag = myObjectTag + "<param name='volume' value='50' />"; // 0=lowest, 100=highest
myObjectTag = myObjectTag + "</object>";
QuestionMoving from Session mode InProc to StateServer Pin
Steve van Niman4-Oct-09 5:45
Steve van Niman4-Oct-09 5:45 
AnswerRe: Moving from Session mode InProc to StateServer Pin
Abhijit Jana4-Oct-09 5:57
professionalAbhijit Jana4-Oct-09 5:57 
GeneralRe: Moving from Session mode InProc to StateServer Pin
Steve van Niman4-Oct-09 6:03
Steve van Niman4-Oct-09 6:03 
GeneralRe: Moving from Session mode InProc to StateServer Pin
Abhijit Jana4-Oct-09 6:08
professionalAbhijit Jana4-Oct-09 6:08 
GeneralRe: Moving from Session mode InProc to StateServer Pin
Steve van Niman4-Oct-09 6:09
Steve van Niman4-Oct-09 6:09 
AnswerRe: Moving from Session mode InProc to StateServer Pin
Steve van Niman4-Oct-09 12:17
Steve van Niman4-Oct-09 12:17 
QuestionFeedback Form Pin
kuduva4-Oct-09 0:08
kuduva4-Oct-09 0:08 
AnswerRe: Feedback Form Pin
Abhijit Jana4-Oct-09 0:36
professionalAbhijit Jana4-Oct-09 0:36 
GeneralRe: Feedback Form Pin
kuduva4-Oct-09 0:45
kuduva4-Oct-09 0:45 
GeneralRe: Feedback Form Pin
Abhijit Jana4-Oct-09 3:21
professionalAbhijit Jana4-Oct-09 3:21 
GeneralRe: Feedback Form Pin
kuduva4-Oct-09 4:19
kuduva4-Oct-09 4:19 
GeneralRe: Feedback Form Pin
Richard MacCutchan4-Oct-09 4:27
mveRichard MacCutchan4-Oct-09 4:27 
QuestionWhich one is better ASP or PHP? [modified] Pin
CoderForEver3-Oct-09 23:58
CoderForEver3-Oct-09 23:58 
AnswerRe: Which one is better ASP or PHP? Pin
sashidhar4-Oct-09 1:32
sashidhar4-Oct-09 1:32 
GeneralRe: Which one is better ASP or PHP? Pin
CoderForEver4-Oct-09 16:19
CoderForEver4-Oct-09 16:19 
GeneralRe: Which one is better ASP or PHP? Pin
sashidhar4-Oct-09 18:47
sashidhar4-Oct-09 18:47 
GeneralRe: Which one is better ASP or PHP? Pin
CoderForEver5-Oct-09 16:23
CoderForEver5-Oct-09 16:23 

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.