Line 1:
Line 1:
Where do you get <tt>wiiu.videoplayer.setViewMode()</tt>? Did you just try that experimentally or something? Because that method isn't exposed to introspection. Somehow I doubt it's as simple as that. [[User:Ahigerd|Ahigerd]] ([[User talk:Ahigerd|talk]]) 04:00, 3 December 2012 (CET)
Where do you get <tt>wiiu.videoplayer.setViewMode()</tt>? Did you just try that experimentally or something? Because that method isn't exposed to introspection. Somehow I doubt it's as simple as that. [[User:Ahigerd|Ahigerd]] ([[User talk:Ahigerd|talk]]) 04:00, 3 December 2012 (CET)
+
+
I took a peek at the Wii U browser source files (they're open source and available on the japanese Wii U website)
+
And we know the videoplayer has two states, windowed (with controls) or full-screen.
+
As far as i could tell, setViewMode() accepts a constant long parameter (probably a DEFINE) in the range of 0 to 1.