|
.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.
-- Show quoteHide quoteHTH, 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 > > > 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 >> >> >> > > Hi Morgan,
It's not that difficult. See: http://msdn.microsoft.com/library/en-us/cpguide/html/cpcondevelopingwebformscontrols.asp?frame=true -- Show quoteHide quoteHTH, 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 >>> >>> >>> >> >> > > 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 >>>> >>>> >>>> >>> >>> >> >> > >
Other interesting topics
Misterious IP -> name resolution in Uri.GetLeftPart() method
Breadcrumb Navigation bar MessageBox Strange problem UPS LandedCost webservice and ASP.NET 1.1 ASP.NET 2.0 static variables in Global.asax web net app and Atlas questions How to get the user name after FormAuthentication Saving web page as Excel spreadsheet insert a value in this way: <%# var %> |
|||||||||||||||||||||||