|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
how can i change a value in an <object> </object>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 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 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 > > > 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 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 >> >> >> > > 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 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 >>> >>> >>> >> >> > > 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 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 >>>> >>>> >>>> >>> >>> >> >> > > |
|||||||||||||||||||||||