Can the Windows Media player control run as server control? or Can it be dyn
amically created during run time in asp.net using vc#
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>N59msEGPh0ODTlOnKkkm1w==</Id>Well, you can create a custom control that will generate a Windows media
embedded control. Then you can treat this like any server control.
"Roopa Laxmi via .NET 247" <anonymous@.dotnet247.com> wrote in message
news:uRttH20IFHA.1860@.TK2MSFTNGP15.phx.gbl...
> Can the Windows Media player control run as server control? or Can it be
> dynamically created during run time in asp.net using vc#
> --
> Posted by a user from .NET 247 (http://www.dotnet247.com/)
> <Id>N59msEGPh0ODTlOnKkkm1w==</Id>
Hi,
Thanx for ur suggession.
But Actually my problem is...
I'm facing problem with Windows Media Player in asp.net(Visual Studio Web
Application). Actually I want to
create a Windows Media Player Object and assign a url to it. when the media
is playing I want to display the native width, height etc proprties of the
media item being played. I'm trying this through the WMPLib Namespace that
suits the same as follows during the page load
//c# code to load the player
WMPLib.WindowsMediaPlayer p=new WMPLib.WindowsMediaPlayerClass();
p.URL=Server.MapPath("movie1.mpg");
p.Controls.Play();
But I'm not able to get the output. Blank page is loaded. No errors or
warnings displayed.
If you got my point and know about the solution, I would be very thankful to
you if u reply me @. the earliest.
Thank you
RoopaLaxmi P.
---
"Tampa.NET Koder" wrote:
> Well, you can create a custom control that will generate a Windows media
> embedded control. Then you can treat this like any server control.
> "Roopa Laxmi via .NET 247" <anonymous@.dotnet247.com> wrote in message
> news:uRttH20IFHA.1860@.TK2MSFTNGP15.phx.gbl...
>
>
0 comments:
Post a Comment