for the past 2 days, i have been searching for a way to embed a video from my computer into my application completely so that i can send the application to other and they wouldnt need internet to play it. the only results i got when i searched for it was to embed youtube videos, windows media player, vlc...etc into your application. i closest i cam to finding the answer is when you embed windows media player add it in your form then use this code axWindowsMediaPlayer1.URL = @"c:\user\myvideos\videotoplay"; but when i took the application to a friends computuer, he didnt have any location like c:\use\myvideos or even the 'videotoplay'which meant the video was not embeded completely
my last hope is to come here hoping that it is possible thnx in advance for your help