18 Aralık 2013 Çarşamba

wp8 Movie Subtite Player & Movie Subtitle Player Plus


to download the file from within the application

Movie Subtitle Player & Movie Subtitle Player Plus
    File Download

await Windows.System.Launcher.LaunchUriAsync(new Uri(
"moviesubtitle:sayfalar/dosyayi_indir.xaml?Val1=Samplefile.wmw&Val2=https://dl.dropboxusercontent.com/s/whv5efv4v2c9fhf/Tenses%20-%20Future%20Tense.wmv?dl=1&token_hash=AAH3xSUl6PrL2MBGOoKPfB4fZAFvkbdfHpIM0uGVqPN8zw"));


Start Button Click

 

       Media Player with subtitle

val1=Video uri
val2=srt File
await Windows.System.Launcher.LaunchUriAsync(new System.Uri("moviesubtitle:sayfalar/mediaplayer.xaml?Val1=https://dl.dropboxusercontent.com/s/whv5efv4v2c9fhf/Tenses%20-%20Future%20Tense.wmv?dl=1&token_hash=AAH3xSUl6PrL2MBGOoKPfB4fZAFvkbdfHpIM0uGVqPN8zw&Val2=Filename.srt"));



 Media Player with Yandex Search

val1=titlename

await Windows.System.Launcher.LaunchUriAsync(new System.Uri(
                "moviesubtitle:wp8_imdb;component/sayfalar/yandex_goruntulu_arama.xaml?Val1=" + "iron man"));




 Media Player with IMBD Search

val1=moviename
val2=Year of construction
 await Windows.System.Launcher.LaunchUriAsync(new Uri(
                "moviesubtitle:wp8_imdb;component/sayfalar/imdb_detay.xaml?Val1=Hobbit&Val2=2012")); 







One Drive Computer Download

Val1="Filename"
Val2="File Url"
Val3="true"
                    this.NavigationService.Navigate(new Uri(string.Format("/wp8_libary_Sky_drive;component/skydrive_new.xaml?Val1={0}&Val2={1}&Val3={2}", dosyaninadi.Text, url.Text, true), UriKind.Relative));




Hiç yorum yok:

Yorum Gönder