
How to embed JW Player to winform c#
I want embed JW Player to wubform c# and auto play a mp4 video. My code is
bc.. string url = "http://www.youtube.com/watch?v=Q6_QKtD2nAI";
axShockwaveFlash1.FlashVars = string.Format("file={0}", url);
axShockwaveFlash1.Movie = Application.StartupPath + @"/jwplayer.flash.swf";
axShockwaveFlash1.Play();
But it not work and error
Error loading player: could not player configuration