Drag and Drop Feature in Silverlight Media Player Control
-
Hi, I am new to Silverlight Applications. I created one media player control to play video in asp.net website.I want to drag and drop that media player control to desired place when we run the application but there are no events to drag and drop the video. I tried media element control its working fine for drag and drop functionality but i want that feature in media player control. Is there any other alternatives to drag and drop videos to desired place when we execute the application. Thanks in Advance Pavani
-
Hi, I am new to Silverlight Applications. I created one media player control to play video in asp.net website.I want to drag and drop that media player control to desired place when we run the application but there are no events to drag and drop the video. I tried media element control its working fine for drag and drop functionality but i want that feature in media player control. Is there any other alternatives to drag and drop videos to desired place when we execute the application. Thanks in Advance Pavani
pavanip wrote:
I tried media element control its working fine for drag and drop functionality but i want that feature in media player control.
Isn't the MediaPlayer an ASP.NET control? Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
pavanip wrote:
I tried media element control its working fine for drag and drop functionality but i want that feature in media player control.
Isn't the MediaPlayer an ASP.NET control? Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
I used Media Player control in Asp.Net but i am not getting how to Drag and Drop Video to desired location using that media Player control.
Maybe try posting on the ASP.NET board since it's not a silverlight control. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
Maybe try posting on the ASP.NET board since it's not a silverlight control. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
ok. thank you i posted it in asp.net,dotnet spider,c# corner forums but i didn't get any reply from those forums. And I tried in another way. I added new silverlight project in sasp.net website and I created media element control in xaml file for drag and drop functionlaity and I used that .XAP file in my aspx page when i run in my local system that page running and i am trying to host it in my iis server and there is no silverlight when i open that link it is showing blank space in place of that xaml content. If you know the reason please suggest me how to host my application in server.
-
ok. thank you i posted it in asp.net,dotnet spider,c# corner forums but i didn't get any reply from those forums. And I tried in another way. I added new silverlight project in sasp.net website and I created media element control in xaml file for drag and drop functionlaity and I used that .XAP file in my aspx page when i run in my local system that page running and i am trying to host it in my iis server and there is no silverlight when i open that link it is showing blank space in place of that xaml content. If you know the reason please suggest me how to host my application in server.
pavanip wrote:
in my iis server and there is no silverlight when i open that link it is showing blank space
Make sure the xap is getting published to your site folder. Also make sure the appropriate MIME types are configured in IIS: Configuring IIS for Silverlight Applications[^]
Mark Salsbery Microsoft MVP - Visual C++ :java: