flex-iframe-1.4.3

所属分类:FlashMX/Flex源码
开发工具:Flex
文件大小:7532KB
下载次数:27
上传日期:2010-12-09 21:52:48
上 传 者shikongxingji
说明:  利用flex建立HTML网页浏览器源码,主要结合iframe的应用
(Using flex create HTML web browser source code, the main application with iframe)

文件列表:
flex-iframe-1.4.3 (0, 2009-11-22)
flex-iframe-1.4.3\build (0, 2009-11-22)
flex-iframe-1.4.3\doc (0, 2009-11-22)
flex-iframe-1.4.3\examples (0, 2009-11-22)
flex-iframe-1.4.3\flexiframe (0, 2009-11-22)
flex-iframe-1.4.3\doc\images (0, 2009-11-22)
flex-iframe-1.4.3\doc\com (0, 2009-11-22)
flex-iframe-1.4.3\examples\src (0, 2009-11-22)
flex-iframe-1.4.3\examples\build (0, 2009-11-22)
flex-iframe-1.4.3\flexiframe\src (0, 2009-11-22)
flex-iframe-1.4.3\flexiframe\.settings (0, 2009-11-22)
flex-iframe-1.4.3\doc\com\google (0, 2009-11-22)
flex-iframe-1.4.3\examples\src\SimpleHtml (0, 2009-11-22)
flex-iframe-1.4.3\examples\src\IFrameWithLoadIndicator (0, 2009-11-22)
flex-iframe-1.4.3\examples\src\IFrameDemo (0, 2009-11-22)
flex-iframe-1.4.3\examples\src\IFrameCommTest (0, 2009-11-22)
flex-iframe-1.4.3\examples\src\HTMLTest (0, 2009-11-22)
flex-iframe-1.4.3\examples\src\Dashboard (0, 2009-11-22)
flex-iframe-1.4.3\examples\build\SimpleHtml (0, 2009-11-22)
flex-iframe-1.4.3\examples\build\IFrameWithLoadIndicator (0, 2009-11-22)
flex-iframe-1.4.3\examples\build\IFrameDemo (0, 2009-11-22)
flex-iframe-1.4.3\examples\build\IFrameCommTest (0, 2009-11-22)
flex-iframe-1.4.3\examples\build\HTMLTest (0, 2009-11-22)
flex-iframe-1.4.3\examples\build\Dashboard (0, 2009-11-22)
flex-iframe-1.4.3\flexiframe\src\com (0, 2009-11-22)
flex-iframe-1.4.3\doc\com\google\code (0, 2009-11-22)
flex-iframe-1.4.3\examples\src\SimpleHtml\src (0, 2009-11-22)
flex-iframe-1.4.3\examples\src\SimpleHtml\libs (0, 2009-11-22)
flex-iframe-1.4.3\examples\src\SimpleHtml\html-template (0, 2009-11-22)
flex-iframe-1.4.3\examples\src\SimpleHtml\bin-release (0, 2009-11-22)
flex-iframe-1.4.3\examples\src\SimpleHtml\bin-debug (0, 2009-11-22)
flex-iframe-1.4.3\examples\src\SimpleHtml\.settings (0, 2009-11-22)
flex-iframe-1.4.3\examples\src\IFrameWithLoadIndicator\src (0, 2009-11-22)
flex-iframe-1.4.3\examples\src\IFrameWithLoadIndicator\libs (0, 2009-11-22)
flex-iframe-1.4.3\examples\src\IFrameWithLoadIndicator\html-template (0, 2009-11-22)
flex-iframe-1.4.3\examples\src\IFrameWithLoadIndicator\.settings (0, 2009-11-22)
flex-iframe-1.4.3\examples\src\IFrameDemo\src (0, 2009-11-22)
flex-iframe-1.4.3\examples\src\IFrameDemo\libs (0, 2009-11-22)
flex-iframe-1.4.3\examples\src\IFrameDemo\html-template (0, 2009-11-22)
flex-iframe-1.4.3\examples\src\IFrameDemo\bin-debug (0, 2009-11-22)
... ...

*************************************************************************************************** * Copyright (c) 2009 flex-iframe * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. * ------------------------------------------------------------------------------------------------- * $Id: README.txt 76 2009-11-04 17:21:07Z julien.nicoulaud $ *************************************************************************************************** Find more documentation at the project home page: http://code.google.com/p/flex-iframe/ =================================================================================================== How to use flex-iframe =================================================================================================== * First of all, read the FAQ: http://code.google.com/p/flex-iframe/wiki/FAQ * Get the library, 3 solutions: - Get a swc build of the library on the project home page - Build it from the sources (see "How to build flex-iframe from the sources") - Use Maven (see http://code.google.com/p/flex-iframe/wiki/Maven) * Drop it on your Flex project's libs/ directory * Start using it with the namespace ("http://code.google.com/p/flex-iframe/") or by importing the package directly ("import com.google.code.flexiframe.*;"). * Modify your html template and add the parameter wmode="opaque" to the embeds. You can find examples by viewing the source of the project's samples. =================================================================================================== How to build flex-iframe from the sources =================================================================================================== * Check out the folder flexiframe/ as a project in Flex Builder/Eclipse. * Build the project. * The flexiframe.swc library file is in the build/ directory. =================================================================================================== How to run the examples =================================================================================================== * First follow "How to build flex-iframe from the sources". * Check out the folders in examples/ as separate projects. Each of them is preconfigured to use the "flexiframe" project swc build directly (they will look for WORKSPACE/flexiframe/build/flexiframe.swc). =================================================================================================== For contributors =================================================================================================== * Checkout the projects flexiframe/ and all the examples in your workspace, and make sure all the examples work before committing any changes. * There is a preconfigured launch configuration to generate the ***oc (***oc.launch). Go to: Run > External Tools > External Tools Configurations, select "***oc" and run it to update the documentation. * Before tagging a release, please make sure to generate the ***oc, and update the example builds.

近期下载者

相关文件


收藏者