How do I send user to youtube video on ListBoxItem click?
Posted
by Byron Sommardahl
on Stack Overflow
See other posts from Stack Overflow
or by Byron Sommardahl
Published on 2010-05-22T21:47:39Z
Indexed on
2010/05/22
21:50 UTC
Read the original article
Hit count: 126
Silverlight
|windows-phone-7
I'm creating a Windows Phone 7 app and learning Silverlight in the process. I have a youtube video url and I'd like the user to be able to click a video thumbnail in my list and go to a youtube app to view the video (similar to iPhone). Is this possible? If so, can you share some code to send the user to the video? I already have a MouseLeftButtonUp event handler.
© Stack Overflow or respective owner