LouiZeForum


 
HomeHome  ­FAQFAQ  ­SearchSearch  ­RegisterRegister  ­MemberlistMemberlist  ­UsergroupsUsergroups  ­Log inLog in  ­3Dchats / forums3Dchats / forums  
Post new topic   Reply to topicShare | 
 

 Fullscreen

View previous topic View next topic Go down 
Goto page : Previous  1, 2
AuthorMessage
peter le cochon
+200
+200


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

PostSubject: Re: Fullscreen   Mon 11 May - 20:27

Very Happy Whoaw, that sounds like a great project, and the first candy looks great (pretty Kafkian).

I had the feeling that Jean-Yves had a heart for vrml (or web-3d) ... and your venture together seems to corroborate that feeling.

So I wish you both all the best.

Count on me for whatever (dirty-) work in the shade.

Peter pig

P.S. :

And yes : full-screen provides some extra-space to the BS-logo, to loop arround What a Face

_________________
everybody is a stranger almost everywhere
Back to top Go down
View user profile
X
+200
+200


Number of posts: 496
Age: 63
Localisation: Canada
Registration date: 2005-05-09

PostSubject: Re: Fullscreen   Tue 12 May - 1:46

Back to top Go down
View user profile http://cyberhenge.ca
alain
fondateur
fondateur


Number of posts: 19532
Localisation: Dompierre sur Veyle ,France
Registration date: 2005-04-19

PostSubject: Re: Fullscreen   Tue 12 May - 6:16

Quote:
I always just initiated fullscreen in CYBERHENGE by inserting into the html page head this javascript I chose from 3 or 4:


Code:
<script LANGUAGE="Javascript">

<!-- This script and many more are available free online at -->
<!-- The Javascript Source!! http://javascript.internet.com -->

<!-- Begin
if (this.name!='fullscreen'){
  window.open(location.href,'fullscreen','fullscreen,scrollbars')
}
//  End -->
</script>


Alt-F4 reinstates regular page format

Example:

http://www.cyberhenge.ca/analogia2.html



Very Happy X


ok I try , thanx


..

reedit :

not working on my XP and IE ,***
but half OK on Firefox , with a little bar at the top

***btw I remember that was OK on my millenium

_________________
http://mixed3d.net/
Back to top Go down
View user profile
alain
fondateur
fondateur


Number of posts: 19532
Localisation: Dompierre sur Veyle ,France
Registration date: 2005-04-19

PostSubject: Re: Fullscreen   Sun 17 May - 17:23

Quote:
Count on me for whatever (dirty-) work in the shade.


LOL , good idea LOL , OK , regarde Smile



well..don't waste your time , plz , I know you are buzy ,
look at if time :

I thought that it could be possible to randomize inlines :

as , with Jean-Yves , we don't know really where we are going Smile,
and as we have or will have several ideas/worlds ,
I wondered if it could be possible to enter by a random way .

i.e.

we have

test1.wrl
test2.wrl
test3.wrl
test4.wrl
test5.wrl

and friends enter with a

randominlines.wrl

Code:
#VRML V2.0 utf8
Transform {
   children [
      DEF  ROOT Transform {}
      Script {
         field SFNode ROOT USE ROOT
         url  "javascript:
          function R(){
              return Math.random();
          }
          function initialize(){
              for(i=0;i<5;i++){
                  string= 
               'Transform {                              '+
                      '  children [                        '+
                    ' Inline   {url \"test(R).wrl\"} '+
                         '  ]                          '+
                      '}                              ';
                  newNode = Browser.createVrmlFromString(string);
                  ROOT.children[i]=newNode[0];
              }
          }
         "
      }            
   ]
}



of course my script is stupid , but it was that sort of idea ....

may be I saw that somewhere , but I am not sure .

what do you think about , Peter ??

_________________
http://mixed3d.net/
Back to top Go down
View user profile
 

Fullscreen

View previous topic View next topic Back to top 
Page 2 of 2Goto page : Previous  1, 2

Permissions of this forum:You cannot reply to topics in this forum
LouiZeForum :: ARTS :: 3D art :: Script-
Post new topic   Reply to topic