topical media & game development

talk show tell print

springgraph-sample-MoleculeViewer-AboutWindow.mx

springgraph-sample-MoleculeViewer-AboutWindow.mx (swf ) [ flash ] flex


  <?xml version="1.0" encoding="utf-8"?>
  <mx:TitleWindow xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" width="400" height="300"
          title="" close="PopUpManager.removePopUp(this)" showCloseButton="true"
          backgroundColor="#dddddd" addedEffect="Fade" removedEffect="Fade">
          
          <!--
  

//////////////////////////////////////////////////////////////////////////


// // Copyright (C) 2006 Adobe Macromedia Software LLC and its licensors. // All Rights Reserved. The following is Source Code and is subject to all // restrictions on such code as contained in the End User License Agreement // accompanying this product. //

//////////////////////////////////////////////////////////////////////////


--> <!-- this component is the modal dialog that appears when you click the "about" link --> <mx:Text right="10" left="10" top="10" bottom="10" selectable="false"> <mx:htmlText> <![CDATA[<b>Molecule Viewer</b> <br/>by <b>Mark Shepherd</b> <br/><i>mshepher@adobe.com</i></a> <br>Last updated Nov 11, 2006. <br><br>The molecular data is dynamically loaded from XML files. The layouts are schematic only, they are <b>not</b> based on the actual chemistry. <br><br>Drag atoms around if you like. Drag the background to scroll. Use the sliders to change atom size and bond strength. <br><br>The Molecule Viewer is written in Adobe Flex 2. Right-click to view the source code. Visit <b>Adobe Exchange</b></a> to download a zip containing additional source, binaries, and documentation. <br/><br/>The molecular data comes from www.cml.org.]]> </mx:htmlText> </mx:Text> <mx:Script> <![CDATA[ import mx.managers.PopUpManager; ]]> </mx:Script> </mx:TitleWindow>


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.