0

Viewing Videos

We would like to feature 3-4 videos in our sidebar widget (e.g. create a video gallery as an option). Would it be possible to feature thumbnails for the videos in the sidebar view, then when a user clicks one of the thumbnails, the Widget switches to fullscreen view to play the video?

by
4 Replies
  • QUOTE (john h @ Apr 21 2010, 12:29 PM) <{POST_SNAPBACK}>
    We would like to feature 3-4 videos in our sidebar widget (e.g. create a video gallery as an option). Would it be possible to feature thumbnails for the videos in the sidebar view, then when a user clicks one of the thumbnails, the Widget switches to fullscreen view to play the video?

    Hi John
    Absolutely, it's possible. You could have a grid of thumbnails which would be selectable, and then selecting a particular thumbnail would pass its metadata to a fullscreen view that would play the video. Have a look at the example widgets that are bundled with the wdk. Their purpose is to get you up and running and show you how to quickly implement your ideas.

    - Ben
    0
  • john h

    Check out our Developer Toolkit and Examples we provide - link below.

    There are quite a few different samples/examples and templates we provide to get you started building the video widget you have laid out above. Take a look and let us know where we can help fill in the gaps. The samples/examples are geared at explaining how to build and use a lot of functionality within the platform.

    You can join at http://www.widgetrealm.com/developers

    Ping us where every we can help. We are always willing to take a look at what you are building and help you out.

    Widget Realm
    0
  • I would like to do something quite similar. I have a grid of videos and when you click on one it will slide the sidebar away and play the video. When pressing the 'Return' button on the remote it should pull up the widget menu but keep the fullscreen video view playing in the background.

    I tried to toggle in my FullScreenView class but I think that allows the fullscreen view to pass through regular TV signals but what I wanted was the selected video.

    CODE
     config: {
    // this will enable pass through video
    showPassthroughVideo: true
    },

    QUOTE (WidgetRealm @ Jul 30 2010, 06:03 PM) <{POST_SNAPBACK}>
    john h

    Check out our Developer Toolkit and Examples we provide - link below.

    There are quite a few different samples/examples and templates we provide to get you started building the video widget you have laid out above. Take a look and let us know where we can help fill in the gaps. The samples/examples are geared at explaining how to build and use a lot of functionality within the platform.

    You can join at http://www.widgetrealm.com/developers

    Ping us where every we can help. We are always willing to take a look at what you are building and help you out.

    Widget Realm
    0
  • QUOTE (krmacode @ Mar 8 2011, 02:00 PM) <{POST_SNAPBACK}>
    I would like to do something quite similar. I have a grid of videos and when you click on one it will slide the sidebar away and play the video. When pressing the 'Return' button on the remote it should pull up the widget menu but keep the fullscreen video view playing in the background.

    Only certain OEMs like Vizio allow you to do that.

    QUOTE (krmacode @ Mar 8 2011, 02:00 PM) <{POST_SNAPBACK}>
    I tried to toggle in my FullScreenView class but I think that allows the fullscreen view to pass through regular TV signals but what I wanted was the selected video.

    CODE
     config: {
    // this will enable pass through video
    showPassthroughVideo: true
    },

    Yes, that's what it does.
    0

Recent Posts

in Design / Interaction - Yahoo! TV Widgets