Click here to Skip to main content
15,897,334 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i need to play jwplayer in application
i made this code to get videos from youtube and it works:
C#
void BtnMubashirjazirClick(object sender, EventArgs e)
        {
            axShockwaveFlash1.Movie="http://www.youtube.com/v/tOkxhAIO4RQ";
        }
 but jwplayer i could not
this is one site of channel play by jwplayer

<a href="http://www.teledunet.com/?channel=al_maghribia"></a>
Posted

1 solution

Perhaps you can host it inside a WebBrowser control
Web Browser Class - MSDN[^] by setting the DocumentText property to match an html document that would contain the JWPlayer.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900