home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 164
/
MOBICLIC164.ISO
/
pc
/
DATA
/
MBB164
/
MBB164_00
/
MBB164_00.swf
/
scripts
/
frame_7
/
DoAction.as
Wrap
Text File
|
2014-05-13
|
2KB
|
73 lines
trace("START frame");
StartFrame();
InitMC({mc:BT_VIDEO,son:"B_EXP"});
BT_VIDEO.OnPress = function()
{
trace(_VideoBox_);
this._visible = false;
_root.stopSon();
trace(gModulePath + "/VID_MBB164_02/VID_MBB164_02.flv");
_root.VIDEO_BOX.swapDepths(25123);
trace("_root.VIEWER._ModePleinEcran" + _root.VIEWER._ModePleinEcran);
if(_root.VIEWER._ModePleinEcran == true)
{
var _loc4_ = 1.408450704225352;
var _loc5_ = 800;
var _loc3_ = 320 * _loc4_;
_VideoBox_.Ouvrir({path:gModulePath + "V_MBB164_00/VID_MBB164_02.flv",x:0,y:(600 - _loc3_) / 2,width:_loc5_,height:_loc3_});
}
else
{
_VideoBox_.Ouvrir({path:gModulePath + "V_MBB164_00/VID_MBB164_02.flv",x:89,y:_root.xConfig.VueOffsetY,width:621.25,height:350});
}
};
BT_VIDEO.swapDepths(25131);
InitMC({mc:BT_EXPOSE,son:"B_EXP",IB:"IB_EXP"});
BT_EXPOSE.OnPress = function()
{
ChangeModule({codeRub:"MBB",numMod:1});
};
BT_EXPOSE.swapDepths(25002);
InitMC({mc:BT_COURRIER,son:"B_COUR",IB:"IB_COUR"});
BT_COURRIER.OnPress = function()
{
_root.stopSon();
_root.CourrierBox._visible = true;
_setInterval({nomInterval:"IntId",mc:this,fonction:"DelaiAffichage",duree:100});
};
BT_COURRIER.swapDepths(25003);
InitMC({mc:BT_WEB,son:"B_WEB",IB:"IB_WEB"});
BT_WEB.OnPress = function()
{
_root.stopSon();
getUrl("http://www.mobiclic.com", "_blank");
};
BT_WEB.swapDepths(25004);
BT_COURRIER.DelaiAffichage = function()
{
_clearInterval("IntId");
if(_global.HOTE.ImprimerEcran())
{
_root.CourrierBox._visible = false;
}
else
{
_root.CourrierBox._visible = false;
}
};
_root.OnMediaPleinEcranOff = function()
{
BT_EXPOSE._visible = true;
BT_WEB._visible = true;
BT_COURRIER._visible = true;
BT_FAB._visible = false;
};
_root.OnMediaPleinEcranOn = function()
{
BT_EXPOSE._visible = false;
BT_WEB._visible = false;
BT_COURRIER._visible = false;
BT_FAB._visible = false;
};
stop();