Click here to Skip to main content
15,894,343 members
Home / Discussions / WPF
   

WPF

 
Questionhow to embeded a youtube video in a silverlight page(.xaml page) using silverlightblend 3.0. Pin
Ch.Gayatri Subudhi5-Jul-10 22:00
Ch.Gayatri Subudhi5-Jul-10 22:00 
AnswerRe: how to embeded a youtube video in a silverlight page(.xaml page) using silverlightblend 3.0. Pin
Arun Jacob5-Jul-10 22:52
Arun Jacob5-Jul-10 22:52 
GeneralRe: how to embeded a youtube video in a silverlight page(.xaml page) using silverlightblend 3.0. Pin
Ch.Gayatri Subudhi6-Jul-10 18:22
Ch.Gayatri Subudhi6-Jul-10 18:22 
AnswerRe: how to embeded a youtube video in a silverlight page(.xaml page) using silverlightblend 3.0. Pin
Abhinav S6-Jul-10 18:30
Abhinav S6-Jul-10 18:30 
GeneralRe: how to embeded a youtube video in a silverlight page(.xaml page) using silverlightblend 3.0. Pin
Ch.Gayatri Subudhi6-Jul-10 20:39
Ch.Gayatri Subudhi6-Jul-10 20:39 
GeneralRe: how to embeded a youtube video in a silverlight page(.xaml page) using silverlightblend 3.0. Pin
Abhinav S6-Jul-10 21:35
Abhinav S6-Jul-10 21:35 
GeneralRe: how to embeded a youtube video in a silverlight page(.xaml page) using silverlightblend 3.0. Pin
Ch.Gayatri Subudhi7-Jul-10 2:51
Ch.Gayatri Subudhi7-Jul-10 2:51 
GeneralRe: how to embeded a youtube video in a silverlight page(.xaml page) using silverlightblend 3.0. Pin
Ch.Gayatri Subudhi7-Jul-10 18:42
Ch.Gayatri Subudhi7-Jul-10 18:42 
While giving the you tube urls its not working http://www.youtube.com/watch?v=Tr1qee-bTZI[^], i gave this url in
<Grid x:Name="LayoutRoot" >
		<ExpressionMediaPlayer:MediaPlayer  Margin="70,57,147,178">
		<ExpressionMediaPlayer:MediaPlayer.Playlist>
<ExpressionMediaPlayer:Playlist>
<ExpressionMediaPlayer:Playlist.Items>
<ExpressionMediaPlayer:PlaylistItem
MediaSource="http://www.youtube.com/watch?v=Tr1qee-bTZI"
Title="Star Trek Trailer" VideoHeight="800" VideoWidth="600"/>
</ExpressionMediaPlayer:Playlist.Items>
</ExpressionMediaPlayer:Playlist>
</ExpressionMediaPlayer:MediaPlayer.Playlist>
		</ExpressionMediaPlayer:MediaPlayer>
	</Grid>



please tell me how to get the videourl from youtube .

Thanks in Advance
Ch Gayatri
AnswerRe: how to embeded a youtube video in a silverlight page(.xaml page) using silverlightblend 3.0. Pin
Abhinav S7-Jul-10 19:39
Abhinav S7-Jul-10 19:39 
GeneralRe: how to embeded a youtube video in a silverlight page(.xaml page) using silverlightblend 3.0. Pin
Ch.Gayatri Subudhi7-Jul-10 20:59
Ch.Gayatri Subudhi7-Jul-10 20:59 
GeneralRe: how to embeded a youtube video in a silverlight page(.xaml page) using silverlightblend 3.0. Pin
Ch.Gayatri Subudhi7-Jul-10 21:19
Ch.Gayatri Subudhi7-Jul-10 21:19 
GeneralRe: how to embeded a youtube video in a silverlight page(.xaml page) using silverlightblend 3.0. Pin
kadoo448-Jul-10 10:24
kadoo448-Jul-10 10:24 
GeneralRe: how to embeded a youtube video in a silverlight page(.xaml page) using silverlightblend 3.0. Pin
Ch.Gayatri Subudhi8-Jul-10 17:35
Ch.Gayatri Subudhi8-Jul-10 17:35 
QuestionAlternative to SelectionStart, SelectionLength in combo box in wpf Pin
dashingsidds5-Jul-10 20:22
dashingsidds5-Jul-10 20:22 
QuestionSilverlight Styles Pin
josehidalgor5-Jul-10 15:58
josehidalgor5-Jul-10 15:58 
AnswerRe: Silverlight Styles Pin
Abhinav S5-Jul-10 19:14
Abhinav S5-Jul-10 19:14 
AnswerRe: Silverlight Styles Pin
Kunal Chowdhury «IN»5-Jul-10 19:43
professionalKunal Chowdhury «IN»5-Jul-10 19:43 
GeneralRe: Silverlight Styles Pin
Kunal Chowdhury «IN»5-Jul-10 19:45
professionalKunal Chowdhury «IN»5-Jul-10 19:45 
QuestionWCF - AGAIN Pin
#realJSOP5-Jul-10 3:54
mve#realJSOP5-Jul-10 3:54 
AnswerRe: WCF - AGAIN Pin
Abhinav S5-Jul-10 4:41
Abhinav S5-Jul-10 4:41 
GeneralRe: WCF - AGAIN Pin
#realJSOP5-Jul-10 4:44
mve#realJSOP5-Jul-10 4:44 
GeneralRe: WCF - AGAIN Pin
Abhinav S5-Jul-10 4:59
Abhinav S5-Jul-10 4:59 
GeneralRe: WCF - AGAIN Pin
#realJSOP5-Jul-10 5:02
mve#realJSOP5-Jul-10 5:02 
GeneralRe: WCF - AGAIN Pin
Abhinav S5-Jul-10 5:25
Abhinav S5-Jul-10 5:25 
GeneralRe: WCF - AGAIN Pin
#realJSOP5-Jul-10 14:39
mve#realJSOP5-Jul-10 14:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.