/*
               File: Hflash
        Description: Hflash
             Author: GeneXus C# Generator version 10_0_4-23569
       Generated on: 10/13/2009 14:57:6.31
       Program type: Callable routine
          Main DBMS: mysql
*/
gx.evt.autoSkip = false;
function hflash(CmpContext) {
   this.setObjectType("web");
   this.setCmpContext(CmpContext);
   this.hasEnterEvent = false;
   this.addKeyListener("5", '"RFR"');
   this.SetStandaloneVars=function()
   {
   }
   this.e130b2_client=function()
   {
      this.executeServerEvent("ENTER", true);
      this.refreshServerOutputs([]);
   }
   this.e140b2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
      this.refreshServerOutputs([]);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.FLASHVIEWER1Container = gxCreateUsercontrol(this, 2, 0, "FlashViewer", this.CmpContext + "FLASHVIEWER1Container", "Flashviewer1");
   this.FLASHVIEWER1Container.setProperty("Width", "Width", "770");
   this.FLASHVIEWER1Container.setProperty("Height", "Height", "121");
   this.FLASHVIEWER1Container.setProperty("swfFile", "Swffile", "media/flash_topo.swf");
   this.FLASHVIEWER1Container.setProperty("ObjectId", "Objectid", "Id");
   this.FLASHVIEWER1Container.setProperty("Version", "Version", "9");
   this.FLASHVIEWER1Container.setProperty("BackgroundColor", "Backgroundcolor", "#FFFFFF");
   this.FLASHVIEWER1Container.setProperty("Quality", "Quality", "high");
   this.FLASHVIEWER1Container.addV2CFunction(function(UC) { UC.ParentObject.AV5Flashvi=GXgetControlValue("_FLASHVIEWERDATA");UC.SetData(UC.ParentObject.AV5Flashvi); });
   this.FLASHVIEWER1Container.addC2VFunction(function(UC) { UC.ParentObject.AV5Flashvi=UC.GetData();GXsetControlValue("_FLASHVIEWERDATA",UC.ParentObject.AV5Flashvi); });
   this.FLASHVIEWER1Container.setC2ShowFunction(function(UC) { UC.show(); });
   this.setUserControl(this.FLASHVIEWER1Container);
   this.AV5Flashvi = {};
   this.SetStandaloneVars( );
   this.ServerClass =  "Hflash" ;
}
