Advanced Forum Search Results
-
Hi All,
Thanks for your answers.
There is no problem with videos on the same domain, or with relative path. The security exception is thrown with video like : mms://otherdomain/video.wmv or http://otherdomain/video.wmv.
So i have to find a way to give authorization to my silverlight app from windows media services.
It's ...
-
Hello,
Is there a way to indicate a crossdomain.xml to windows media services ? The reason is that i want to use WriteableBitmap to capture picture from video, but I get an exception security when i get pixel from it.
So, maybe a crossdomain policy on wms, can make the job ?
Sorry for my english, i will try to explain more if ...
-
Hello,
my problem is not solved :(
No idea ???
-
Hello,
I'm using the control expander from silverlight toolkit in items of a listbox.
The problem is when there is a lot of text in the expander, we cannot use the scrollbar of the listbox to view the end of the text, because it goes automatically to the next item in the listbox ...
there is an image :
and there is the ...
-
thank you for your answer.
My resource file is loaded by the main project into the global application, so I have solved my problem with :
System.Resources.ResourceManager reader = new ResourceManager("xxx.Player.Resource", ...
-
Hello,
I have a silverlight application composed with several project in csharp.
In the main project I have a ressource file named : Resource.resx. I've made a reference in xaml with
<Application.Resources>
<local:Resource x:Key="LanguageRessource"/>
</Application.Resources>
In ...
-
Hi Jordan,
Thanks for your reply. I have read it after my first post, but in fact I have visual web developper and not visual studio...
However I think I have solved my problem by remplacing <local:Resource x:Name="LanguageRessource"/>
By
<local:Resource x:Key="LanguageRessource"/> It seems ...
-
Hello,I have a project consisting of several other projects. The main project compile and under vs 2008, i have no error ! But i have an exception when i want to edit it under blend ... there is my code : 1 <ResourceDictionary
2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3 ...