summaryrefslogtreecommitdiff
path: root/demos/address-book/protected/pages/Home.page
blob: 1489cf86bf301eb31943f49d0d6e4719ec4ff74b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<title>Prado Address Book</title>
</head>
<body>
<h1>Prado + Flex + Soap Demo</h1>
<h3>Flash player version 9 or greater is required.</h3>
<p>Username/password: demo/demo </p>
<com:Application.pages.FlexApp
	BinDirectory=<%~ flex/bin %>
	AppName="flex_address_book"
	Parameters.wsdl="<%= $this->Request->constructUrl('soap', 'address-book.wsdl') %>"
	Width="100%" Height="300"/>
</body>
</html>