Advanced Forum Search Results
-
I created an image in expression design now i want to use it in silverlight. But i want to use it as an image or something so silverlight can take care of fitting in the control, like you can doe with an png and an image control. Is there so kind of option?
dave
-
I just upgraded my appliaction from sl 2 to sl 3. But now in sl my webreferances to an webservice doesn't create any code anymore. I already create the web referance again but still no code, and also no errors; somebody any idea?
-
Hi Zack,
For the proxy also excited an interface ythat contains the methods you want. The implemation implements that interface explicit. So now you do:
Proxy p = new Proxy();
but you could allso use
IProxy p = new Proxy();
Now you have direct access to the begin and end methods
-
okey i have it almost working but i got one hugh problem for i really can use it. I download the shoutcast stream with an httpwebrequest, and now getting security exceptions. I can't place an custom xml i think; because shoutcast isn't a full webserver. I now have a handler on my hosting website created but that asks a lot of ...
-
mm that's not really nice
but someone needs to be the first to implement that :D so tomorrow i will begin.
Are there some examples how to use the abstract class?
-
it's a live stream with shoutcast so no file exist.
-
mm i tried it with a simple application and it works so it looks like the application has problem with it
-
i tried the
<object> tag, so without javascript and i tried it with the <asp:Silvelright /> control.
so silverlight.js is not needed
-
i tried but application does't appear. Is stays white
-
i got two server and having on server y the silverlight application and server x has an html page that include the silverlight application with object tag. Is this possible? screen stays white when i try it.