To "embed" an object in a web page, it needs to be an ActiveX control.
Creating one of these with 100% managed code will be very difficult.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com
You can embed a .NET object in a web page, but it comes with caveats,
namely, it will only run in IE, and you have to configure security for the
framework on the client side:
http://windowsclient.net/articles//iesourcing.aspx

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> To "embed" an object in a web page, it needs to be an ActiveX control.
> Creating one of these with 100% managed code will be very difficult.
[quoted text clipped - 18 lines]
>>
>> Thanx for any input,
Anil Gupte - 21 Aug 2007 22:00 GMT
Are Windows Form Controls the same thing as Objects? I am not familiar with
either.

Signature
Anil Gupte
www.keeninc.net
www.icinema.com
> You can embed a .NET object in a web page, but it comes with caveats,
> namely, it will only run in IE, and you have to configure security for the
[quoted text clipped - 25 lines]
>>>
>>> Thanx for any input,
Nicholas Paldino [.NET/C# MVP] - 21 Aug 2007 22:17 GMT
Anil,
What is the context you mean for "Objects"? If you mean the <object>
tag in the page, then no, they are not.

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> Are Windows Form Controls the same thing as Objects? I am not familiar
> with either.
[quoted text clipped - 29 lines]
>>>>
>>>> Thanx for any input,
Anil Gupte - 21 Aug 2007 22:56 GMT
Okay, so I assume I am going to make a Media Player Control and then I can
use it in the page. Is there any tutorial or docs out there that I can read
to do this?
Thanx.

Signature
Anil Gupte
www.keeninc.net
www.icinema.com
> Anil,
>
[quoted text clipped - 34 lines]
>>>>>
>>>>> Thanx for any input,