Advanced Forum Search Results
-
You tube's videos are in flv format. If you are not looking for a dynamic solution then you can download the you tube's videos, use a 3rd party converter to convert it to wmv format and use it with the media element. (Downloading you tube videos is possible using websites like downloadyoutubevideos.com).
Some time back i have used a ...
-
Hi Cece,
How about using the WebClient to download the xml file and use it?
Regards,
Sakthi
-
I guess you should specify the namespace when using the SelectionChangedEventArgs.
you might be adding both the namespaces in your code. This is causing the error
-
Maybe you should use VisualStateManager.GoToState(buttonA, "Base", true or false)
also, another suggestion is to make a new Visible and Invisible state and add it to the existing stategroup(where the mouseover state is added).
now, the VSM will manage the transition from MouseOver to Visible or Invisible state.
Hope it helps.
-
I guess it is because of the Windowless property. By default it is set to true. try setting it to false in your html page. You can add the following in the list of parameters.
<param name="windowless" value="false" />
Regards
Sakthi
http://ideasdrive.blogspot.com
-
Hmm. Currently, Silverlight does not support 3D and hence, I guess you need to have a series of pictures (taken in all the positions that you described and the transition positions too). And animate them by changing the opacity.
For eg, consider that there are 360 pictures taken.
So, 90 pictures wil be shown when the user turns ...
-
I have a Visual Studio 2008 RTM and have installed Silverlight tools Beta 2 (released on 23rd June 2008).
While working with Silverlight Application, there are no issues. But, while closing the Visual Studio, the Visual Studio crashes and displays the following window.
I tried opening a WinForms application and closing it. It ...
-
I found the same problem with Windows XP Professional Japanese. But when I installed the Windows XP Professional, the problem disappeared.
Regards,
Sakthi Sai Saranyan
http://ideasdrive.blogspot.com/
-
Hi,
I am using silverlight 2.0(previously named 1.1). The image source is set in the xaml file. And later when I try to add the image as a child to another canvas, I get the exception . However, if I call the method once again after the exception, the canvas gets added(i.e. i call the adding method in its try ...
-
Hi All,
When I set the source property of an image object and add it to a canvas, the above said exception occurs. I have made sure that the image path is relative and is valid. I have also found that the exception is thrown not because of the name property as removing the source property does not throw any exception.
Any ...