|
|
| Author | Message |
|---|
alain fondateur


Number of posts: 19532 Localisation: Dompierre sur Veyle ,France Registration date: 2005-04-19
 | Subject: Fullscreen Sat 9 May - 11:00 | |
| is there a way to enforce the Fullscreen with that sort of code ? ( I cant find a link about http://dumenieu.free.fr/vrml/terrier/boyaucylindreserpent.htm| Code: |
<html> <head> <title>embedvrmlcabaret</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head>
<body bgcolor="#ffffff" text="#000000" link="#000080" vlink="#800080" alink="#ff0000" onLoad="q4();" scroll="no" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">
<p>
<OBJECT id="cc3d" name="cc3d" classid="clsid:4B6E3013-6E45-11D0-9309-0020AFE05CC8" width="100%" height="100%" type="application/x-oleobject"> <param name="_Version" value="327682"> <param name="_ExtentX" value="26564"> <param name="_ExtentY" value="15425"> <param name="_StockProps" value="0"> <param name="SRC" value="boyaucylindre.wrl"> <param name="VRML-DASHBOARD" value="0"> <param name="FULLSCREEN" value="0"> <param name="FULLSCREEN-MODE" value> <param name="TIMER-INTERVAL" value="0"> <param name="AVATAR-URL" value="serpentavatar.wrl"> <param name="AVATAR-DISPLAY" value="0"> <param name="TARGET" value> <param name="FORCE-HW" value="0"> <param name="FORCE-RGB" value="-1"> <param name="HW-PROBLEM-CHECK" value="-1"> <param name="HIDE-CURSOR" value="0"> <param name="FAST-MODE" value="-1"> <param name="BACKGROUND-COLOR" value="#000000"> <param name="BACKGROUND-IMAGE" value> <param name="SPLASH-SCREEN" value> <param name="STARTUP-SCREEN" value="-1"> <param name="UI-URL" value> <param name="PRELOAD" value="0"> <param name="TRANSPARENT" value="0"> <param name="WINDOWLESS" value="0"> <param name="DRAG-DROP" value="-1"> <param name="RELATIVE-TIME" value="0"> <param name="EDIT-MODE" value="0"> </OBJECT> </p>
</body> </html>
|
|
|
 | |
Jack Barlett +200

Number of posts: 455 Registration date: 2006-05-03
 | Subject: et voilà ...full screen Sat 9 May - 18:47 | |
| GRRRRRRRRR Je viens d'effacer le code mis en exemple ici il faisait des bourde sur louize je reviens tout à l'heure pour t'en proposer 2 JaB |
|
 | |
alain fondateur


Number of posts: 19532 Localisation: Dompierre sur Veyle ,France Registration date: 2005-04-19
 | Subject: Re: Fullscreen Sat 9 May - 20:35 | |
| ah bin avec plaisir , ! il y a des années j'avais trouvé des codes pour ouvrir les pages html en fullscreen , mais les navigatueurs ont changé depuis . ce que je voudrai au moins avoir c'est un wrl qui s'ouvre en Fullscreen , merci par avance |
|
 | |
Jack Barlett +200

Number of posts: 455 Registration date: 2006-05-03
 | |
 | |
alain fondateur


Number of posts: 19532 Localisation: Dompierre sur Veyle ,France Registration date: 2005-04-19
 | Subject: Re: Fullscreen Sun 10 May - 11:08 | |
| Merci Jack ! pour moi ça marche , et avec la barre que tu dis , que dans Firefox , ni dans IE ni dans CrazyBrowser le zoom flash marche Ok partout oui ... sinon , ya pas quelque chose à faire là dedans ? | Code: | <OBJECT id="cc3d" name="cc3d" classid="clsid:4B6E3013-6E45-11D0-9309-0020AFE05CC8" width="100%" height="100%" type="application/x-oleobject"> <param name="_Version" value="327682"> <param name="_ExtentX" value="26564"> <param name="_ExtentY" value="15425"> <param name="_StockProps" value="0"> <param name="SRC" value="boyaucylindre.wrl"> <param name="VRML-DASHBOARD" value="0"> <param name="FULLSCREEN" value="0"> <param name="FULLSCREEN-MODE" value> <param name="TIMER-INTERVAL" value="0"> <param name="AVATAR-URL" value="serpentavatar.wrl"> <param name="AVATAR-DISPLAY" value="0"> <param name="TARGET" value> <param name="FORCE-HW" value="0"> <param name="FORCE-RGB" value="-1"> <param name="HW-PROBLEM-CHECK" value="-1"> <param name="HIDE-CURSOR" value="0"> <param name="FAST-MODE" value="-1"> <param name="BACKGROUND-COLOR" value="#000000"> <param name="BACKGROUND-IMAGE" value> <param name="SPLASH-SCREEN" value> <param name="STARTUP-SCREEN" value="-1"> <param name="UI-URL" value> <param name="PRELOAD" value="0"> <param name="TRANSPARENT" value="0"> <param name="WINDOWLESS" value="0"> <param name="DRAG-DROP" value="-1"> <param name="RELATIVE-TIME" value="0"> <param name="EDIT-MODE" value="0"> </OBJECT> </p> |
je trouve aucune explications sur ces param 
...
et c'est pareil , mon vieux code ( 2001 ?? )
ne marche plus qu'avec Firfox , et encore avec la même barre machin 
http://dumenieu.free.fr/1024/appelfullscreen5cadresmec.html |
|
 | |
peter le cochon +200

Number of posts: 913 Localisation: deutschland (sniff) Registration date: 2005-05-28
 | Subject: Re: Fullscreen Sun 10 May - 23:26 | |
| No, there is no way to do it since MSIE 6 or 7. Probably all the other browsers have been first in disallowing fullscreen. Only the user himself can switch to a full fullscreen mode pressing F-11, and that only works if the web-browser is focused (if Blaxxun/BS is focused, F-11 will save the scene). Another way would be to create your web-page as an HTA aplication. HTA aplications are written like a normal web-page, but do override all the security settings of Internet Explorer. If you want to convert any html-page into an HTA application, it just needs a special header, and all frames and iframes inside it must me tagged as application as well. Google for "hta msdn" for more information. I personally would not allow any hta application from the internet to run on my machine. TC  _________________ everybody is a stranger almost everywhere
|
|
 | |
alain fondateur


Number of posts: 19532 Localisation: Dompierre sur Veyle ,France Registration date: 2005-04-19
 | Subject: Re: Fullscreen Mon 11 May - 6:59 | |
| |
|
 | |
Jack Barlett +200

Number of posts: 455 Registration date: 2006-05-03
 | Subject: Re: Fullscreen Mon 11 May - 7:32 | |
| | alain wrote: | | many thanx , it works ! |
Alain Ca marche ? t'as reussi ?
tiens moi au courant, j'ai cherché toute la journée d'hier d'autres codes sans resultat !! J'ai meme cherché à bidouiller du coté des lightbox et lightwindow ... http://www.stickmanlabs.com/lightwindow/ toujours sans resultat !!
JaB
--------------------------------- |
|
 | |
alain fondateur


Number of posts: 19532 Localisation: Dompierre sur Veyle ,France Registration date: 2005-04-19
 | Subject: Re: Fullscreen Mon 11 May - 7:45 | |
| juste copié ça , comme test | Code: | <html> <head> <!-- fullscreen but with title bar: caption = "yes" --> <hta:application showintaskbar = "yes" caption = "no" border = "thick" contextmenu = "yes" icon = "path_to_icon.ico" innerborder = "no" scroll = "no" singleinstance = "yes" resizable = "yes" windowState = "maximize" > <title> List Editor</title> </head> <body scroll="no"> <p>hello</p> </body> </html> |
( extension hta )
pas le temps de regarder plus longtemps , je pars à lécole 
faut voir ces "problèmes de sécutité' dont parle Peter |
|
 | |
peter le cochon +200

Number of posts: 913 Localisation: deutschland (sniff) Registration date: 2005-05-28
 | Subject: Re: Fullscreen Mon 11 May - 8:20 | |
| Hey, you did forget to provide a way for closing the window That is one of the reasons why current web-browsers do not support fullscreen. Security issues of HTA : HTA runs like every other "normal" application on your computer. It allows to read/write/delete from your HD, allows to install software, to manipulate the registry, to shut-down the computer or execute other commands ... That's why you should only run HTAs from trustworth places (most often local or intranet). For example : If you embedd a VRML/X3D world into an HTA, and you do inline content from others (like avatars), those could easily execute whatever bad intentioned code by simply using Browser.loadUrl(). So TC Peter _________________ everybody is a stranger almost everywhere
|
|
 | |
alain fondateur


Number of posts: 19532 Localisation: Dompierre sur Veyle ,France Registration date: 2005-04-19
 | Subject: Re: Fullscreen Mon 11 May - 9:31 | |
| | peter le cochon wrote: | Hey, you did forget to provide a way for closing the window
|
yes LOL I saw that but I was in a hurry to go to school
btw I found the code by google ..just test .
hum , anyways , if I understand well , it is not a good way to use 
humm I will stay with my old way to have the fullscreen , the Hersto vrml screen saver !!
but it is not very interactive LOOOL |
|
 | |
peter le cochon +200

Number of posts: 913 Localisation: deutschland (sniff) Registration date: 2005-05-28
 | |
 | |
alain fondateur


Number of posts: 19532 Localisation: Dompierre sur Veyle ,France Registration date: 2005-04-19
 | Subject: Re: Fullscreen Mon 11 May - 16:55 | |
| ah ? sorry my poor english , I tought you meant that others could enter in my puter if I use an hta . I was wrong ? If the question is just that ppl have to trust me , of course it is not a prob , I am sure that everybody trust on me , except one or 2 on this planet , but who cares ? , LOL |
|
 | |
peter le cochon +200

Number of posts: 913 Localisation: deutschland (sniff) Registration date: 2005-05-28
 | |
 | |
alain fondateur


Number of posts: 19532 Localisation: Dompierre sur Veyle ,France Registration date: 2005-04-19
 | Subject: Re: Fullscreen Mon 11 May - 17:31 | |
| ok , I understand better , thanx . <<<<<<<<<what I am preparing ? humm I dont know really , LOL when we worked together with Jean-Yves for MixED ( after 10 years I didnt met him ) we exchanged many mails and one day I told him that one of my old phantasms was to do "Le terrier" de Fantz Kafka , in 3D I never did that LOL But the guy beagan to ask me to do some "terrier" together  we have for the moment just some sketches , the last one is http://dumenieu.free.fr/vrml/terrier/boyauseamlessbullescrachatnoir.wrlI dont know how all that will progress LOL ( btw , as we are painters , we like fullscreen  |
|
 | |
|