Home All Groups Group Topic Archive Search About

how can i change a value in an <object> </object>

Author
8 Sep 2006 1:17 PM
msnews.microsoft.com
hello every one

i am using media player in internet explorer but i cannot access it directly
in code behind, so do you know a way to access it?
<object id="video123" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject" runat="server">
<param name="URL" value="mms://srv-enterprise/site_diffusion/(  hi want to
add a value here !!!!!!!!!     )"/>
<param name="SendPlayStateChangeEvents" value="True"/>
<param name="AutoStart" value="True"/>
<param name="uiMode" value="full"/>
<param name="PlayCount" value="1"/>
</object>

thank you

morgan

Author
8 Sep 2006 2:47 PM
Kevin Spencer
Create a Server Control or a User Control that renders the object tag.

--
HTH,

Kevin Spencer
Microsoft MVP
Chicken Salad Surgery

What You Seek Is What You Get.

Show quoteHide quote
"msnews.microsoft.com" <zerbini.mor***@gmail.com> wrote in message
news:efq4uk00GHA.4188@TK2MSFTNGP04.phx.gbl...
> hello every one
>
> i am using media player in internet explorer but i cannot access it
> directly in code behind, so do you know a way to access it?
> <object id="video123" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
> type="application/x-oleobject" runat="server">
> <param name="URL" value="mms://srv-enterprise/site_diffusion/(  hi want to
> add a value here !!!!!!!!!     )"/>
> <param name="SendPlayStateChangeEvents" value="True"/>
> <param name="AutoStart" value="True"/>
> <param name="uiMode" value="full"/>
> <param name="PlayCount" value="1"/>
> </object>
>
> thank you
>
> morgan
>
>
>
Are all your drivers up to date? click for free checkup

Author
8 Sep 2006 3:59 PM
Morgan
Thank you

Please could you send me mor information to createa server control or a user
control that render my embeded media player.

I used finaly, <% Response.Write(variable) %>.

Thank you

"Kevin Spencer" <u**@ftc.gov> a écrit dans le message de news:
ubI$0W10GHA.1***@TK2MSFTNGP04.phx.gbl...
Show quoteHide quote
> Create a Server Control or a User Control that renders the object tag.
>
> --
> HTH,
>
> Kevin Spencer
> Microsoft MVP
> Chicken Salad Surgery
>
> What You Seek Is What You Get.
>
> "msnews.microsoft.com" <zerbini.mor***@gmail.com> wrote in message
> news:efq4uk00GHA.4188@TK2MSFTNGP04.phx.gbl...
>> hello every one
>>
>> i am using media player in internet explorer but i cannot access it
>> directly in code behind, so do you know a way to access it?
>> <object id="video123"
>> classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
>> type="application/x-oleobject" runat="server">
>> <param name="URL" value="mms://srv-enterprise/site_diffusion/(  hi want
>> to add a value here !!!!!!!!!     )"/>
>> <param name="SendPlayStateChangeEvents" value="True"/>
>> <param name="AutoStart" value="True"/>
>> <param name="uiMode" value="full"/>
>> <param name="PlayCount" value="1"/>
>> </object>
>>
>> thank you
>>
>> morgan
>>
>>
>>
>
>
Author
8 Sep 2006 8:42 PM
Kevin Spencer
Hi Morgan,

It's not that difficult. See:

http://msdn.microsoft.com/library/en-us/cpguide/html/cpcondevelopingwebformscontrols.asp?frame=true

--
HTH,

Kevin Spencer
Microsoft MVP
Chicken Salad Surgery

What You Seek Is What You Get.

Show quoteHide quote
"Morgan" <zerbini.mor***@gmail.com> wrote in message
news:%234c3N$10GHA.328@TK2MSFTNGP06.phx.gbl...
> Thank you
>
> Please could you send me mor information to createa server control or a
> user control that render my embeded media player.
>
> I used finaly, <% Response.Write(variable) %>.
>
> Thank you
>
> "Kevin Spencer" <u**@ftc.gov> a écrit dans le message de news:
> ubI$0W10GHA.1***@TK2MSFTNGP04.phx.gbl...
>> Create a Server Control or a User Control that renders the object tag.
>>
>> --
>> HTH,
>>
>> Kevin Spencer
>> Microsoft MVP
>> Chicken Salad Surgery
>>
>> What You Seek Is What You Get.
>>
>> "msnews.microsoft.com" <zerbini.mor***@gmail.com> wrote in message
>> news:efq4uk00GHA.4188@TK2MSFTNGP04.phx.gbl...
>>> hello every one
>>>
>>> i am using media player in internet explorer but i cannot access it
>>> directly in code behind, so do you know a way to access it?
>>> <object id="video123"
>>> classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
>>> type="application/x-oleobject" runat="server">
>>> <param name="URL" value="mms://srv-enterprise/site_diffusion/(  hi want
>>> to add a value here !!!!!!!!!     )"/>
>>> <param name="SendPlayStateChangeEvents" value="True"/>
>>> <param name="AutoStart" value="True"/>
>>> <param name="uiMode" value="full"/>
>>> <param name="PlayCount" value="1"/>
>>> </object>
>>>
>>> thank you
>>>
>>> morgan
>>>
>>>
>>>
>>
>>
>
>
Author
11 Sep 2006 7:13 AM
Morgan
thanks you Kevin for replying me.
have a good day

Morgan


"Kevin Spencer" <u**@ftc.gov> a écrit dans le message de news:
uxGo9c40GHA.3***@TK2MSFTNGP03.phx.gbl...
Show quoteHide quote
> Hi Morgan,
>
> It's not that difficult. See:
>
> http://msdn.microsoft.com/library/en-us/cpguide/html/cpcondevelopingwebformscontrols.asp?frame=true
>
> --
> HTH,
>
> Kevin Spencer
> Microsoft MVP
> Chicken Salad Surgery
>
> What You Seek Is What You Get.
>
> "Morgan" <zerbini.mor***@gmail.com> wrote in message
> news:%234c3N$10GHA.328@TK2MSFTNGP06.phx.gbl...
>> Thank you
>>
>> Please could you send me mor information to createa server control or a
>> user control that render my embeded media player.
>>
>> I used finaly, <% Response.Write(variable) %>.
>>
>> Thank you
>>
>> "Kevin Spencer" <u**@ftc.gov> a écrit dans le message de news:
>> ubI$0W10GHA.1***@TK2MSFTNGP04.phx.gbl...
>>> Create a Server Control or a User Control that renders the object tag.
>>>
>>> --
>>> HTH,
>>>
>>> Kevin Spencer
>>> Microsoft MVP
>>> Chicken Salad Surgery
>>>
>>> What You Seek Is What You Get.
>>>
>>> "msnews.microsoft.com" <zerbini.mor***@gmail.com> wrote in message
>>> news:efq4uk00GHA.4188@TK2MSFTNGP04.phx.gbl...
>>>> hello every one
>>>>
>>>> i am using media player in internet explorer but i cannot access it
>>>> directly in code behind, so do you know a way to access it?
>>>> <object id="video123"
>>>> classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
>>>> type="application/x-oleobject" runat="server">
>>>> <param name="URL" value="mms://srv-enterprise/site_diffusion/(  hi want
>>>> to add a value here !!!!!!!!!     )"/>
>>>> <param name="SendPlayStateChangeEvents" value="True"/>
>>>> <param name="AutoStart" value="True"/>
>>>> <param name="uiMode" value="full"/>
>>>> <param name="PlayCount" value="1"/>
>>>> </object>
>>>>
>>>> thank you
>>>>
>>>> morgan
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>

Bookmark and Share