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")
- {
- _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";
- }
- };
-