home *** CD-ROM | disk | FTP | other *** search
- stop();
- executar_btn.setStyle("fontFamily","Verdana");
- executar_btn.setStyle("fontWeight","bold");
- executar_btn.setStyle("color","#FFFFFF");
- executar_btn.enabled = true;
- onEnterFrame = function()
- {
- var _loc4_ = _root.descri.caminho.text;
- _loc4_ = _loc4_.substring(_loc4_.length - 3,_loc4_.length);
- if(_global.lingua == "pt")
- {
- if(this.comando.text == "shellopen")
- {
- _root.descri.executar_btn.label = "ABRIR";
- }
- else if(this.comando.text == "LINK")
- {
- _root.descri.executar_btn.label = "ABRIR URL";
- }
- else if(this.comando.text == "EXECUTAR")
- {
- _root.descri.executar_btn.label = "EXECUTAR";
- }
- else if(this.comando.text == "INSTALAR")
- {
- _root.descri.executar_btn.label = "INSTALAR";
- }
- else if(this.comando.text == "run.app")
- {
- _root.descri.executar_btn.label = "INSTALAR";
- }
- else if(this.comando.text == "JOGAR")
- {
- _root.descri.executar_btn.label = "JOGAR";
- }
- }
- else if(_global.lingua == "sp")
- {
- if(this.comando.text == "shellopen")
- {
- _root.descri.executar_btn.label = "ABRIR";
- }
- else if(this.comando.text == "LINK")
- {
- _root.descri.executar_btn.label = "ABRIR URL";
- }
- else if(this.comando.text == "EXECUTAR")
- {
- _root.descri.executar_btn.label = "EJECUTAR";
- }
- else if(this.comando.text == "INSTALAR")
- {
- _root.descri.executar_btn.label = "INSTALAR";
- }
- else if(this.comando.text == "run.app")
- {
- _root.descri.executar_btn.label = "INSTALAR";
- }
- else if(this.comando.text == "JOGAR")
- {
- _root.descri.executar_btn.label = "JUGAR";
- }
- }
- else if(_global.lingua == "en")
- {
- if(this.comando.text == "shellopen")
- {
- _root.descri.executar_btn.label = "OPEN";
- }
- else if(this.comando.text == "LINK")
- {
- _root.descri.executar_btn.label = "DOWNLOAD";
- }
- else if(this.comando.text == "EXECUTAR")
- {
- _root.descri.executar_btn.label = "RUN";
- }
- else if(this.comando.text == "INSTALAR")
- {
- _root.descri.executar_btn.label = "INSTALL";
- }
- else if(this.comando.text == "run.app")
- {
- _root.descri.executar_btn.label = "INSTALL";
- }
- else if(this.comando.text == "JOGAR")
- {
- _root.descri.executar_btn.label = "PLAY";
- }
- }
- };
-