Page 1 of 1

Amino STB start in fullscreen without status and address bar

Posted: 06 Feb 2007 22:37
by fongoa
Hi!

Does anybody know anything about Fresco browser customization?

A Javascript code or anything to remove the upper address bar?!

My goal is to Amino STB load the home page in fullscreen, without anything else. Their site is a lot iptv provider sampla image. The STB (browser) could do it.
Other interesting question is the flash support. Its az optional components, said: http://www.antplc.com/products/fresco-features.htm

any idea?! :?:

Javascript: get all object

Posted: 07 Feb 2007 00:17
by fongoa
Okay, if you upload a html with the following script:

Code: Select all

<script> function getObjectProperties (object) { var result = ''; for (var property in object) { alert( property + ': ' + object[property]); } } function getitall() { getObjectProperties(ASTB); } </script>
Than call getitall() from a link onclick or else.


From the management page i know there is an ASTB object. With this script i get all the method. There is a lot of interesting.
For example GetConfig and GetBrowserConfig.
I try a lot from the settings and config.txt, but i always get a String Unknown message or a simple FAIL.

Somebody try it?! It is an Amino124 - 0.7.13

Re: Amino STB start in fullscreen without status and address

Posted: 09 Mar 2007 17:01
by pdoru
try something like this:

<AMINOATTR HIDEPOINTER NOTOOLBAR NOBORDER >

just after html/body tag.

also try to google for aminoattr. thats how i found this

Re: Amino STB start in fullscreen without status and address

Posted: 11 Mar 2007 15:07
by fongoa
try something like this:
<AMINOATTR HIDEPOINTER NOTOOLBAR NOBORDER >

It WORKS! Thanks!
:D

Re: Amino STB start in fullscreen without status and address bar

Posted: 22 May 2009 15:11
by sfonseca
Hi,

how do I disable the "Menu" key? I know I should use something like:
ASTB.SetKeyFunction(314, 0); //refresh key
but i dont have the code for the "Menu" key.

Can someone help?
Thanks

Re: Amino STB start in fullscreen without status and address bar

Posted: 14 Jul 2009 20:34
by emby
hi
"<aminoattr WITH_CHANNELS="yes" notoolbars noborder/>"
This is the script needet to disable the toolbar
You have to put it in the begining of the homepage. (After <title>...</title>)
Good luck