• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ant/H03-May-2022-3,1292,079

asdoc/templates/H03-May-2022-8,2487,111

bin/H03-May-2022-498196

frameworks/H07-May-2022-377,156327,425

lib/H03-May-2022-

samples/H03-May-2022-4,7083,638

templates/H03-May-2022-964736

build.propertiesH A D08-Dec-20091.5 KiB4335

build.xmlH A D08-Dec-200942.1 KiB1,137865

license-mpl.htmH A D08-Dec-200927.1 KiB389383

readme-open.htmH A D08-Dec-200913.2 KiB248209

readme-open.htm

1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5<head>
6	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
7	<style type="text/css" media="screen">
8
9	a {
10	color: Navy;
11	text-decoration: none;
12	}
13	a:hover {
14	text-decoration: underline;
15	}
16
17	body {
18	font-family: Arial, Helvetica, sans-serif;
19	}
20
21	.head {
22	color: #FF0000;
23	}
24
25	hr {
26	border: 0;
27	color: #888888;
28	background-color: #888888;
29	height: 2px;
30	margin-left: 0px;
31	}
32
33	td.left_col {
34	width: 250px;
35	}
36
37	.indent {
38	font-size: .9em;
39	margin-left: 24px;
40	}
41
42	.legal {
43	font-size: .8em;
44	}
45
46	.backlink {
47	font-size: .8em;
48	padding-top: 24px;
49	margin-top: 24px;
50	}
51
52	ul {
53		list-style: square;
54	}
55
56	ul.contents {
57		list-style-type: none;
58	}
59	li.contents {
60		font-weight: bold;
61		margin-top: 6px;
62	}
63	ul.plain {
64		list-style: none;
65	}
66	li {
67		margin-top: 6px;
68	}
69
70	table {
71		border-color: #aaaaaa;
72	}
73	.comment {
74		font-weight:bold;
75		color:green;
76		font-size:larger
77	}
78	.changebar {
79		padding-left: 12px;
80		border-left-style: solid;
81		border-left-color: green;
82	}
83	</style>
84
85	<title>Welcome to Adobe&reg; Flex&trade; 3 SDK</title>
86</head>
87
88<body>
89<h1>Open Source Flex SDK</h1>
90<h3>Version 3</h3>
91<h2 class="head">Readme</h2>
92<h4>February 2008</h4>
93<p class="legal">&copy; 2008 Adobe Systems Incorporated.  All rights reserved.</p>
94<p class="legal">This file contains important information including a link to release notes that were not available when the product documentation was written. Review this information before using this version of Open Source Flex SDK.</p>
95
96<hr />
97<p>Welcome to Open Source Flex 3 SDK.</p>
98
99<h3 class="head"><a name="contents"></a>Contents</h3>
100<div class="indent">
101
102<ul class="contents">
103	<li class="contents"><a href="#Getting_Started">Getting Started</a></li>
104	<li class="contents"><a href="#docs">Flex Documentation</a></li>
105	<li class="contents"><a href="#Samples">Flex Samples</a></li>
106	<li class="contents"><a href="#Community">Community and Resources</a></li>
107	<li class="contents"><a href="#Licenses">License</a></li>
108
109</ul>
110</div>
111<p class="backlink"></p>
112
113<hr />
114
115<h3 class="head"><a name="Getting_Started"></a>Getting Started</h3>
116<div class="indent">
117	<p>For information on getting started with the Flex 3 SDK explore the new feature descriptions, documentation, and samples available at the <a href="http://www.adobe.com/go/flex_documentation">Flex Documentation Resource Center</a> and review the <a href="http://www.adobe.com/go/flex3_releasenotes_fb">Flex SDK Release Notes.</a></p>
118	<p>The Open Source Flex SDK does not contain some elements that can enhance the Flex development experience such as debug versions of the Adobe Flash Player, Adobe AIR, or advanced font encoding libraries. You may download the Open Source Flex SDK Add-ons package which contains these elements from <strong><em>here</em></strong>.</p>
119</div>
120<p class="backlink"><a href="#contents">Back to contents</a></p>
121
122<hr />
123
124<h3 class="head"><a name="docs"></a>Flex Documentation</h3>
125<div class="indent">
126  <p>Flex documentation, including Release Notes, is available for download at the <a href="http://www.adobe.com/go/flex_documentation">Flex Documentation Resource Center</a>. Documentation is also available online in the LiveDocs format.</p>
127
128  <table width="85%" cellpadding="8" cellspacing="0" border="1">
129    <tr>
130      <td><em>Getting Started with Flex</em></td>
131      <td>Online document available from the Flex Start Page in the Flex Builder IDE and also from the <a href="http://learn.adobe.com/wiki/display/Flex/Getting+Started">Adobe Learning Center</a>.  Getting Started with Flex is  for application developers who are new to the Flex product line and require an overview of Flex features and capabilities. It  includes tutorials highlighting the capabilities of Flex, and provides sample Flex Application projects that you can download, open, and run in Flex Builder.</td>
132    </tr>
133    <tr>
134      <td><em>Adobe Flex 3 Developer Guide</em></td>
135      <td>Describes application development basics, such as MXML and ActionScript syntax, creating applications, using Flex components, the Flex data model, error handling, Adobe LiveCycle Data Services ES, and Flex  Advanced Data Visualization Components.</td>
136    </tr>
137    <tr>
138      <td><em>Building and Deploying Adobe Flex 3 Applications</em></td>
139      <td>Describes the tasks you perform when analyzing, designing, building,
140      and deploying a Flex 3 application.</td>
141    </tr>
142    <tr>
143      <td><em>Creating and Extending Adobe Flex 3 Components</em></td>
144      <td>Provides instructions on  creating, using, and extending components.</td>
145    </tr>
146    <tr>
147      <td><em>Programming ActionScript 3.0</em></td>
148      <td>Provides concepts and usage information for ActionScript 3.0.</td>
149    </tr>
150    <tr>
151      <td><em>Adobe Flex Language Reference</em></td>
152      <td>Describes the Flex 3 and ActionScript 3.0 MXML and ActionScript programming interfaces, including the API
153      reference for core ActionScript language elements (HTML-only).</td>
154    </tr>
155  </table>
156
157</div>
158<p class="backlink"><a href="#contents">Back to contents</a></p>
159
160<hr />
161
162<h3 class="head"><a name="Samples"></a>Flex Samples</h3>
163<div class="indent">
164	<p>The SDK samples directory contains source code for the Component Explorer sample application. The Component Explorer sample application provides basic examples for most of the MXML components available with the  Flex 3 framework.</p>
165  <p>To compile the Component Explorer application:</p>
166	<ul class="plain">
167		<li class="plain">Windows: Run the build.bat file in the <em>Flex_Install_Dir</em>/sdks/<em>version</em>/samples/explorer directory.</li>
168	    <li class="plain">Macintosh or Unix: Run the build.sh file in the <em>Flex_Install_Dir</em>/sdks/<em>version</em>/samples/explorer directory.</li>
169	</ul>
170	<p>After you compile the Component Explorer sample, open explorer.html in a web browser to view the application.</p>
171	<p>You can download additional <a href="http://www.adobe.com/go/flex3_sample_apps">Flex samples</a> from the Adobe Flex Developer Center.</p>
172</div>
173<p class="backlink"><a href="#contents">Back to contents</a></p>
174
175<hr />
176
177<h3 class="head"><a name="Community"></a>Community Resources</h3>
178<div class="indent">
179   <p>You can access the Flex  community and online resources from the following pages: </p>
180   <ul>
181     <li><a href="http://opensource.adobe.com/flex">Open Source Flex Home Page</a> </li>
182	 <li><a href="http://learn.adobe.com/wiki/display/Flex/Getting+Started">Getting Started with Flex</a></li>
183     <li><a href="http://www.adobe.com/go/flex_devcenter ">Flex Developer Center</a> </li>
184     <li><a href="http://www.adobe.com/go/flex_support">Flex Support Center </a> </li>
185     <li><a href="http://www.adobe.com/go/flex_forums">Flex Forums</a> </li>
186     <li><a href="http://www.adobe.com/go/labs_home">Adobe Labs</a></li>
187     <li><a href="http://www.flex.org/">Flex.org</a></li>
188   </ul>
189</div>
190<p class="backlink"><a href="#contents">Back to contents</a></p>
191
192<hr />
193
194<h3 class="head"><a name="Licenses"></a>License</h3>
195<div class="indent">
196	<p><u>Mozilla Public License Files</u>:</p>
197  <p class="indent">The contents of the files contained in this Flex SDK directory  are subject to the Mozilla Public License Version 1.1 (the &quot;License&quot;); you may not use these files except in compliance with the License. You may obtain a copy of the License here: <a href="license-mpl.htm">Mozilla Public License Version 1.1</a> or <a href="http://www.mozilla.org/MPL/">http://www.mozilla.org/MPL/</a>.</p>
198  <p class="indent"> Software distributed under the License is distributed on an &quot;AS IS&quot; basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.</p>
199	<p class="indent">The Original Code consists of the files listed above.</p>
200	<p class="indent">The Initial Developer of the Original Code is Adobe Systems Incorporated.<br />
201    By downloading, modifying, distributing, using and/or accessing any files in this directory, you agree to the terms and conditions of the applicable end user license agreement.</p>
202	<p><strong>NOTICES RELATED TO CERTAIN THIRD PARTY MATERIALS</strong>:</p>
203	<p><u> Apache 1.1 Licensed Products</u>: </p>
204	<p class="indent"> This product includes software listed below that were developed by the Apache Software Foundation (<a href="http://www.apache.org/">http://www.apache.org/</a>).  Such software is licensed under the Apache Software License, Version 1.1; you may obtain a copy of such license at <a href="http://apache.org/licenses/LICENSE-1.1">http://apache.org/licenses/LICENSE-1.1</a>.</p>
205	<p class="indent"> Apache Commons Collections 2.1<br />
206    Apache Commons Discovery 0.2<br />
207    Apache Xerces 2.4</p>
208	<p>	  <u>Apache 2.0 Licensed Products</u>: </p>
209	<p class="indent"> This product includes software listed below that were licensed under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License. You may obtain a copy of the License at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS,   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.</p>
210	<p class="indent"> Apache Axis 1.1, &copy; 2001-2004, Apache Software Foundation<br />
211	  Apache Batik SVG Toolkit 1.6, &copy; 2005, Apache Software Foundation<br />
212	  Apache Commons Logging 1.0.4, &copy; 2004, Apache Software Foundation<br />
213	  Apache Velocity 1.4, &copy; 2004, Apache Software Foundation<br />
214	  Apache Xalan 2.6.0, &copy; 2004, Apache Software Foundation<br />
215          Apache Regexp 1.2, &copy; 2000, Apache Software Foundation<br />
216          Apache bcel 5.1, &copy; 2007, Apache Software Foundation </p>
217	<p><u>BSD Licensed Products</u>:</p>
218	<p class="indent"> Easing Equations  &copy; 2001-2003, Robert Penner<br />
219  All rights reserved.</p>
220  <p class="indent">Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</p>
221	<ul>
222    <li class="indent">Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. </li>
223    <li class="indent">Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.</li>
224    <li class="indent">Neither the name of the &lt;ORGANIZATION&gt; nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.</li>
225    </ul>
226    <p class="indent">THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p>
227
228    <p><u>Netscape Public License Products</u>:</p>
229    <p class="indent"> The contents of this file are subject to the Netscape Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at <a href="http://www.mozilla.org/NPL/">http://www.mozilla.org/NPL/</a></p>
230
231    <p class="indent">Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.</p>
232
233    <p class="indent">The Original Code is Mozilla Communicator client code, released March 31, 1998.</p>
234
235    <p class="indent">The Initial Developer of the Original Code is Netscape Communications Corporation. Portions created by Netscape are Copyright (C) 1998-1999 Netscape Communications Corporation. All Rights Reserved.</p>
236
237    <p class="indent">The following software is listed under the Netscape Public License, Version 1:</p>
238
239    <p class="indent">Spidermonkey Javascript Test Suite,&copy; 1998, Netscape Communications Corporation</p>
240
241</div>
242<p class="backlink"><a href="#contents">Back to contents</a></p>
243
244<hr />
245<p class="legal">&copy; 2008 Adobe Systems Incorporated.  All rights   reserved.</p>
246</body>
247</html>
248