View Full Version : Fullscreen Video
wiiednico
01-01-2007, 06:10 PM
Hi,
I got a qeustion! I want to play videos on the wii with the mediacenter X.
But when i start the videos you allways see the taskbar from the opera test browser (i marked it red on the image) http://img115.imageshack.us/my.php?image=p1010007wa7.jpg
If you got a tipp please help me
Dlstblb
01-01-2007, 06:20 PM
im pretty sure that the taskbar will always be there, and that there is no way to hide it. Hopefully a hidable taskbar along with tabs will be added to the actual browser when its realesed in a few months
dc3fanboy_nl
01-01-2007, 06:29 PM
Hi wiiednico,
I know what your question is, but I think that the video can't be full screen, I think you must edit the width and the height from the player.jsp to get your video fullscreen. and plus I think that you can't hide taskbar, I think that you always see the taskbar below. I hope you understand What I mean.
Could you please make a screenshot when you are playing a video trouight your Wii, so we can see it?. thanks
wiiednico
01-01-2007, 06:59 PM
ok i have make a screenshot look: http://img111.imageshack.us/my.php?image=p1010008er9.jpg
Dlstblb
01-01-2007, 07:00 PM
yea you cant hide the wii taskbar, i wish you could, but you cant
dc3fanboy_nl
01-01-2007, 09:44 PM
ok i have make a screenshot look: http://img111.imageshack.us/my.php?image=p1010008er9.jpg
I'm so jealous right now :) . Nice I have see the screenshot, see you must changeyour player width and height to make it full screen on your screen.
Yeah I hope Opera will come with a hide taskbar options.
10 days left to have my Wii Lan Adaptor :)
it look like this:
http://www.bartsmit.com/data/products/300x300/0167979.jpg
draftrabbit
01-02-2007, 04:53 PM
where do i change it
<%@page import="redKawa.mediaCenter.video.*"%>
<%@page import="java.util.*"%>
<%@page import="java.io.*"%>
<%
String skin = request.getParameter("skin");
if ((null == skin) || ("".equals(skin)))
skin = "Default";
boolean directoryError = false;
String videoFile = request.getParameter("videoFile");
if ((null == videoFile) || ("".equals(videoFile )))
directoryError = true;
request.setAttribute("videoFile", videoFile);
VideoSettings settings = VideoSettings.getInstance(application);
request.setAttribute("settings", settings);
if (directoryError) request.setAttribute("directoryError", "true");
//String navigator = VideoUtil.getBrowser(request);
//String pageInclude = "/skins/" + skin + "/" + navigator + "_player.jsp";
String pageInclude = "/skins/" + skin + "/" + "player.jsp";
%>
<jsp:include page="<%=pageInclude%>" flush="true" />
dc3fanboy_nl
01-02-2007, 06:42 PM
No, I use a PC, I hope you to, because I don't know how it works in MAC.
Oke, you must go to your directory: C:\Program Files\Red Kawa\Media Center\software\Video\skins\Default.
There you have a file call player.jps, open that file with your note pad, it look like this:
<%@page import="redKawa.mediaCenter.video.*"%>
<%@page import="java.util.*"%>
<%@page import="java.io.*"%>
<%@page import="java.net.*"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>FLV Video</title>
<%
String videoFile = (String) request.getAttribute("videoFile");
String flashvars = "config={videoFile: '" + URLEncoder.encode(request.getContextPath() + videoFile) + "'";
if (null == request.getAttribute("directoryError")) {
VideoSettings settings = (VideoSettings) request.getAttribute("settings");
String fullScreen = (String) settings.getFullscreen();
if ("off".equals(fullScreen)) {
flashvars = flashvars + ", initialScale: 'orig', loop: false}";
} else {
flashvars = flashvars + ", initialScale: 'fit', loop: false}";
}
%>
</head>
<body bgcolor="#CCCCCC" style="margin:0px;"><center>
<object type="application/x-shockwave-flash" data="flowplayer.swf" width="800" height="500" id="FlowPlayer">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="flowplayer.swf" />
<param name="quality" value="high" />
<param name="scale" value="noScale" />
<param name="wmode" value="transparent" />
<param name="bgcolor" VALUE="#CCCCCC" />
<param name="flashvars" value="<%=flashvars%>" />
</object>
<%
} else {%>
</head>
<body>
<h1>Video Not Found</h1>
<% } %>
</body>
</html>
And than change you Widht and Height here in this part of the code for the player you see below, and than save it and than you are done :) :
<object type="application/x-shockwave-flash" data="flowplayer.swf" width="800" height="500" id="FlowPlayer">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="flowplayer.swf" />
<param name="quality" value="high" />
<param name="scale" value="noScale" />
<param name="wmode" value="transparent" />
<param name="bgcolor" VALUE="#CCCCCC" />
<param name="flashvars" value="<%=flashvars%>" />
</object>
codybj
01-04-2007, 07:21 PM
No, I use a PC, I hope you to, because I don't know how it works in MAC.
MAC is an acronym for Media Access Control. I believe you mean "Mac", as in Apple Macintosh.
Mental
03-21-2007, 11:02 PM
Is a date set for the full Opera release yet and is there any word on whether the task bar will hide or not?
blind_assassin
04-09-2007, 06:45 PM
Hopefully the full browser will launch soon (they pushed it into April but I assumed that would've meant early and not mid April) and yes it was confirmed that taskbar will minimize.
acidcloud
04-12-2007, 07:34 PM
The new Opera Wii browser just came out yesterday, and it does have the option to hide this bar. I suggest you download the new version. It's still free, but only until June of this year.:)