|
|
|
Le Wiki des ExplorateursRevolution PermanenteImporté depuis l'adresse http://perspective-numerique.net/RV.html
DiscussionJ'ai supprimé le menu "perspective numérique" situé en sidebar pour cause de doublons lorsque l'on arrive ensuite sur cette page : votre trombine apparait alors deux fois… -- LucLegayEn fait, avec une page externe, il n'y a pas de doublon. Donc je le remets dans le menu, à titre expérimental ;-) --oa Désolé Olivier, mais c'est vraiment trop intrusif a mon goût : dès que tu es sur l'accueil du wiki, paf, connexion. Même si tu es en slip devant ton écran :-( Nudiste numérique oui, mais… avec un minimum de contrôle :-). La page en inclusion me semblait préférable. Du coup, je ne sais pas faire d'inclusion sur wikini… et je ne sais pas remettre ici la page qui s'affichait (bon, je devrais aller voir l'historique…) -- Luc
Hm, intrusif oui si on veut. Mais il faut bien tester des truc "aux limites" pour être un vrai explorateur non? Je suis certain qu'il y quelque chose de fondamentalement intéressant dans cette affaire, dommage--O voici le script #1 php à customiser. l'appeler par exemple du nom de votre forum, et àle placer sur un serveurensuite il faut appeler ce script depuis une page web (un wiki par exemple)J'ai fait un script #2 (à customiser aussi) pour afficher la vidéo dans la PageMenuVoir plus bas..Script #1<html> <head> <title>MeBeamâ?¢ Developers Template1.php</title> </head> <body style='background: #ffffff; padding-top: 10px;'> <div> <?php // desired mebeam width $thewid="100%"; // desired mebeam height $thehit="100%"; // object scaling method $thescale="exactfit"; // object alignment $thealign="middle"; // secondary alignment $thesalign="t"; // the room to connect to, otherwise dont use the following // line to allow the user to type in a room name manually. $fva="room=revolution_permanente&"; // mebeam border color $fva.="apprccol=0xafcfff&"; // mebeam background style fill mode $fva.="appbgtype=linear&"; // mebeam background color 1 $fva.="appbgcol1=0xf4ffff&"; // mebeam background color 2 $fva.="appbgcol2=0x5fafff&"; // mebeam background color 3 $fva.="appbgcol3=0xffffff&"; // mebeam background color 1 ratio $fva.="appbgrat1=100&"; // mebeam background color 2 ratio $fva.="appbgrat2=127&"; // mebeam background color 3 ratio $fva.="appbgrat3=255&"; // mebeam background color horizontal focus point $fva.="appbgpntx=0&"; // mebeam background color vertical focus point $fva.="appbgpnty=0&"; // menu background $fva.="menubgcol=0xc0e0ff&"; // menu foreground $fva.="menufgcol=0x202040&"; // menu border color $fva.="menurccol=0x4040a0&"; // instructional text foreground color #1 $fva.="txtfg1col=0x400090&"; // instructional text foreground color #2 $fva.="txtfg2col=0x006000&"; // instructional text foreground color #3 $fva.="txtfg3col=0x0000ff&"; // instructional text foreground color #4 $fva.="txtfg4col=0xa02080&"; // instructional text foreground color #5 $fva.="txtfg5col=0x5000cf&"; // instructional text foreground color #6 $fva.="txtfg6col=0x000f70&"; // login box background color $fva.="loginbgcol=0xffeeff&"; // login box foreground color $fva.="loginfgcol=0xaaccff&"; // chat box background color $fva.="chatbgcol=0xe0e0f0&"; // message box background color $fva.="inputbgcol=0xffeeff&"; // invite popup background color $fva.="invitebgcol=0x000060&"; // invite popup foreground color $fva.="invitefgcol=0xffff00&"; // invite popup border color $fva.="inviterccol=0x00a0c0&"; // your outgoing video quality when there is 1 to 3 videos $fva.="maxloq=74&"; // yout outgoing video quality when there is 4 or more videos $fva.="maxhiq=76&"; // vertical division pixel co-ordinate $fva.="divyline=0&"; // enable or disable chat feature $fva.="usechat=1&"; // start with microphone on or off $fva.="gomic=0&"; // enable or disable the display of the room name during calls $fva.="showtitle=1&"; // enable or disable the display of the room name while connecting $fva.="showconnect=1"; $src="\"http://www.mebeam.com/uploads/Main/vbeam.swf\" quality=\"best\" scale=\"".$thescale."\" salign=\"".$thesalign."\" width=\"".$thewid."\" height=\"".$thehit."\" align=\"".$thealign."\" allowScriptAccess=\"always\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\""; echo "<object width=\"".$thewid."\" height=\"".$thehit."\" align=\"".$thealign."\">\n"; echo "<param name=\"allowScriptAccess\" value=\"always\" />\n"; echo "<param name=\"movie\" value=\"http://www.mebeam.com/uploads/Main/vbeam.swf\" />\n"; echo "<param name=\"quality\" value=\"best\" />\n"; echo "<param name=\"scale\" value=\"".$thescale."\" />\n"; echo "<param name=\"salign\" value=\"".$thesalign."\" />\n"; echo "<param name=\"flashvars\" value=\"".$fva."\" />\n"; echo "<embed flashvars=\"".$fva."\" src=".$src." />\n"; echo "</object>\n"; ?> </div> </body> </html> Script #2<html> <head> <title>MeBeamâ?¢ Developers Template1.php</title> </head> <body style='background: #ffffff; padding-top: 10px;'> <div> <?php // desired mebeam width $thewid="200"; // desired mebeam height $thehit="140"; // object scaling method $thescale="exactfit"; // object alignment $thealign="middle"; // secondary alignment $thesalign="t"; // the room to connect to, otherwise dont use the following // line to allow the user to type in a room name manually. $fva="room=revolution_permanente&"; // mebeam border color $fva.="apprccol=ffffff&"; // mebeam background style fill mode $fva.="appbgtype=linear&"; // mebeam background color 1 $fva.="appbgcol1=0xf4ffff&"; // mebeam background color 2 $fva.="appbgcol2=0x5fafff&"; // mebeam background color 3 $fva.="appbgcol3=0xffffff&"; // mebeam background color 1 ratio $fva.="appbgrat1=100&"; // mebeam background color 2 ratio $fva.="appbgrat2=127&"; // mebeam background color 3 ratio $fva.="appbgrat3=255&"; // mebeam background color horizontal focus point $fva.="appbgpntx=0&"; // mebeam background color vertical focus point $fva.="appbgpnty=0&"; // menu background $fva.="menubgcol=0xc0e0ff&"; // menu foreground $fva.="menufgcol=0x202040&"; // menu border color $fva.="menurccol=0x4040a0&"; // instructional text foreground color #1 $fva.="txtfg1col=0x400090&"; // instructional text foreground color #2 $fva.="txtfg2col=0x006000&"; // instructional text foreground color #3 $fva.="txtfg3col=0x0000ff&"; // instructional text foreground color #4 $fva.="txtfg4col=0xa02080&"; // instructional text foreground color #5 $fva.="txtfg5col=0x5000cf&"; // instructional text foreground color #6 $fva.="txtfg6col=0x000f70&"; // login box background color $fva.="loginbgcol=0xffeeff&"; // login box foreground color $fva.="loginfgcol=0xaaccff&"; // chat box background color $fva.="chatbgcol=0xe0e0f0&"; // message box background color $fva.="inputbgcol=0xffeeff&"; // invite popup background color $fva.="invitebgcol=0x000060&"; // invite popup foreground color $fva.="invitefgcol=0xffff00&"; // invite popup border color $fva.="inviterccol=0x00a0c0&"; // your outgoing video quality when there is 1 to 3 videos $fva.="maxloq=74&"; // yout outgoing video quality when there is 4 or more videos $fva.="maxhiq=76&"; // vertical division pixel co-ordinate $fva.="divyline=0&"; // enable or disable chat feature $fva.="usechat=1&"; // start with microphone on or off $fva.="gomic=0&"; // enable or disable the display of the room name during calls $fva.="showtitle=1&"; // enable or disable the display of the room name while connecting $fva.="showconnect=1"; $src="\"http://www.mebeam.com/uploads/Main/vbeam.swf\" quality=\"best\" scale=\"".$thescale."\" salign=\"".$thesalign."\" width=\"".$thewid."\" height=\"".$thehit."\" align=\"".$thealign."\" allowScriptAccess=\"always\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\""; echo "<object width=\"".$thewid."\" height=\"".$thehit."\" align=\"".$thealign."\">\n"; echo "<param name=\"allowScriptAccess\" value=\"always\" />\n"; echo "<param name=\"movie\" value=\"http://www.mebeam.com/uploads/Main/vbeam.swf\" />\n"; echo "<param name=\"quality\" value=\"best\" />\n"; echo "<param name=\"scale\" value=\"".$thescale."\" />\n"; echo "<param name=\"salign\" value=\"".$thesalign."\" />\n"; echo "<param name=\"flashvars\" value=\"".$fva."\" />\n"; echo "<embed flashvars=\"".$fva."\" src=".$src." />\n"; echo "</object>\n"; ?> </div> </body> </html>
XHTML 1.0 valide ? ::
CSS valide ? ::
-- Fonctionne avec WikiNi 0.4.4 (interwiki)
-- Remerciements à Anoptique pour la customisation et l'Agrégateur Poïetique
|