40 lines
869 B
XML
40 lines
869 B
XML
<Popup>
|
|
<Cache> "Enable" </Cache>
|
|
<Width> 1080 </Width>
|
|
<Height> 1920 </Height>
|
|
<Background> "0xeae6e1" </Background>
|
|
<Sound> "ROOT/taobin_project/sounds/chaching.mp3" </Sound>
|
|
<Volume> SoundVolume </Volume>
|
|
<EventOpen>
|
|
Var Timeout = 0
|
|
</EventOpen>
|
|
<Timeout> 1000 </Timeout>
|
|
<EventTimeout>
|
|
Var Timeout = Timeout + 1
|
|
If Timeout >= 5 Then
|
|
If Seeker = "curr" Then
|
|
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
|
|
Else
|
|
Var PayCredit = 1
|
|
Var ChangeOK = 0
|
|
Var ChangeTimeout = 0
|
|
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
|
|
EndIf
|
|
EndIf
|
|
Refresh
|
|
TimerReset
|
|
</EventTimeout>
|
|
|
|
<Video>
|
|
<X> 0 </X>
|
|
<Y> 700 </Y>
|
|
<Width> 1080</Width>
|
|
<Height> 840 </Height>
|
|
<Refresh> "Reload" </Refresh>
|
|
<Loop> "true" </Loop>
|
|
<Filename> "ROOT/taobin_project/spiral/video/sp02.mp4" </Filename>
|
|
</Video>
|
|
|
|
;include="ROOT/taobin_project/inc/video.inc"
|
|
|
|
</Popup>
|