Site en flash
Fermé
Djodjou
-
9 déc. 2008 à 13:17
Matio Messages postés 671 Date d'inscription mardi 6 mars 2007 Statut Membre Dernière intervention 25 janvier 2011 - 9 déc. 2008 à 15:06
Matio Messages postés 671 Date d'inscription mardi 6 mars 2007 Statut Membre Dernière intervention 25 janvier 2011 - 9 déc. 2008 à 15:06
A voir également:
- Site en flash
- Site de telechargement - Accueil - Outils
- Site comme coco - Accueil - Réseaux sociaux
- Flash drive tester - Télécharger - Divers Utilitaires
- Site de vente en ligne particulier - Guide
- Quel site remplace coco - Accueil - Réseaux sociaux
3 réponses
Matio
Messages postés
671
Date d'inscription
mardi 6 mars 2007
Statut
Membre
Dernière intervention
25 janvier 2011
299
9 déc. 2008 à 13:19
9 déc. 2008 à 13:19
En AS2 ?
Matio
Messages postés
671
Date d'inscription
mardi 6 mars 2007
Statut
Membre
Dernière intervention
25 janvier 2011
299
9 déc. 2008 à 15:06
9 déc. 2008 à 15:06
Tu tiens absolumet à mettre ton texte dans des clip ? Car sinon la solution la plus simple :
Faut d'abord créer des zones de texte ici il n'y qu'une zone
b1_btn.onRollOver=function(){
texte_txt.htmlText="<p>jkfkjdfkjsdfkdfksdfkjh</p>";
}
b1_btn.onRollOut=function(){
texte_txt.htmlText="";
}
b2_btn.onRollOver=function(){
texte_txt.htmlText="<p>sdjfhksdjfkjsdfjkhsdkfjhsdjkfh</p>";
}
b2_btn.onRollOut=function(){
texte_txt.htmlText="";
}
Faut d'abord créer des zones de texte ici il n'y qu'une zone
b1_btn.onRollOver=function(){
texte_txt.htmlText="<p>jkfkjdfkjsdfkdfksdfkjh</p>";
}
b1_btn.onRollOut=function(){
texte_txt.htmlText="";
}
b2_btn.onRollOver=function(){
texte_txt.htmlText="<p>sdjfhksdjfkjsdfjkhsdkfjhsdjkfh</p>";
}
b2_btn.onRollOut=function(){
texte_txt.htmlText="";
}