How to programatically convert swf file into silverlight application using an DLL or others.Need your help and suggestions.
Thanks and Regards
Balaji.R
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SLDeveloperPosted May 11, 2012, 8:43 AM
I can suggest 3 options for this :
1. check SilverX , I don't know wheather it is useful or not but you can try.
2. if you just want to play SWF then load it via HtmlPage.Document, you can load IFrame of ASP.Net Page where SWF is set.
3. Go for 3rd party control like telerik RadHTMLPlaceHolder.
Thanks