Hello everyone,
My purpose is simple, to find a sample which is just enough for my usage other than reading a long page sample. :-)
My requirement is very simple, just embed a Silverlight player into web browser to play some specific videos, the videos are hosted on an IIS server, some are wmv format and some others are flash format.
...
Is it possible to change or modify a specific part of a control template without having to recreate the entire control template of the control in the xaml?
For example, I was trying to get rid of the border of a textbox, so I could throw together a basic search box with rounded corners (example xaml below). Setting the borderthickness t...
Is it possible to have HTML appearing above embedded Silverlight?
...
Is this possible? If so, how?
...
Can someone direct me to an example or explanation that will help me either:
Extend the SilverLight AutoComplete Box to allow watermarks.
Extend the Watermark TextBox to allow AutoComplete functionality.
It strikes me that option 1 would be easiest, but I'm open.
Thanks in advance.
...
I am trying to set a colour of an elipse object in code behind. So far I'm doing it by using the SolidColorBrush method. Wonder if there is a way to insert the colour value in hexadecimal, like in css.
Here is a code that I am using:
ellipse.Fill = new SolidColorBrush(Colors.Yellow);
...
Has anyone created a custom Silverlight Splash screen to replace the blue balls circular progress?
Does anyone have a sample or the best way to do this?
...
I read and article talking about moving beyond 960px width for websites. This width is considered optimal since it is divisable by 3, 4, 5, 6, 8, 10, 12, 15, and 16 (no these aren't the Lost Numbers ;-) ) This helps in grid placement and this really doesn't apply to Silverlight apps but I started to wonder what would be optimal.
What w...
I am retreiving a class from a webservice and in this class there is a generic list, but somehow it is being turned into an ObservableCollection. I configured the webservice collection type to Generic Lists but to no avail. Is there a reason as to why this is happening?
...
Recently I just got assigned a project to develop a web application/site that uses the full capacity of Silverlight 3.0. I am a beginner in web development and so far I am more of a software engineer guy rather than messing stuff with web development.
However, I am really excited for this new experience as I feel that I can explore mor...
Hello,
I am trying to create a short animation of an object rotating in 3D space..I have all my images ready..I would like to know how I can change from one image to the other without the transition moves being shown
Thank you
Edit: What i mean is that instead of having a bouncing ball which all i need to do is move the ball in each fr...
I'm a bit confused about hosting Silverlight apps.
On one hand I see that I can host the silverlight app on a linux server just defining the mime type, on the other I see some hosting sites saying they are silverlight compatible.
And I also want to play around with the "out of browser" funcionality of silverlight 3. What do I need to d...
I am thinking of developing a Silverlight application and want to make use of Windows Azure for the data storage (as well as scalability etc). But I am not sure how to get data to and from Azure using Silverlight. What technologies should I be investigating? What is the recommended approach for this scenario?
Should I be looking at usin...
Hi,
I have just created a simple animation. Lets say that in one frame I have an image of the world. I would like to create an event when a certain country is chosen. How can I allow for the event to be triggered by clicking on one particular country in an image? e.g. just displaying the name of the country, etc
Thank you
Extra info: ...
I'm in the process of developing a Silverlight custom control that "hosts" a Flash instance. The way that you do this, of course, is to position the HTML element in question over your Silverlight instance, as described, say, here. The problem I'm running into is that when I use the GeneralTransform.Transform() method to get the absolut...
I have an application that shows a screen of image thumbnails, each image is around 80k and they are stored in a database. To keep response time reasonable, the appilcation displays a placeholder image when it first starts and later downloads the images from the server. I'm expecting to show around 40 images on the screen at once so th...
Does the Silverlight Control Toolkit have debug symbols available anywhere? I know the source is distributed and I could just build that and reference the newly-built assemblies and their symbols, but that's lame.
...
I'm trying to build a SL app with a TreeView in it. Here's my XAML:
<UserControl xmlns:controls="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Toolkit"
xmlns:tkwin="clr-namespace:System.Windows;assembly=System.Windows.Controls.Toolkit"
xmlns:basics="clr-namespace:System.Windows.Control...
I have developed a simple Silverlight control. I created this by using the Silverlight application project template in VS 2008, adding a test page to my existing website.
Now, my control works perfectly in the auto-generated aspx, where I have now got it functioning as required. However, when I try to put the control in a new page it do...
I'm looking for some nice looking silverlight video players to be used on a website. Similar to this question regarding flash: http://stackoverflow.com/questions/167072/free-paid-flash-video-players, I'm looking for some good silverlight skins.
Any good resources available? I'm aware of:
http://www.longtailvideo.com/players/jw-wmv-pl...