Accueil > Forum > > > > addFrameScript-stop-bouton cliquable
addFrameScript-stop-bouton cliquable
mercredi 4 juin 2008 à 13:03:25 |
addFrameScript-stop-bouton cliquable

ournik
|
Bonsoir-bonjour Tout d'abord l'adresse de mon site avec un swf Lien pour voir où ça cloche. Quand on clique sur les titres/liens en haut (parcours, photos,...) le personnage fait descendre un écran/parchemin qui découvre un bouton cliquable. Quand je n'utilise pas la fonction : function onInitStop( ):void { stop(); } le parchemin ne reste pas déroulé. Par contre quand je l'utilise les boutons ne sont pas cliquables... C'est le stop(); qui désactive la code du bouton apparemment, mais comment faire autrement pour insérer un stop sans bloquer le bouton? Désolée pour le code mais je débute en AS3... Merci d'avance - code AS3 d'un bouton : Action Script - butexhib.addEventListener (MouseEvent.CLICK, exhibonClick);
-
- function exhibonClick ( pEvt:MouseEvent ):void
-
- {
-
- var myRequest:URLRequest = new URLRequest("http://jlienard.webdesign.free.fr/exhibitions");
-
- navigateToURL ( myRequest, "_parent");
-
butexhib.addEventListener (MouseEvent.CLICK, exhibonClick);
function exhibonClick ( pEvt:MouseEvent ):void
{
var myRequest:URLRequest = new URLRequest("http://jlienard.webdesign.free.fr/exhibitions");
navigateToURL ( myRequest, "_parent");
} - code as3 général : Action Script - var mesRecups:Object = loaderInfo.parameters;
-
-
- mesRecups.o ;
-
- gotoAndPlay(52);
- }*/
- switch (mesRecups.o) {
- case "graph" :
- this.gotoAndPlay(52);
- break;
- case "parcours" :
- this.gotoAndPlay(53);
- break;
- default :
- play();
- break;
- }
-
- import flash.events.EventDispatcher;
- import flash.display.MovieClip;
- import fl.transitions.Tween;
- import fl.transitions.easing.*;
-
- butexhibitions.addEventListener(MouseEvent.CLICK,butExhibAnim);
- butweb.addEventListener(MouseEvent.CLICK,butWebAnim);
- butgraphik.addEventListener(MouseEvent.CLICK,butGraphAnim);
- butphoto.addEventListener(MouseEvent.CLICK,butPhotoAnim);
- butparcours.addEventListener(MouseEvent.CLICK,butParcoursAnim);
-
-
- function butExhibAnim(evt:MouseEvent):void {
- if (currentFrame < 52) {
- this.play();
- } else {
- switch (currentFrame) {
- case 52 :
- this.gotoAndPlay(53);
- this.addFrameScript(160, onInit1);
- break;
- case 173 :
- this.stop();
- break;
- case 204 :
- this.gotoAndPlay(358);
- this.addFrameScript(367, onInit12);
- this.addFrameScript(173, onInitStop);
- break;
- case 240 :
- this.gotoAndPlay(344);
- this.addFrameScript(357, onInit1);
- this.addFrameScript(367, onInit12);
- this.addFrameScript(173, onInitStop);
- break;
- case 277 :
- this.gotoAndPlay(330);
- this.addFrameScript(343, onInit1);
- this.addFrameScript(357, onInit1);
- this.addFrameScript(367, onInit12);
- this.addFrameScript(173, onInitStop);
- break;
- case 311 :
- this.gotoAndPlay(312);
- this.addFrameScript(329, onInit1);
- this.addFrameScript(343, onInit1);
- this.addFrameScript(357, onInit1);
- this.addFrameScript(367, onInit12);
- this.addFrameScript(173, onInitStop);
- break;
- default :
- break;
- }
- }
- }
-
- function butWebAnim(evt:MouseEvent):void {
- if (currentFrame < 52) {
- this.play();
- } else {
- switch (currentFrame) {
- case 52 :
- this.gotoAndPlay(53);
- this.addFrameScript(160, onInit2);
- this.addFrameScript(173, onInit1);
- this.addFrameScript(193, onInit1);
- break;
- case 173 :
- this.gotoAndPlay(174);
- this.addFrameScript(186, onInit1);
- this.addFrameScript(193, onInit1);
- break;
- case 204 :
- this.stop();
- break;
- case 240 :
- this.gotoAndPlay(240);
- this.addFrameScript(240, onInit10);
- this.addFrameScript(357, onInit11);
- this.addFrameScript(204, onInitStop);
- break;
- case 277 :
- this.gotoAndPlay(277);
- this.addFrameScript(277, onInit8);
- this.addFrameScript(343, onInit10);
- this.addFrameScript(357, onInit11);
- this.addFrameScript(204, onInitStop);
- break;
- case 311 :
- this.gotoAndPlay(312);
- this.addFrameScript(329, onInit);
- this.addFrameScript(343, onInit1);
- this.addFrameScript(357, onInit11);
- this.addFrameScript(204, onInitStop);
- break;
- default :
- break;
- }
- }
- }
-
- function butGraphAnim(evt:MouseEvent):void {
- if (currentFrame < 52) {
- this.play();
- } else {
- switch (currentFrame) {
- case 52 :
- this.gotoAndPlay(53);
- this.addFrameScript(160, onInit2);
- this.addFrameScript(173, onInit1);
- this.addFrameScript(193, onInit3);
- this.addFrameScript(204, onInit1);
- this.addFrameScript(228, onInit1);
- break;
- case 173 :
- this.gotoAndPlay(174);
- this.addFrameScript(186, onInit);
- this.addFrameScript(193, onInit3);
- this.addFrameScript(228, onInit);
- break;
- case 204 :
- this.gotoAndPlay(205);
- this.addFrameScript(216, onInit1);
- this.addFrameScript(228, onInit1);
- this.addFrameScript(240, onInitStop);
- break;
- case 240 :
- this.stop();
- break;
- case 277 :
- this.gotoAndPlay(277);
- this.addFrameScript(277, onInit8);
- this.addFrameScript(343, onInit9);
- break;
- case 311 :
- this.gotoAndPlay(312);
- this.addFrameScript(329, onInit8);
- this.addFrameScript(343, onInit9);
- break;
- default :
- break;
- }
- }
- }
-
- function butPhotoAnim(evt:MouseEvent):void {
- if (currentFrame < 52) {
- this.play();
- } else {
- switch (currentFrame) {
- case 52 :
- this.gotoAndPlay(53);
- this.addFrameScript(160, onInit2);
- this.addFrameScript(173, onInit1);
- this.addFrameScript(193, onInit3);
- this.addFrameScript(204, onInit1);
- this.addFrameScript(228, onInit4);
- this.addFrameScript(264, onInit1);
- break;
- case 173 :
- this.gotoAndPlay(174);
- this.addFrameScript(186, onInit);
- this.addFrameScript(193, onInit3);
- this.addFrameScript(228, onInit4);
- this.addFrameScript(264, onInit1);
- break;
- case 204 :
- this.gotoAndPlay(205);
- this.addFrameScript(216, onInit1);
- this.addFrameScript(228, onInit4);
- this.addFrameScript(264, onInit1);
- this.addFrameScript(277, onInitPlay);
- this.addFrameScript(277, onInitStop);
- break;
- case 240 :
- this.gotoAndPlay(241);
- this.addFrameScript(252, onInit1);
- this.addFrameScript(264, onInit1);
- this.addFrameScript(277, onInitStop);
- break;
- case 277 :
- this.stop();
- break;
- case 311 :
- this.gotoAndPlay(312);
-
- this.addFrameScript(329, onInit6);
- this.addFrameScript(277, onInitStop);
- break;
- default :
- break;
- }
- }
- }
- function butParcoursAnim(evt:MouseEvent):void {
- if (currentFrame < 52) {
- this.play();
- } else {
- switch (currentFrame) {
- case 52 :
-
- this.gotoAndPlay(53);
- this.addFrameScript(160, onInit2);
- this.addFrameScript(173, onInit1);
- this.addFrameScript(193, onInit3);
- this.addFrameScript(204, onInit1);
- this.addFrameScript(228, onInit4);
- this.addFrameScript(264, onInit5);
- break;
- case 173 :
- this.gotoAndPlay(174);
- this.addFrameScript(186, onInit1);
- this.addFrameScript(193, onInit3);
- this.addFrameScript(228, onInit4);
- this.addFrameScript(263, onInit5);
- break;
- case 204 :
- this.gotoAndPlay(205);
- this.addFrameScript(216, onInit1);
- this.addFrameScript(228, onInit4);
- this.addFrameScript(264, onInit5);
- break;
- case 240 :
- this.gotoAndPlay(241);
- this.addFrameScript(252, onInit1);
- this.addFrameScript(264, onInit5);
- break;
- case 277 :
- this.gotoAndPlay(278);
- this.addFrameScript(289, onInit5);
- this.addFrameScript(311, onInitStop);
- break;
- case 311 :
- this.stop();
- break;
- default :
- break;
- }
- }
- }
-
- gotoAndPlay(currentFrame+1);
- }*/
-
-
- function onInit( ):void {
- if (this.position !== this.duration) {
- this.play();
- }
- }
- function onInit1( ):void {
- gotoAndPlay(currentFrame+1);
- }
- function onInit2( ):void {
- gotoAndPlay(187);
- }
- function onInit3( ):void {
- gotoAndPlay(217);
- }
- function onInit4( ):void {
- gotoAndPlay(253);
- }
- function onInit5( ):void {
- gotoAndPlay(290);
- }
- function onInit6( ):void {
- gotoAndPlay(271);
- }
- function onInitStop( ):void {
- stop();
- }
- function onInit8( ):void {
- gotoAndPlay(330);
- }
- function onInit9( ):void {
- gotoAndPlay(233);
- }
- function onInit10( ):void {
- gotoAndPlay(344);
- }
- function onInit11( ):void {
- gotoAndPlay(199);
- }
- function onInit12( ):void {
- gotoAndPlay(166);
- }
- function onInitPlay( ):void {
- play();
- }
-
-
-
-
- function suite(event:TimerEvent):void {
-
- gotoAndPlay(currentFrame+1);
- }
var mesRecups:Object = loaderInfo.parameters; //pas encore utilisé mais servira pour faire commencer l'animation //à un endroit précis définit par un bouton de retour à l'accueil mesRecups.o ;// « quel bouton ?»
/*if (mesRecups.maVar1 == "graph") { gotoAndPlay(52); }*/ switch (mesRecups.o) { case "graph" : this.gotoAndPlay(52); break; case "parcours" : this.gotoAndPlay(53); break; default : play(); break; }
import flash.events.EventDispatcher; import flash.display.MovieClip; import fl.transitions.Tween; import fl.transitions.easing.*;
butexhibitions.addEventListener(MouseEvent.CLICK,butExhibAnim); butweb.addEventListener(MouseEvent.CLICK,butWebAnim); butgraphik.addEventListener(MouseEvent.CLICK,butGraphAnim); butphoto.addEventListener(MouseEvent.CLICK,butPhotoAnim); butparcours.addEventListener(MouseEvent.CLICK,butParcoursAnim);
function butExhibAnim(evt:MouseEvent):void { if (currentFrame < 52) { this.play(); } else { switch (currentFrame) { case 52 : this.gotoAndPlay(53); this.addFrameScript(160, onInit1);//160 stop(); --> 173 break; case 173 ://ouvert_exhib this.stop(); break; case 204 ://web this.gotoAndPlay(358); this.addFrameScript(367, onInit12);//367 stop(); --> 173 this.addFrameScript(173, onInitStop);//367 stop(); --> 173 break; case 240 ://graphic this.gotoAndPlay(344); this.addFrameScript(357, onInit1);//357 stop(); --> 358 this.addFrameScript(367, onInit12);//367 stop(); --> 173 this.addFrameScript(173, onInitStop);//367 stop(); --> 173 break; case 277 ://photo this.gotoAndPlay(330); this.addFrameScript(343, onInit1);//357 stop(); --> 358 this.addFrameScript(357, onInit1);//357 stop(); --> 358 this.addFrameScript(367, onInit12);//367 stop(); --> 173 this.addFrameScript(173, onInitStop); break; case 311 ://parcours this.gotoAndPlay(312); this.addFrameScript(329, onInit1);//329 stop(); -->343 this.addFrameScript(343, onInit1);//357 stop(); --> 358 this.addFrameScript(357, onInit1);//357 stop(); --> 358 this.addFrameScript(367, onInit12);//367 stop(); --> 173 this.addFrameScript(173, onInitStop); break; default : break; } } }
function butWebAnim(evt:MouseEvent):void { if (currentFrame < 52) { this.play(); } else { switch (currentFrame) { case 52 : this.gotoAndPlay(53); this.addFrameScript(160, onInit2);//160 stop(); -> 187 prépare this.addFrameScript(173, onInit1);//173 stop(); --> 186 this.addFrameScript(193, onInit1);//193 stop(); --> 204 break; case 173 ://exhib this.gotoAndPlay(174); this.addFrameScript(186, onInit1);//186 stop(); this.addFrameScript(193, onInit1);//193 stop(); -> 204 break; case 204 ://ouvert_web this.stop(); break; case 240 ://graph this.gotoAndPlay(240); this.addFrameScript(240, onInit10);//240 stop(); -> 343->357 this.addFrameScript(357, onInit11);//357 stop(); -> 199->204 this.addFrameScript(204, onInitStop); break; case 277 ://photo this.gotoAndPlay(277); this.addFrameScript(277, onInit8);//240 stop(); -> 343->357 this.addFrameScript(343, onInit10);//240 stop(); -> 343->357 this.addFrameScript(357, onInit11); this.addFrameScript(204, onInitStop); break; case 311 ://parcours this.gotoAndPlay(312); this.addFrameScript(329, onInit);//329 stop(); -->343 this.addFrameScript(343, onInit1);//329 stop(); -->343 this.addFrameScript(357, onInit11);//329 stop(); -->343 this.addFrameScript(204, onInitStop);//329 stop(); -->343 break; default : break; } } }
function butGraphAnim(evt:MouseEvent):void { if (currentFrame < 52) { this.play(); } else { switch (currentFrame) { case 52 : this.gotoAndPlay(53); this.addFrameScript(160, onInit2);//160 stop(); -> 187 prépare this.addFrameScript(173, onInit1);//173 stop(); --> 186 this.addFrameScript(193, onInit3);//193 stop(); -> 217 prépare this.addFrameScript(204, onInit1);//204 stop(); -->216 this.addFrameScript(228, onInit1);//228 stop(); -->240 break; case 173 ://exhib this.gotoAndPlay(174); this.addFrameScript(186, onInit);//186 stop(); this.addFrameScript(193, onInit3);//193 stop(); -> 217 prépare this.addFrameScript(228, onInit);//228 stop(); -->240 break; case 204 ://web this.gotoAndPlay(205); this.addFrameScript(216, onInit1);//216 stop(); -->228 this.addFrameScript(228, onInit1);//228 stop(); -->240 this.addFrameScript(240, onInitStop); break; case 240 : this.stop();//ouvert_graphic break; case 277 ://photo this.gotoAndPlay(277); this.addFrameScript(277, onInit8);//277 stop(); -->330 this.addFrameScript(343, onInit9);//343 stop(); -->233 break; case 311 : this.gotoAndPlay(312); this.addFrameScript(329, onInit8);//329 stop(); -->343 this.addFrameScript(343, onInit9);//329 stop(); -->343 break; default : break; } } }
function butPhotoAnim(evt:MouseEvent):void { if (currentFrame < 52) { this.play(); } else { switch (currentFrame) { case 52 : this.gotoAndPlay(53); this.addFrameScript(160, onInit2);//160 stop(); -> 187 prépare this.addFrameScript(173, onInit1);//173 stop(); --> 186 this.addFrameScript(193, onInit3);//193 stop(); -> 217 prépare this.addFrameScript(204, onInit1);//204 stop(); -->216 this.addFrameScript(228, onInit4);//228 stop(); -->253 this.addFrameScript(264, onInit1);//264 stop(); -->264 break; case 173 ://exhib this.gotoAndPlay(174); this.addFrameScript(186, onInit);//186 stop(); this.addFrameScript(193, onInit3);//193 stop(); -> 217 prépare this.addFrameScript(228, onInit4);//228 stop(); -->253 this.addFrameScript(264, onInit1);//264 stop(); -->264 break; case 204 ://web this.gotoAndPlay(205); this.addFrameScript(216, onInit1);//216 stop(); -->228 this.addFrameScript(228, onInit4);//228 stop(); -->253 this.addFrameScript(264, onInit1);//264 stop(); -->264 this.addFrameScript(277, onInitPlay); this.addFrameScript(277, onInitStop); break; case 240 ://graphic this.gotoAndPlay(241); this.addFrameScript(252, onInit1);//252 stop(); -->254 this.addFrameScript(264, onInit1);//264 stop(); -->264 this.addFrameScript(277, onInitStop); break; case 277 ://ouvert_photo this.stop(); break; case 311 : this.gotoAndPlay(312); //this.addFrameScript(311, onInit6);//311 stop(); -->264 this.addFrameScript(329, onInit6); this.addFrameScript(277, onInitStop); break; default : break; } } } function butParcoursAnim(evt:MouseEvent):void { if (currentFrame < 52) { this.play(); } else { switch (currentFrame) { case 52 : //this.gotoAndPlay(311); this.gotoAndPlay(53); this.addFrameScript(160, onInit2);//160 stop(); -> 187 prépare this.addFrameScript(173, onInit1);//173 stop(); --> 186 this.addFrameScript(193, onInit3);//193 stop(); -> 217 prépare this.addFrameScript(204, onInit1);//204 stop(); -->216 this.addFrameScript(228, onInit4);//228 stop(); -->253 this.addFrameScript(264, onInit5);//264 stop(); -->264 break; case 173 : this.gotoAndPlay(174); this.addFrameScript(186, onInit1);//186 stop(); this.addFrameScript(193, onInit3);//193 stop(); -> 217 prépare this.addFrameScript(228, onInit4);//228 stop(); -->253 this.addFrameScript(263, onInit5);//264 stop(); -->264 break; case 204 : this.gotoAndPlay(205); this.addFrameScript(216, onInit1);//216 stop(); -->228 this.addFrameScript(228, onInit4);//228 stop(); -->253 this.addFrameScript(264, onInit5);//264 stop(); -->264 break; case 240 : this.gotoAndPlay(241); this.addFrameScript(252, onInit1);//252 stop(); -->254 this.addFrameScript(264, onInit5);//264 stop(); -->290 break; case 277 : this.gotoAndPlay(278); this.addFrameScript(289, onInit5);//289 stop(); -->264 this.addFrameScript(311, onInitStop); break; case 311 : this.stop(); break;//ouvert_parcours default : break; } } }
/*function onInit( ):void { gotoAndPlay(currentFrame+1); }*/
/*Si on arrive en fin de piste alors play*/ function onInit( ):void { if (this.position !== this.duration) { this.play(); } } function onInit1( ):void { gotoAndPlay(currentFrame+1); } function onInit2( ):void { gotoAndPlay(187); } function onInit3( ):void { gotoAndPlay(217); } function onInit4( ):void { gotoAndPlay(253); } function onInit5( ):void { gotoAndPlay(290); } function onInit6( ):void { gotoAndPlay(271); } function onInitStop( ):void { stop(); } function onInit8( ):void { gotoAndPlay(330); } function onInit9( ):void { gotoAndPlay(233); } function onInit10( ):void { gotoAndPlay(344); } function onInit11( ):void { gotoAndPlay(199); } function onInit12( ):void { gotoAndPlay(166); } function onInitPlay( ):void { play(); } //Fonction de pause... //var pauseTimer:Timer = new Timer(8900, 1); //pauseTimer.start(); //pauseTimer.addEventListener(TimerEvent.TIMER_COMPLETE, suite); function suite(event:TimerEvent):void { //ici le code qui doit être exécuté après la pause gotoAndPlay(currentFrame+1); }
|
|
mercredi 4 juin 2008 à 13:05:59 |
Re : addFrameScript-stop-bouton cliquable

ournik
|
oups  j'ai copié le code une fois de trop désolé ... merci d'avance
|
|
Cette discussion est classée dans : case, break, gotoandplay, stop, addframescript
Répondre à ce message
Sujets en rapport avec ce message
affichage de flash en fonction de l'url en cours [ par okostyle ]
Bonjour à tous. Voici mon problème. Je suis en train de mettre en place un intranet.Cet intranet se compose de 6 modules différents. Un bandeau flash
urgent [ par mariemmedia ]
mediabonjourvoici un code pour symbole clip afin de déplacer ballon avec clavier mais il ne travaille pas je ne sais pas ou est la faute .QUI PEUT M
Optimisation du code AS [ par Limack ]
Bonjour les amis(es) J'ai un problème pour un long code que j'ai écrit : l'erreur envoyée par flash est la suivante (Un script de cette animation ral
(Débutant) Clip qui suit un autre [ par flshnoob ]
Bonjour, je suis complètement débutant en flash, Je vous explique ce que je voudrai avoir, j'ai mot qui est caché partiellement par des formes (ronde
gotoandplay, stop, gotoandstop : problème [ par Killan ]
Bonjour,j'ai une animation flash toute simple, à la 2ème séquence j'ai un bouton pour passer cette sequence et aller directement à la séquence suivant
Quel type de fichier ?? [ par MaxusViardis ]
Bonjour, voila j'utilise le code de pegase et j'aimerai le modifier pour que la partie qui aligne les 0 et les 1 (ici en rouge) viennent d'un fichier
Quel type de fichier ?? [ par MaxusViardis ]
Bonjour, voila j'utilise le code de pegase et j'aimerai le modifier pour que la partie qui aligne les 0 et les 1 (ici en rouge) viennent d'un fichier
MC gotoandplay _root [ par PEHA ]
http://www.miran-lejeu.tk
gotoAndPlay() et variables [ par BananaTree ]
slt tout le monde.Sur le principe de "mieux vaut 1 qui sait que 10 qui cherchent" , je voudrais pouvoir inclure this.monClip.gotoAndStop(8) dans maF
gotoAnsStop [ par oliver7 ]
slt voici mon probleme : j'ai un clip avec une condition qui fait gotoAndPlay mais sa ne le fait pas dans le calque mais dans le clip et je veut que s
Livres en rapport
|
Derniers Blogs
IMAGINE CUP 2012, MAKE A SIGN EN FINALEIMAGINE CUP 2012, MAKE A SIGN EN FINALE par junarnoalg
Voilà qui est fait, la nouvelle est officielle ! L'équipe belge "Make a Sign" va au pays des kangourous défendre son projet dans la catégorie Software Design. http://www.imaginecup.com/CompetitionsContent/Competition/WorldwideFinalists.aspx V...
Cliquez pour lire la suite de l'article par junarnoalg KINECT 1.5 IS OUT !KINECT 1.5 IS OUT ! par Vko
La version 1.5 du Kinect For Microsoft vient tout juste de sortir ! Plein de nouveautés: Tracking de squelette en Near Mode Détection en position assise Détection faciale avec un SDK dédié Documentation et des guideline (enfin) Un out...
Cliquez pour lire la suite de l'article par Vko LES ACTUALITéS DE LA SEMAINE SUR C2I.FR (14 MAI - 20 MAI) LES ACTUALITéS DE LA SEMAINE SUR C2I.FR (14 MAI - 20 MAI) par richardc
Mise à jour des Web API du 14 Mai
Réservez dès maintenant votre journée du 20 juin pour le Windows Azure Dev Camp 2012 à Paris
Mise à jour de Team Foundation Service
MechCommander 2 sur Windows 8
Entity Framework 5 Release Candidate e...
Cliquez pour lire la suite de l'article par richardc REACTIVE EXTENSIONS : CONSOMMER DES SERVICES AVEC RX PARTIE 3, LES PIèGES à éVITERREACTIVE EXTENSIONS : CONSOMMER DES SERVICES AVEC RX PARTIE 3, LES PIèGES à éVITER par Groc
Une mauvaise utilisation de rx lors de l'écriture d'une couche d'accès à des services peut conduire à des cas embarassants avec des erreurs mal gérées, des appels qui ne partent lorsqu'ils le devraient, et même des résultats incorrects . le tout nuis...
Cliquez pour lire la suite de l'article par Groc SHAREPOINT BLOG SITE, PROBLèME D'ARCHIVESSHAREPOINT BLOG SITE, PROBLèME D'ARCHIVES par junarnoalg
Dernièrement, nous avons migré le site
myTIC
vers un nouveau serveur SharePoint 2010. Dans les contenus que nous vouloins récupérer, nous avions un certain nombre de blogs.
Nous avons utilisé les commandes Power...
Cliquez pour lire la suite de l'article par junarnoalg
Logiciels
sDEVIS-FACTURES vlPRO (8.1.0.3)SDEVIS-FACTURES VLPRO (8.1.0.3)sDEVIS-FACTURES vlPRO a été mis au point pour les particuliers, créateurs, entrepreneurs, artisa... Cliquez pour télécharger sDEVIS-FACTURES vlPRO 974 Application Server (12.2.4.6)974 APPLICATION SERVER (12.2.4.6)Développez de puissantes applications dans un environnement de 'cloud computing', clusterisé, séc... Cliquez pour télécharger 974 Application Server vPicture (1.4.2.1)VPICTURE (1.4.2.1)Avec vPicture, hébergez vos images facilement et rapidement.
vPicture est un utilitaire simple, ... Cliquez pour télécharger vPicture Easy-Planning (2.2.1.6)EASY-PLANNING (2.2.1.6)Easy-Planning permet de créer des plannings sous la représentation de diagrammes et est adapté au... Cliquez pour télécharger Easy-Planning COM-BACKUP (2.0)COM-BACKUP (2.0)
COM-BACKUP est un logiciel de sauvegarde qui permet de planifier les sauvegardes de vos dossiers ...
Cliquez pour télécharger COM-BACKUP
|