<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>GenericPhone</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>320</PageWidth>
	<PageHeight>480</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\gusta\OneDrive\Documentos\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>OfflineCopyOfPages</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<PwaScope>/</PwaScope>
	<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">
			<Components>
				<Function name="Watch_Video">
					<Code>CreateVideoPlayer &quot;Container13&quot; &quot;[Video]&quot; true true true false
VideoPlayerPlay &quot;Container13&quot;</Code>
				</Function>
				<Function name="Watch_Foto">
					<Code>SetObjectAttribute &quot;Image7&quot; &quot;src&quot; [Imagen]

.Obteniendo extension de la imagen
StrParse &quot;[Imagen]&quot; &quot;;&quot; [text]
StrParse &quot;[text(0)]&quot; &quot;/&quot; [te]
SetVar [Extension] &quot;[te(1)]&quot;</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<Container id="Container12">
							<left>64px</left>
							<top>8px</top>
							<width>192px</width>
							<height>40px</height>
							<style>color:#FFFFFF;font-size:12pt;font-weight:bold;text-align:center;background-color:#FF00FF;border-color:#FF00FF;border-radius:10px;border-style:solid;border-width:3px</style>
							<html>VIDEO</html>
						</Container>
						<Container id="Container13">
							<left>64px</left>
							<top>32px</top>
							<width>192px</width>
							<height>112px</height>
							<style>color:#000000;font-size:22pt;font-weight:bold;background-color:#fff;border-color:#FF00FF;border-radius:10PX;border-style:solid;border-width:3px</style>
						</Container>
						<FileInput id="FileInput2">
							<left>336px</left>
							<top>0px</top>
							<width>96px</width>
							<height>32px</height>
							<style>color:#FFFFFF</style>
							<prop_name>file</prop_name>
							<change>LocalBinaryFileToBase64Var &quot;FileInput2&quot; [Video]
.LocalFileToVar &quot;FileInput2&quot; [Video]
.OnLoadEnd &quot;Watch_Video&quot;</change>
							<caption>VIDEO</caption>
							<accept>.mp4</accept>
						</FileInput>
						<PushButton id="PushButton1">
							<left>64px</left>
							<top>152px</top>
							<width>192px</width>
							<height>32px</height>
							<caption>CARGAR VIDEO</caption>
							<click>SetVar [Video] &quot;&quot;
Watch [Video] &quot;Watch_Video&quot;
ClickObject &quot;FileInput2&quot;</click>
						</PushButton>
						<PushButton id="PushButton2">
							<left>8px</left>
							<top>432px</top>
							<width>296px</width>
							<height>32px</height>
							<caption>SUBIR AL SERVIDOR</caption>
							<click>neoPhpFileWriteFromBase64 &quot;Prueba.mp4&quot; &quot;[Video]&quot; &quot;&quot;
neoPhpFileWriteFromBase64 &quot;Prueba.[Extension]&quot; &quot;[Imagen]&quot; &quot;&quot;
.neoPhpFileWrite &quot;Videos/Prueba.mp4&quot; &quot;[Video]&quot; false &quot;&quot;</click>
						</PushButton>
						<FileInput id="FileInput1">
							<left>336px</left>
							<top>40px</top>
							<width>96px</width>
							<height>32px</height>
							<style>color:#FFFFFF</style>
							<prop_name>filee</prop_name>
							<change>LocalBinaryFileToBase64Var &quot;FileInput1&quot; [Imagen]</change>
							<caption>FOTO</caption>
							<accept>.jpg, .jpeg, .png</accept>
						</FileInput>
						<Container id="Container11">
							<left>64px</left>
							<top>200px</top>
							<width>152px</width>
							<height>40px</height>
							<style>color:#FFFFFF;font-size:12pt;font-weight:bold;text-align:center;background-color:#FF00FF;border-color:#FF00FF;border-radius:10px;border-style:solid;border-width:3px</style>
							<html>FOTO</html>
						</Container>
						<Image id="Image7">
							<left>64px</left>
							<top>224px</top>
							<width>152px</width>
							<height>112px</height>
							<style>border-color:#FF00FF;border-style:solid;border-width:3px</style>
							<source>C:\Users\gusta\OneDrive\Documentos\VisualNeoWeb\Libraries\img\default-icon.png</source>
						</Image>
						<PushButton id="PushButton3">
							<left>64px</left>
							<top>344px</top>
							<width>152px</width>
							<height>32px</height>
							<caption>CARGAR FOTO</caption>
							<click>SetVar [Imagen] &quot;&quot;
Watch [Imagen] &quot;Watch_Foto&quot;
ClickObject &quot;FileInput1&quot;</click>
						</PushButton>
					</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>320px</width>
							<height>480px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
