Advanced Forum Search Results
-
Hi Pravin,
Thank for the player. I will check it and get back to you soon.
Regards,
Rams
-
Hi All,
I would like to have a audio player in one of our site.
I just have basic idea about streaming but not in depth.
What are steps I need to follow to create an audio player and to maintain audio streaming.
Can anybody please help me.
Thanks in advance
Rams
-
Thanks for the code.
-
Hi Hasse,
Thank you very much for the link.
I will send a mail to them for the code.
Thanks again,
Rams.
-
Hi swildermuth,
Thanks for the quick reply.
I have already checked this control developed by iLog.
I haven't found any tutorial or source code to achieve this functionality.
If you know/Find something, please post here.
Rams.
-
Hi All,
I want to develop gantt chart control in silverlight. But I dont have any idea for how to start.
Can any body please point me a tutorial or sample source code to start with.
Thanks in advance,
Rams.
-
Hi bartczernicki,
Thanks for the links to the articles...those are really cool.
Rams.
-
-
Hi Vijay,
You mean refresh the entire page?
if yes
System.Windows.Browser.HtmlPage.Window.Navigate(new Uri("Currentpage.aspx", UriKind.Relative));
Currentpage.aspx is your current web page where you embedded your silverlight control.
Regards,
Rams.
-
[quote user="Soumik"] I want to keep the file to any location of my choice.[/quote]
In that case...
[quote user="IanBlackburn"]Use a Service. You can create a Silverlight
WCF enabled service that you can post the file data too[/quote]
Using WCF service is better solution as per I know