The “Chromeless” project experiments with the idea of removing the current browser user interface and replacing it with a flexible platform which allows for the creation of new browser UI using standard web technologies such as HTML, CSS and JavaScript

learn more… | top users | synonyms

2
votes
1answer
2k views

Windows / Chrome / ATI / Browser fullscreen across multiple monitors

I am using the following test setup (Latest meaning as of July 14th 2012): Core i7 with an ATI FirePro V9800 (Eyefinity) Windows 7 Pro 64 Bit (latest updates / patches) Latest Catalyst drivers ...
0
votes
1answer
157 views

Youtube player API playVideo returns api_video_info as player_204

Some videos fail to load in AS3 chromless player although they play fine on the youtube site. I have checked that those videos aren't disabled for embedded player. The same thing not only happens to ...
0
votes
0answers
181 views

Youtube Player API (Chromeless) in production (server) [closed]

Now that my application is in production (in an external server), I'm getting a weird error: Youtube player (Chromeless API) starts videos but It seems It loads just a few part of the video, and It ...
0
votes
0answers
157 views

Chromeless Youtube windows in Netbeans JFrame Java [closed]

i am making a java windows application using netbeans, i am using jframes. on the first windows i want a youtube video, i have seen that youtube has an API with a chromeless window (basically no ...
0
votes
1answer
1k views

TubePlayer Plugins Video current time sync with jquery ui slider

Just some resources to help to help me find a solution :) Fully functioning Chromeless player lacking only ui slider synchronisation with video current time : http://jsfiddle.net/GR7Z2/45/ jquery UI ...
0
votes
2answers
296 views

jquery play/pause replace text and revert text

what I have tried so far here : http://jsfiddle.net/yusaf/VVEY9/26/ I have a problem with my pause and play replacing and reverting How can I have the .pause hidden on page load when .play is ...
1
vote
2answers
1k views

Is there a version of Youtube Chromeless player that works on iPad/iPhone [closed]

I'm building a site which requires being able to have advanced control over a video embed. I'd like to use the Chromeless player. The example from Google is flash based. Is there an alternative ...
0
votes
1answer
469 views

Iframe cross domain communication and chromeless domain

I have chromeless application with some privileged JavaScript code interacting with the system.Now I want to mash-up the privileged JavaScript (jsctypes) with an application hosted in the server. The ...
1
vote
1answer
560 views

move chromeless windowedapplication on drag in flex 4

I have implemented a chromeless windowedapplication in flex 4. But doing so i noticed that all the maximize, minimize and even the ability to drag the window around is gone. I need the ability to drag ...
0
votes
1answer
180 views

Execute Javascript before launching the default XUL page

Have to execute scripts using spidermonkey(jagermonkey) javascript engine availalble within XULRunner.The javascript has some dependent Javascript libraries like requriejs/commonjs etc. RequireJS ...
2
votes
1answer
1k views

Modest Branding with Chromeless Player

I have built a chromeless player for several websites I run based on the following logic: 1) I create a standard embed as a fallback in the event the chromeless version won't load. This enables ios ...
0
votes
2answers
786 views

Javascript String to C++ char pointer -LPSTR buffer in JSCTypes

I am accessing the DLL from JavaScript using JSCTypes. I have to receive data by passing a character buffer to the following API, __declspec(dllexport) WORD WINAPI receive( LPWORD lpwBufferSize, ...
3
votes
0answers
291 views

Bundling Chromium (or Chrome) as stand-alone and without OS UI (chromeless)

I'm working on a new project and it's based on Python + Web.py for the back-end, and for the front-end I'm using HTML/JS. I want to be able to bundle with my Python app a stand-alone Chrome (or ...
2
votes
4answers
2k views

Convert time by jQuery

From the youtube player http://code.google.com/apis/ajax/playground/?exp=youtube#chromeless_player I get a time value in seconds, like '243.577'. Let it be a simple string. How do I convert it to the ...
2
votes
2answers
2k views

How to get MAC address of your machine using a C program?

This question is exactly like this question: How to get MAC address of your machine using a C program? "I am working on Ubuntu. How can I get MAC address of my machine or an interface say eth0 using ...
1
vote
1answer
444 views

Prevent target=“_top” from taking over UI in Mozilla Chromeless

I know a fix for this is coming soon; I'm just hoping to get a head start. Chromeless is basically Firefox without it's UI. You can build your own UI using HTML, CSS, and javascript. Tabs/windows are ...