473,407 Members | 2,312 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

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

Sep 8 '06 #1
4 1841
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" <ze************@gmail.comwrote in message
news:ef**************@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

Sep 8 '06 #2
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" <uc*@ftc.gova écrit dans le message de news:
ub**************@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" <ze************@gmail.comwrote in message
news:ef**************@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


Sep 8 '06 #3
Hi Morgan,

It's not that difficult. See:

http://msdn.microsoft.com/library/en...asp?frame=true

--
HTH,

Kevin Spencer
Microsoft MVP
Chicken Salad Surgery

What You Seek Is What You Get.

"Morgan" <ze************@gmail.comwrote in message
news:%2***************@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" <uc*@ftc.gova écrit dans le message de news:
ub**************@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" <ze************@gmail.comwrote in message
news:ef**************@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



Sep 8 '06 #4
thanks you Kevin for replying me.
have a good day

Morgan
"Kevin Spencer" <uc*@ftc.gova écrit dans le message de news:
ux**************@TK2MSFTNGP03.phx.gbl...
Hi Morgan,

It's not that difficult. See:

http://msdn.microsoft.com/library/en...asp?frame=true

--
HTH,

Kevin Spencer
Microsoft MVP
Chicken Salad Surgery

What You Seek Is What You Get.

"Morgan" <ze************@gmail.comwrote in message
news:%2***************@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" <uc*@ftc.gova écrit dans le message de news:
ub**************@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" <ze************@gmail.comwrote in message
news:ef**************@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





Sep 11 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Eshrath | last post by:
Hi, What I am trying to do: ======================= I need to form a table in html using the xsl but the table that is formed is quite long and cannot be viewed in our application. So we are...
0
by: Wolfgang Schwanke | last post by:
Dear usenet, I'm having the following small problem. I've been ask to add some Quicktime panoramas to a website. The author of the panoramas has made two versions of each: One in MOV format,...
8
by: Tom | last post by:
Hi I have an aspx page which has javascript to configure xmldata. I added breakpoint to the button method. When I click submit button, it did not go to those breakpoint and show the following...
11
by: Wolfgang Kaml | last post by:
I am not sure if this is more of an expert question, but I am sure that they are out there. I'd like to setup a general application or bin directory on my Win2003.Net Server that will hold some...
6
by: Chris Fink | last post by:
Does anyone know it is possible to include a small image(.gif .jpeg) within a <SELECT><option> so that the user would see the option text as well as a little image(icon) in the option? I know this...
13
by: Mark | last post by:
Dear folks, In Javascript, is it possible to get all id names within, say, a <div></divpair? Like the array of "document.images", I mean. The reason I ask, is that I have a calender whose...
4
by: ismailc | last post by:
Good day, RamananKalirajan helped me with a great script to do a popup div. The problem i now have is that the popup div within the div does not like any table><tr><td>, so itried using <div> in...
7
by: turnernm | last post by:
error: document type does not allow element "ul" here; missing one of "object", "ins", "del", "map", "button" start-tag what i wanted in my site was to float an img to the left and a list to the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.