/as3/docs/index.html

http://wiiflash.googlecode.com/ · HTML · 63 lines · 26 code · 20 blank · 17 comment · 0 complexity · 6555f6076d421eb0fd46a1fdbcd5865d MD5 · raw file

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
  2. <html>
  3. <head>
  4. <META http-equiv="Content-Type" content="text/html; charset=ASCII">
  5. <title>Adobe Flex 2 Language Reference</title>
  6. <script language="javascript" type="text/javascript">
  7. <!--
  8. window.onload=function(){
  9. var d=document.location.search;
  10. var args=d.substring(d.lastIndexOf('?')+1,d.length);
  11. var classFrameContent=args;
  12. var classListFrameContent='';
  13. if (args.indexOf('&') != -1) {
  14. classFrameContent = args.substring(0,args.indexOf('&'));
  15. classListFrameContent = args.substring(args.indexOf('&')+1,args.length);
  16. }
  17. if(classFrameContent!='')
  18. top.frames['classFrame'].document.location.href=classFrameContent;
  19. if(classListFrameContent!='')
  20. top.frames['packageFrame'].frames['classListFrame'].document.location.href=classListFrameContent;
  21. }
  22. -->
  23. </script>
  24. </head>
  25. <frameset cols="210,*" border="2" bordercolor="#AAAAAA" framespacing="0">
  26. <frame src="package-frame.html" name="packageFrame" scrolling="no">
  27. <frameset rows="80,*" border="0" bordercolor="#AAAAAA">
  28. <frame src="title-bar.html" name="titlebar" scrolling="no" frameborder="0">
  29. <frame src="package-summary.html" name="classFrame" frameborder="0">
  30. </frameset>
  31. <noframes>
  32. <body>
  33. <h2>Frame Alert</h2>
  34. <p>
  35. 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.
  36. <br>
  37. Link to <a href="package-summary.html">Non-frame version.</a>
  38. </p>
  39. </body>
  40. </noframes>
  41. </frameset>
  42. <!--Joa Ebert and Thibault Imbert - http://www.wiiflash.org/Fr Apr 6 2007, 7:14 PM GMT+02:00 -->
  43. </html>