3f0750c6d1
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@30 af16638f-c34d-0410-8cfa-b39d5352b314
64 lines
1.8 KiB
HTML
64 lines
1.8 KiB
HTML
<!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>
|
|
<!---->
|
|
|
|
</html>
|