Click here to Skip to main content
15,897,891 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: even after focussing on a button and after pressing enter key Onclick evnet is not called ... Pin
Guru_yogi7-Jan-07 22:14
Guru_yogi7-Jan-07 22:14 
Questionmaking variable globally access Pin
mohd imran abdul aziz7-Jan-07 17:37
mohd imran abdul aziz7-Jan-07 17:37 
AnswerRe: making variable globally access Pin
thedom27-Jan-07 18:32
thedom27-Jan-07 18:32 
AnswerRe: making variable globally access Pin
enjoycrack7-Jan-07 21:42
enjoycrack7-Jan-07 21:42 
QuestionWeb service App_Data - is this needed Pin
steve_rm7-Jan-07 17:31
steve_rm7-Jan-07 17:31 
AnswerRe: Web service App_Data - is this needed Pin
seee sharp7-Jan-07 22:51
seee sharp7-Jan-07 22:51 
GeneralRe: Web service App_Data - is this needed Pin
steve_rm9-Jan-07 7:15
steve_rm9-Jan-07 7:15 
QuestionHow do you delay movie play??? Pin
code-frog7-Jan-07 12:40
professionalcode-frog7-Jan-07 12:40 
How do you delay the movie play until it is fully loaded (downloaded) from the server? My movie's start playing immediately and are jerky as crazy. Then if I wait a minute or two they play smoothly as they have finished streaming down.

Here's the code I'm using:

//MediaElement is just an ASP:Literal.

_mpg = Request.QueryString["MPG"].ToString().Trim();

tmpHTML += "<object id=\"MediaPlayer\" height=\"240\" width=\"320\" 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\">" + "\r\n";
tmpHTML += "<param name=\"filename\" value=\"" + _mpg + "\">" + "\r\n";
tmpHTML += "<param name=\"Showcontrols\" value=\"True\">" + "\r\n";
tmpHTML += "<param name=\"autoStart\" value=\"False\">" + "\r\n";
tmpHTML += "<embed type=\"application/x-mplayer2\" src=\"" + _mpg + "\" name=\"MediaPlayer\"></embed>" + "\r\n";
tmpHTML += "</object>" + "\r\n";
MediaElement.Text = tmpHTML;
AnswerRe: How do you delay movie play??? Pin
minhpc_bk7-Jan-07 17:07
minhpc_bk7-Jan-07 17:07 
QuestionSWF(flash)in asp.net ? Pin
sanaziuse7-Jan-07 7:42
sanaziuse7-Jan-07 7:42 
AnswerRe: SWF(flash)in asp.net ? Pin
Guffa7-Jan-07 12:51
Guffa7-Jan-07 12:51 
AnswerRe: SWF(flash)in asp.net ? Pin
Venkatesh Mookkan7-Jan-07 15:52
Venkatesh Mookkan7-Jan-07 15:52 
GeneralSir please answer for this please. Pin
indian1437-Jan-07 18:28
indian1437-Jan-07 18:28 
GeneralRe: Sir please answer for this please. Pin
Venkatesh Mookkan7-Jan-07 19:39
Venkatesh Mookkan7-Jan-07 19:39 
GeneralRe: Sir please answer for this please. Pin
Pete O'Hanlon7-Jan-07 22:50
mvePete O'Hanlon7-Jan-07 22:50 
GeneralRe: SWF(flash)in asp.net ? Pin
sanaziuse8-Jan-07 1:07
sanaziuse8-Jan-07 1:07 
AnswerRe: SWF(flash)in asp.net ? Pin
Haissam8-Jan-07 0:58
Haissam8-Jan-07 0:58 
Questionintercepting SOAP request through SoapOutputFilter Pin
zein817-Jan-07 6:05
zein817-Jan-07 6:05 
AnswerRe: intercepting SOAP request through SoapOutputFilter Pin
minhpc_bk7-Jan-07 17:08
minhpc_bk7-Jan-07 17:08 
QuestionSaving list of objects Pin
Gjuviqta7-Jan-07 5:31
Gjuviqta7-Jan-07 5:31 
AnswerRe: Saving list of objects Pin
Christian Graus7-Jan-07 9:49
protectorChristian Graus7-Jan-07 9:49 
QuestionHow to pass exception handling for releases Pin
just3ala27-Jan-07 0:56
just3ala27-Jan-07 0:56 
AnswerRe: How to pass exception handling for releases Pin
travich7-Jan-07 9:31
travich7-Jan-07 9:31 
QuestionCan't find Graphics.FromImage Pin
xiaowenjie7-Jan-07 0:26
xiaowenjie7-Jan-07 0:26 
AnswerRe: Can't find Graphics.FromImage Pin
Guffa7-Jan-07 4:31
Guffa7-Jan-07 4:31 

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.