Visualizzazione dei risultati da 1 a 4 su 4
  1. #1

    [Flash Mx 2004 Professional] Keypress

    Ciao a tutti
    ho un problema in flash. Vorrei far fare un azione in actionscript con il tasto "Invio" {Enter}. Ho messo tutti i codici in modo corretto. Poi quando metto il file su internet come html non mi funziona. Invece in locale..sul proiettore swf si.
    Come si spiega?

    Fatemi sapere..
    Grazie
    The new generation of programmation system

  2. #2
    Bhè le problematiche potrebbero essere + d una...
    Quindi t consiglio d passare il file .fla e d farlo analizzare un pò da tutti in modo da capirlo mejo :P

  3. #3
    Utente di HTML.it L'avatar di darkiko
    Registrato dal
    Feb 2002
    Messaggi
    3,030
    intanto almeno posta il codice, se no è difficile capire cosa c'e' che non va..
    è nella nostra unicità che risiede la meraviglia degli esseri umani

  4. #4
    codice:
    on (release, keyPress "<Enter>")  {
    	_root.command = substring(_root.chatchat.mchat2,0,1);
    	_root.mchat = _root.chatchat.mchat2;
    	_root.supernome = "<font color = '#006699'>" + _root.nome + " " + "</font>";
    	_root.superchat = ": " + _root.mchat + "
    ";
    	if (_root.command == "#") {
    		loadVariables("expload.php",_root,"post");
    		_root.comando = "<font color = '#FF9900'>" + _root.nome + " " +  _root.mchat + "</font>
    "
    		esperienza2 = Number(esperienza) + Number(1);
    		loadVariables("command1.php",_root,"post")} else {
    	loadVariables("chat1.php",_root,"post")
    	}
    	
    	
    	
    	if (_root.command == "/iniziativa") {
    		_root.comando = "<font color = '#006699'>" + _root.nome + " " +  _root.mchat + "</font>
    "
    		loadVariables("command2.php",_root,"post")} else {
    	loadVariables("chat1.php",_root,"post")
    		}
    	
    	
    	
    	_root.chatchat.mchat2 = "";
    	loadVariables("expload.php",_root,"post");
    }
    Fatemi sapere
    ciau
    The new generation of programmation system

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.