How to AutoPlay Youtube video in wp8 webBrowser control IfraVed Prakash11yAsked Jan 21, 2015, 12:02 AM2kC#Hi,I want to Autoplay youtube video in wp8 webbrowser control using IFrame my code is.string ss = "" + "" + " + youtubeIDS + "&playsinline=1&controls=0\" frameborder=\"0\" allowfullscreen>" + ""; webbrowser.NavigatetoString(ss);but not able to Autoplay the Video.
Replies
Know the answer? Post it — somebody with the same question will find it here.