taobin_project/xml/event/video_layout.inc
2024-03-20 17:46:08 +07:00

31 lines
No EOL
675 B
HTML

<Video>
<Width> 484 </Width>
<Height> 616 </Height>
<Loop> "true" </Loop>
<State>
eval(
If show_eng = "true" Then
Var return = "Enable"
Else
Var return = "Invisible
EndIf
)
</State>
<Filename> ###video_en </Filename>
</Video>
<Video>
<Width> 484 </Width>
<Height> 616 </Height>
<State>
eval(
If show_eng = "true" Then
Var return = "Invisible"
Else
Var return = "Enable"
EndIf
)
</State>
<Loop> "true" </Loop>
<Filename> ###video_th </Filename>
</Video>