Last night, I created a hosted HTML app that basically just embeds, via <iframe>, Paul Yanez's page in Vista Media Center. Here's what I found out.
- Paul Yanez's movie player is hard coded to run at 1024x768 resolution. So when I try to run it on my HTPC running at 1920x1080p, I get his page on the upper left corner of the TV. The rest of the frame is white. So it's not really watchable.
- When I launch the hosted HTML app, his page doesn't have input focus, so I can't use the remote control to move around the screen. However, if I use my mouse and click somewhere inside his frame, his player gets the focus and then I can navigate his page using the remote.
- I play either a movie or a tv episode. When it ends, I couldn't find a way to get back to the main screen.
- Paul Yanez's movie player looks like an AppleTV app. It works pretty well. It looks different from VMC though.
Below are some screen shots.


If Paul Yanez changes his code so that it is not hard coded and it could fill up the whole screen, then we can make this Hulu Plugin work. Of course it would be nicer if the plugin is written in MCML.
-Josef