Menu

[r6]: / Utils / asdocs / index.html  Maximize  Restore  History

Download this file

64 lines (43 with data), 1.9 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=ASCII">
<title>Adobe Flex 2 Language Reference</title>
<script language="javascript" type="text/javascript">
<!--
window.onload=function(){
var d=document.location.search;
var args=d.substring(d.lastIndexOf('?')+1,d.length);
var classFrameContent=args;
var classListFrameContent='';
if (args.indexOf('&') != -1) {
classFrameContent = args.substring(0,args.indexOf('&'));
classListFrameContent = args.substring(args.indexOf('&')+1,args.length);
}
if(classFrameContent!='')
top.frames['classFrame'].document.location.href=classFrameContent;
if(classListFrameContent!='')
top.frames['packageFrame'].frames['classListFrame'].document.location.href=classListFrameContent;
}
-->
</script>
</head>
<frameset cols="210,*" border="2" bordercolor="#AAAAAA" framespacing="0">
<frame src="package-frame.html" name="packageFrame" scrolling="no">
<frameset rows="80,*" border="0" bordercolor="#AAAAAA">
<frame src="title-bar.html" name="titlebar" scrolling="no" frameborder="0">
<frame src="package-summary.html" name="classFrame" frameborder="0">
</frameset>
<noframes>
<body>
<h2>Frame Alert</h2>
<p>
This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
<br>
Link to <a href="package-summary.html">Non-frame version.</a>
</p>
</body>
</noframes>
</frameset>
<!--Docs Generated by Enterprise IDE Plugin from IDE factory L.L.C.-->
</html>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.