<?xml version="1.0" encoding="utf-8"?> <!-- //////////////////////////////////////////////////////////////////////////////// Plain MultiScaleImage Sample Flex MultiScaleImage Component Preview Developed by Daniel Gasienica Blog: http://gasi.ch/blog/flex-multiscaleimage-component/ //////////////////////////////////////////////////////////////////////////////// // // OpenZoom // // Copyright (c) 2007–2008, Daniel Gasienica <daniel@gasienica.ch> // // OpenZoom is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // OpenZoom is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with OpenZoom. If not, see <http://www.gnu.org/licenses/>. // //////////////////////////////////////////////////////////////////////////////// --> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:openzoom="http://ns.openzoom.org/2008" viewSourceURL="source/index.html" backgroundGradientColors="[ 0, 0 ]" layout="absolute" > <openzoom:MultiScaleImage id="image" source="../images/sound-of-silence.xml" top="0" right="0" bottom="0" left="0" /> </mx:Application>