Advanced Forum Search Results
-
this will not solve my problem, as my silverlight application is on aspx page
and it is not taking the whole aspx page, it is on a specific part of aspx page and there are other graphics and links on aspx page as well.
by doing this it just makes full screen according to the size of silverlight plugin, fixed on my aspx page,
i want it like ...
-
Hi,
I am trying to play movie in full screen mode, on full screen event button I run the follwoing codeApplication.Current.Host.Content.IsFullScreen = Application.Current.Host.Content.IsFullScreen ^ true;
but this make whole silverlight component stretched, i.e. including menu and other buttons, also it make screen size only bigger as my ...
-
well i solved it by doing custom binding, if you can post your web.cong code and webservice client config code, I can look at it.
-
you have to make a custome binding in web.config
http://msdn.microsoft.com/en-us/library/dd470103(VS.95).aspx
-
ok, must have to use absolute uri for source,
-
I just noticed, that by giving absolute URI, it works fine in firefox, but in IE, it do not work, why is that ??
-
i am getting 4001 error when i try to play wmv file in silverlight 2 on HTTPS, if I play it using HTTP, it works fine, can you please guide me what I am doing wrong here?
Regards
-
yes that is, if I run the website without HTTPS, then it works, I get error only when SSL is enabled, I am missing some settings or in case of HTTPS their might be differnt way.
it is WMV and a supported format.
-
well thanks for link, I already have seen that, I could not get clue by reading that link, that what should i do to get rid of this error and play movie.
-
thanks, event should be wired with password box rather than the submit button, now its working fine
but event is called on WHENEVER a KEY is down, that cause calling event for loooooooooooots of time unneccessary, would their be a way that event is only called when only ENTER key is down?