Click here to Skip to main content
15,913,685 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Live video Pin
zhengdong jin29-Sep-06 18:03
zhengdong jin29-Sep-06 18:03 
if you are using ASP.NET with C#

protected override void CreateChildControls()
{
base.CreateChildControls();
this.Controls.Add(new LiteralControl("<object id="\""));
" this.controls.add(this.literal1);
="" this.controls.add(new="" literalcontrol("\"="" style="\"WIDTH:" 100%;="" height:="" 100%\"="" classid="\"clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6\"" viewastext="">"));
this.Controls.Add(new LiteralControl("<param name="\"URL\"" value="\""));
" this.controls.add(this.literal2);
="" this.controls.add(new="" literalcontrol("\"="" />"));
this.Controls.Add(new LiteralControl("<param name="\"rate\"" value="\"1\"" />"));
this.Controls.Add(new LiteralControl("<param name="\"balance\"" value="\"0\"" />"));
this.Controls.Add(new LiteralControl("<param name="\"currentPosition\"" value="\"0\"" />"));
this.Controls.Add(new LiteralControl("<param name="\"defaultFrame\"" value="\"\"" />"));
this.Controls.Add(new LiteralControl("<param name="\"playCount\"" value="\"1\"" />"));
this.Controls.Add(new LiteralControl("<param name="\"autoStart\"" value="\"-1\"" />"));
this.Controls.Add(new LiteralControl("<param name="\"currentMarker\"" value="\"0\"" />"));
this.Controls.Add(new LiteralControl("<param name="\"invokeURLs\"" value="\"-1\"" />"));
this.Controls.Add(new LiteralControl("<param name="\"baseURL\"" value="\"\"" />"));
this.Controls.Add(new LiteralControl("<param name="\"volume\"" value="\"50\"" />"));
this.Controls.Add(new LiteralControl("<param name="\"mute\"" value="\"0\"" />"));
this.Controls.Add(new LiteralControl("<param name="\"uiMode\"" value="\"full\"" />"));
this.Controls.Add(new LiteralControl("<param name="\"stretchToFit\"" value="\"0\"" />"));
this.Controls.Add(new LiteralControl("<param name="\"windowlessVideo\"" value="\"0\"" />"));
this.Controls.Add(new LiteralControl("<param name="\"enabled\"" value="\"-1\"" />"));
this.Controls.Add(new LiteralControl("<param name="\"enableContextMenu\"" value="\"-1\"" />"));
this.Controls.Add(new LiteralControl("<param name="\"fullScreen\"" value="\"0\"" />"));
this.Controls.Add(new LiteralControl("<param name="\"SAMIStyle\"" value="\"\"" />"));
this.Controls.Add(new LiteralControl("<param name="\"SAMILang\"" value="\"\"" />"));
this.Controls.Add(new LiteralControl("<param name="\"SAMIFilename\"" value="\"\"" />"));
this.Controls.Add(new LiteralControl("<param name="\"captioningID\"" value="\"\"" />"));
this.Controls.Add(new LiteralControl("<param name="\"enableErrorDialogs\"" value="\"0\"" />"));
this.Controls.Add(new LiteralControl(""));
}

public string PlayAddress
{
get
{
return this.Literal2.Text;
}
set
{
this.Literal2.Text = value;
}
}
QuestionCreating multiple input fields using javascript Pin
wallyson27-Sep-06 4:25
wallyson27-Sep-06 4:25 
AnswerRe: Creating multiple input fields using javascript Pin
10011000100101101000027-Sep-06 7:58
10011000100101101000027-Sep-06 7:58 
GeneralRe: Creating multiple input fields using javascript Pin
wallyson28-Sep-06 4:27
wallyson28-Sep-06 4:27 
AnswerRe: Creating multiple input fields using javascript Pin
10011000100101101000028-Sep-06 8:18
10011000100101101000028-Sep-06 8:18 
GeneralRe: Creating multiple input fields using javascript Pin
wallyson28-Sep-06 8:27
wallyson28-Sep-06 8:27 
QuestionCan a normal user admin IIS Pin
Dinuj Nath26-Sep-06 22:51
Dinuj Nath26-Sep-06 22:51 
QuestionMouse cursor setting for elements. Pin
Brady Kelly26-Sep-06 22:49
Brady Kelly26-Sep-06 22:49 
AnswerRe: Mouse cursor setting for elements. Pin
Kschuler27-Sep-06 8:51
Kschuler27-Sep-06 8:51 
Questionupdate or modify Pin
scorp_scorp26-Sep-06 21:54
scorp_scorp26-Sep-06 21:54 
AnswerRe: update or modify Pin
_AK_26-Sep-06 23:09
_AK_26-Sep-06 23:09 
GeneralRe: update or modify Pin
scorp_scorp26-Sep-06 23:50
scorp_scorp26-Sep-06 23:50 
GeneralRe: update or modify Pin
_AK_27-Sep-06 0:02
_AK_27-Sep-06 0:02 
GeneralRe: update or modify Pin
scorp_scorp27-Sep-06 0:29
scorp_scorp27-Sep-06 0:29 
GeneralRe: update or modify Pin
_AK_27-Sep-06 1:32
_AK_27-Sep-06 1:32 
QuestionAsp:Label control Pin
nannapanenikamalnath26-Sep-06 19:10
nannapanenikamalnath26-Sep-06 19:10 
QuestionSimple Regular Expression? [modified] Pin
neo_605326-Sep-06 18:00
neo_605326-Sep-06 18:00 
AnswerRe: Simple Regular Expression? Pin
_AK_26-Sep-06 23:11
_AK_26-Sep-06 23:11 
GeneralRe: Simple Regular Expression? Pin
neo_605327-Sep-06 0:02
neo_605327-Sep-06 0:02 
GeneralRe: Simple Regular Expression? Pin
_AK_27-Sep-06 0:06
_AK_27-Sep-06 0:06 
GeneralRe: Simple Regular Expression? Pin
neo_605328-Sep-06 15:48
neo_605328-Sep-06 15:48 
GeneralRe: Simple Regular Expression? Pin
_AK_28-Sep-06 23:52
_AK_28-Sep-06 23:52 
AnswerRe: Simple Regular Expression? Pin
just3ala227-Sep-06 22:53
just3ala227-Sep-06 22:53 
QuestionTo make a javascript function execute only at the time of closing a window and not while refreshing Pin
saleemy2ks25-Sep-06 18:15
professionalsaleemy2ks25-Sep-06 18:15 
AnswerRe: To make a javascript function execute only at the time of closing a window and not while refreshing Pin
JUNEYT25-Sep-06 21:35
JUNEYT25-Sep-06 21:35 

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.