Advanced Forum Search Results
-
I'm training to support Moonlight , the part of Silverlight, but on GNU\Linux.
Becuase Moonlight works fine only with 1st version of Silverlight, which was XAML + JavaScript.
-
Hello every body!
I have the two next listings:
This example DOESN'T WORK!1 <script>
2
3 function oleg()
4 {
5 var a = document;
6
7 var b = a.pic1.width;
8
9 if( b == 200 )
10 {
11 a.pic1.width = b + 20;
12 setTimeout("oleg();", 5);
13
14 if(b == 500)
15 ...
-
Hello eveybody!
I want to know , is the thing, which has occured in my Blend - normal?
I have captured the video and put it in web:
http://magesi.net/bug1.html
Here you can see, that blue rectange is moving in working space in editor ( it's not Storyboard, I don't use here Storyboard ).
Is it normal situation? =)
I've such ...
-
Hi everybody!
I want to know the next information:
We all know, that there is a collection of visual effects in Silverlight, Flash, JavaScript.
So, if we are using jQuery?
Many effects became very simple to use it in development, but we are not understanding the logic ( I mean logic in depth ).
Not just this.Button => blur = > and some ...
-
[quote user="Sergey.Lutay"]Silverlight can stream video from devices of users.[/quote]
Using only with some application as Encoder or Flash to help you, but you can't make Silverlight application, which can send video to server from client-side in live stream and show it live for the opponent.
You can't choose the input ...
-
[quote user="Sergey.Lutay"]
Hi Oleg,
I think it can't be attacked.
[/quote]
It's good.
I have asked it , because my server was defaced.
And there were not any PHP scripts ( or other programming languages scripts ), which the user can find and upload some unsafe script.
My site was only with Silverlight applications ( and ...
-
[quote user="davidezordan"]You can also use expression encoder to do a live stream: http://blogs.msdn.com/jitghosh/archive/2007/11/30/demo-live-streams-in-silverlight.aspx
[/quote]
Users must install Encoder and edit some config. to work with their web-cams????
Very bad for Silverlight.
Flash can work with web-cams without any ...
-
Hello!
Does Silverlight support live video from camera?
I saw the info, that live videos as Olympic games were translated through Silverlight.
Which namespace I should use for live streaming?
Best Regards,
Oleg
-
To use IronPython and IronRuby in Silverlight ( ther are some examples in gallert at this site ) - Silverlight Runtime must have DLR.
Dynamic Library Runtime.
Because IronRuby and IronPython are dynamic-typed languages.
Such languages, for examples don't have "VOID", which C# has.
It's really great, if Silverlight can ...
-
Hi!
The point of using Silverlight - is simple, light and cross-platform using.
Why Sun ( now Oracle ) has developed JavaFX, if there are Java-applets ( full Java applications, which can run in your browser )?
Because, there is the same aim as for Flash and Silverlight.
JVM ( Java Virtual Machine ) and .NET - are very heavy, I don't ...