<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>VideoStartStop</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Raivo</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Samsung Galaxy S4</DesignDeviceName>
	<VariablesScanned>True</VariablesScanned>
	<PageWidth>640</PageWidth>
	<PageHeight>360</PageHeight>
	<AutoSizeWidth>True</AutoSizeWidth>
	<AutoSizeHeight>True</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>D:\OneDrive\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>CreateVideoPlayer &quot;Container1&quot; &quot;Mano.mp4&quot; false false false false</pageenter>
					<Components>
						<Container id="Container1">
							<left>32px</left>
							<top>32px</top>
							<width>556px</width>
							<height>267px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
						</Container>
						<Timer id="Timer1">
							<left>600px</left>
							<top>8px</top>
							<width>34px</width>
							<height>34px</height>
							<interval>100</interval>
							<auto_start>False</auto_start>
							<auto_stop>False</auto_stop>
							<expired>VideoPlayerGetCurrentTime &quot;Container1&quot; [currentTime]
MathRound [currentTime] [currentTime]
If [currentTime] &gt;= 15
 VideoPlayerPause &quot;Container1&quot;
 TimerStop &quot;Timer1&quot;
 MessageBox &quot;&quot; &quot;Labas&quot; &quot;&quot; &quot;&quot;
EndIf
</expired>
						</Timer>
						<PushButton id="PushButton1">
							<left>504px</left>
							<top>304px</top>
							<width>81px</width>
							<height>38px</height>
							<caption>Reload</caption>
							<click>ReloadApp</click>
						</PushButton>
						<PushButton id="PushButton2">
							<left>216px</left>
							<top>304px</top>
							<width>192px</width>
							<height>40px</height>
							<caption>Play Video From 10 to 15</caption>
							<click>VideoPlayerSetCurrentTime &quot;Container1&quot; 10
VideoPlayerPlay &quot;Container1&quot;
TimerStart &quot;Timer1&quot; 100</click>
						</PushButton>
						<Container id="Container2">
							<left>32px</left>
							<top>310px</top>
							<width>168px</width>
							<height>30px</height>
							<style>font-size:14pt;background-color:#fff</style>
							<html>[currentTime]</html>
						</Container>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>640px</width>
							<height>360px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
