/as3/docs/index.html
http://wiiflash.googlecode.com/ · HTML · 63 lines · 26 code · 20 blank · 17 comment · 0 complexity · 6555f6076d421eb0fd46a1fdbcd5865d MD5 · raw file
- <!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>
- <!--Joa Ebert and Thibault Imbert - http://www.wiiflash.org/Fr Apr 6 2007, 7:14 PM GMT+02:00 -->
-
- </html>