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 _loc3_ = _root.descri.caminho.text;
- _loc3_ = _loc3_.substring(_loc3_.length - 3,_loc3_.length);
- if(this.comando.text == "shellopen" and _loc3_ != "msi")
- {
- _root.descri.executar_btn.label = "ABRIR";
- }
- else if(this.comando.text == "LINK" or this.comando.text == "link")
- {
- _root.descri.executar_btn.label = "ABRIR URL";
- }
- else if(this.comando.text == "PDF" or this.comando.text == "pdf")
- {
- _root.descri.executar_btn.label = "ABRIR PDF";
- }
- else if(this.comando.text == "DESCOMPACTAR")
- {
- _root.descri.executar_btn.label = "DESCOMPACTAR";
- }
- 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" or _loc3_ == "msi")
- {
- _root.descri.executar_btn.label = "INSTALAR";
- }
- };
-