Search

You searched for the word(s): userid:802493

Matching Posts

  • Appy Css for Silverlight controls

    Hi, I want to apply "Css" for Silverlight image control.I am having one silverlight image control in that left button down event i have to open asp.net form.For that aspx page i want to apply styles while opening that page.In left button down event i am calling java script function to call that aspx page.But from where i have to apply styles to open that page. If i use anchor tag to open popup window in normal aspx page I can use the following line to work it properly. <a style="font
  • Re: Media Element source property in code behind

    ok.. thank you.for mplayer.source we can't assign "ClientBin/Lake.wmv" directly because it is taking like string and the other side is uri.And in msdn forums also they directly assign source path from design.If i give it from design its working to me also.I want to give path from code behind.
  • Re: Media Element source property in code behind

    thank you for your quick response.I placed my videos in my clientbin directory as well as in xaml files folder also.I tried with relarive uri and with absolute uri. mplayer.Source = new Uri ( "videos/Lake.wmv" , UriKind .Relative); mplayer.Source = new System.Uri(@"D:\sample\sample.Web\ClientBin\Lake.wmv", UriKind.Absolute); mplayer.AutoPlay = true ; Here am I missing any thing and I dont want to use media player I want to use only media element. Can you please tell me is there
  • Media Elements usage based on some index value that matches with media element name

    Hi, I am developing one application in that I have more than 20 media elements.Here is the example for 5 media elements mp1,mp2,mp3,mp4,mp5. And i am using "i" value from 1 to 20 based on the "i" value i have to use that corresponding media element.If "i" value is 2 i have to use mp2 and assign path to that mp2 source from code behind. Those all media elements are created by default through design.Please can anybody help me how to resolve this problem or any suggestions
  • Media Element source property in code behind

    Hi, I am developing one application in that I have more than 5 media elements. I want to assign path to media element source from database.For that I have created one silverlight application and there is a ClientBin in silverlight website, I have saved my uploaded videos in clientbin and that path in database. But from code behind if i assign the path its not showing anything. my sample code is mplayer.Source = new System.Uri(@"D:\sample\sample.Web\ClientBin\Lake.wmv", UriKind.Absolute
  • Parent Canvas mouse button effecting on Child Canvas

    Hi, I am developing one silverlight application in that I placed one main canvas(LayoutRoot) and there are 6 child canvas are there with videos.I have written mouse events for main canvas and child canvas seperately.Purpose when I drag and drop main canvas it will drag entire canvas with child canvas and if I drag one of the child canvas it shouldn't drag main canvas too only drag one that particular canvas.I am facing problem that if I drag main canvas its working good and if I try to drag one
  • Re: Throwing videos using Silverlight

    Hi Harry thank you for your response.I have done the functionality for Drag and drop canvas to desired place.I need to develop the functionality for if we click and throw images it have to throw to anywhere.
  • Throwing videos using Silverlight

    Hi, I am developing one application using silverlight and .Net.There are some videos to watch.There are some features like rotate,scaling video using silverlight.Now I want to develop feature Throw videos using silverlight like in the following site. http://www.etsy.com/color.php?ref=fp_nav_colors.If u open that link there are some bubbles,if you click those bubles you will find some images.In that we can throw those images to anywhere. I want to develop that feature using silverlight in my site
  • Use .XAP file in ASP.Net Website

    Hi, I am facing problem with using .XAP file in ASP.Net Website. I have written the following code to use .XAP in .Aspx page --%> If i write like that is only assigned to particular row but i want it for whole page. If I write control after form tag then the silverlight content is assigned above the table and the table data seperated from silverlight content. Please see the below link to drag and drop videos but that drag and drop videos is not working outside that row only within that row. http
  • 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
Page 1 of 2 (20 items) 1 2 Next >