Open Source Flash Tools

Hi All,
Just wondering if anybody can recommend any Open Source Flash generation tools on the same line as Adobe's Flash Application.
Want to incorporate into ApEx apps.
Thanks.
Tony.

Here is the Flex code that displays a grid and a text box.
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns="*" layout="absolute" styleName="plain" creationComplete="userRequest.send()">
   <bridge:FABridge bridgeName="flash" id="flash" xmlns:bridge="bridge.*" /> 
   <mx:HTTPService id="userRequest" url="dc_htmldb.EmployeeXml" useProxy="false" method="GET">
      <mx:request xmlns="">
      </mx:request>
   </mx:HTTPService>
   <mx:DataGrid id="dgUserRequest" x="0" y="30" rowCount="15" dataProvider="{userRequest.lastResult.Rowset.Row}">
      <mx:columns>        
         <mx:DataGridColumn headerText="First" dataField="FIRST_NAME"/>
         <mx:DataGridColumn headerText="Last" dataField="LAST_NAME"/>
         <mx:DataGridColumn headerText="E-Mail" dataField="EMAIL" width="80"/>
         <mx:DataGridColumn headerText="Phone" dataField="PHONE_NUMBER" width="125"/>
         <mx:DataGridColumn headerText="Hire Dt" dataField="HIRE_DATE" width="75"/>
         <mx:DataGridColumn headerText="Job" dataField="JOB_ID" width="75"/>
         <mx:DataGridColumn headerText="Salary" dataField="SALARY" width="55"/>
      </mx:columns>
   </mx:DataGrid>
   <mx:HBox x="5" y="0">
      <mx:Label text="Selected ID"/>
      <mx:TextInput id="selectedempid" text="{dgUserRequest.selectedItem.EMPLOYEE_ID}" width="40"/>
   </mx:HBox>  
</mx:Application>It gets it data by calling a stored procedure (EmployeeXml) via HTTP.
That procedure just runs a query and returns it as XML.
To show it on the page, you just embed the Flash player in a HTML region.
To exchange data between Flex and other HTML elements requires some javascript:
http://labs.adobe.com/wiki/index.php/Flex_Framework:FABridge
Tony - if you email me at dccase at yahoo dot com I can send you a link where you can my app running.

Similar Messages

  • Open source UML tool for Code ----- Sequence Diagram ?

    Are there any open source / free tools which can generate sequence diagram from java code ?
    Thanks in Advance
    Ratheesh

    check-out www.logsequencer.com - it is a very cool tool and is only $19.
    It generates sequence diagrams from log files.

  • New open-source build tool for CS Extensions

    I just released a new open-source tool for creating, compiling, debugging, packaging, and deploying extensions:
    https://github.com/creativemarket/csxs
    At a Glance:
    All project settings live in a single JSON file (not multiple XML files).
    Compiles CS5 & CS6 versions and packages them as a single ZXP. This is useful for supporting "DarkNormal" and "DarkHover" icons without ditching CS5 compatibility on your extension. It also supports other / more complicated configurations.
    Created projects contain boilerplate for re-skinning on UI change along with fixes for platform bugs.
    Generates aggregated changelogs.
    Automated deploys to S3.
    Automated git version tagging.
    Conditional compilation variables (CONFIG::debug, CONFIG::release, CONFIG::version).
    Usage:
    csxs create
    csxs debug --cs-product=photoshop --cs-version=5.5
    csxs package
    csxs deploy
    I'd love feedback, suggestions, forks, bug reports, etc!
    p.s. I really hope this doesn't come across as spammy—I mean it with the best intentions. I think it could be useful for some out there. More tools for the CS ecosystem is a win for all.
    "We encourage you to contribute content, answer questions, or comment with corrections, clarifications, tips, and more. Links to your favorite resources or expert videos could help other community members."
    http://forums.adobe.com/docs/DOC-2325

    Great tool, thanks a lot for sharing it.
    Installed it and built "Hello, world" extension, now trying to convert my existing extension project for this. Packaging CS5 / CS6 versions alone is priceless.
    Maybe a dumb question, but is it possible to switch .json and output name in command line? I have extension with 5 different versions, they have different licenses etc., so it would be great to type
    csxs package config1.json extension1.zxp
    csxs package config2.json extension2.zxp
    and so on? I'd put it all into one .sh script
    sorry if it's all already available and I just missed this part in documentation

  • Need information on open source testing tools for ADF web applications

    Hi experts,
    I need to investigate on new feasible open source Java testing tools for testing ADF web applications. I have tried to google a lot but getting confused.
    My requirements as as under:
    1. The tool must be open source.
    2. It should be easy to understand and to work upon by the tester and developers.
    Selenium based testing approach is already in place for testing the application but need to search for tools other than Selenium which shall prove suitable for testing ADF applications. Kindly let me know your inputs / suggestions.
    Thanks a lot in advance.
    Neelanand

    Hi,
    Have a look at JMeter http://jakarta.apache.org/jmeter/index.html
    1. The tool must be open source.It is.
    2. It should be easy to understand and to work upon by the tester and developers.I guess it is.
    There are some specifics in configuring it for ADF, but Chris Muir wrote a nice blog about how it's done, check it out http://one-size-doesnt-fit-all.blogspot.com/2010/04/configuring-apache-jmeter-specifically.html
    Pedja

  • Open Source BI Tool Now Supports Kodo JDO

    Folks,
    To keep you posted on the latest tools that work with Kodo JDO, we
    will try and post notices here on our newsgroups. ObjectVisualizer
    is a third party open source querying, reporting and graphing tool that
    now supports Kodo JDO. Let us know what you think.
    Neelan Choksi
    President, SolarMetric
    ObjectVisualizer is a business intelligence tool that builds upon
    Object Persistence technology to provide easy to use query, reporting,
    and charting capabilities.
    Features include: Query, filter, and aggregate data using objects,
    Interactive Data Table, Report Generation, Chart Creation, and Plugin
    Architecture.
    ObjectVisualizer now supports KodoJDO! ObjectVisualizer 1.0.1 includes
    a KodoJDO plugin along with a number of bug fixes and enhancements.
    A new Early Access release of ObjectVisualizer Server Edition is also
    available. ObjectVisualizer Server Edition EAP-2 has been upgraded to
    work with ObjectVisualizer 1.0.1 and includes a number of performance
    enhancements.
    For more information visit:
    http://objectvisualizer.com
    Thank you,
    Open Source Software Solutions, LLC
    http://opensourcesoft.net

    Folks,
    To keep you posted on the latest tools that work with Kodo JDO, we
    will try and post notices here on our newsgroups. ObjectVisualizer
    is a third party open source querying, reporting and graphing tool that
    now supports Kodo JDO. Let us know what you think.
    Neelan Choksi
    President, SolarMetric
    ObjectVisualizer is a business intelligence tool that builds upon
    Object Persistence technology to provide easy to use query, reporting,
    and charting capabilities.
    Features include: Query, filter, and aggregate data using objects,
    Interactive Data Table, Report Generation, Chart Creation, and Plugin
    Architecture.
    ObjectVisualizer now supports KodoJDO! ObjectVisualizer 1.0.1 includes
    a KodoJDO plugin along with a number of bug fixes and enhancements.
    A new Early Access release of ObjectVisualizer Server Edition is also
    available. ObjectVisualizer Server Edition EAP-2 has been upgraded to
    work with ObjectVisualizer 1.0.1 and includes a number of performance
    enhancements.
    For more information visit:
    http://objectvisualizer.com
    Thank you,
    Open Source Software Solutions, LLC
    http://opensourcesoft.net

  • Open source monitoring tool for oracle Database

    Hi,
    Please suggest me any opensource tool to monitor the health, availability and performance of the Oracle Database that can be accesed through web client
    Thanks in advance

    user1687821 wrote:
    Robert,
    Thanks for the update, ya i basically need the tool to monitor the DB, but at the same time, if CPU is going high due to any query or any other reason, we must get the alert, the tool currently we are using triggers a mail for both, DB as well as CPU when it goes high, similar one is needed
    ThanksGrid control or database control will do this for you, there is a rather big however, er however. Being notified is a part of the diagnostics pack functionality (ludicrously and unjustifiably IMO). That means a license cost (unless you are already licensed for it). nagios does this as others have said as do shell scripts. I'm not aware of an open source tool that does all you want without scripting though.
    Niall

  • Open Source Reporting tool

    Having tried CF Report Builder several months ago and quit .
    I still don't see alot on the WEB about CF Report builder and a lot
    frustrated users; even with the updates. I'm back to Crystal, but
    now with Crystal 11 and Crystal's cost, that appears to be an
    upcoming dead end. I did see someone using an open source product
    called JasprReports (with CF)and wondered if anyone has been down
    that street.

    http://www.google.com/search?hl=en&lr=&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial &hs=093&q=Jasperreports+coldfusion&btnG=Search

  • ANN: Open Source Flash Player Scripting Engine

    Mozilla bekommt den Quellcode für die
    ActionScript™ Virtual Machine
    Das OS-Projekt heißt "Tamarin". Dürfte
    spannend werden.
    http://www.adobe.com/aboutadobe/pressroom/pressreleases/200611/110706Mozilla.html
    http://www.mozilla.org/projects/tamarin/
    Grüße, Jörg
    Adobe® Community Expert
    Sicher ist sicher:
    http://mm-exporter.joexx.de

    Oh ja. Das sieht vielversprechend aus.
    danke für den link
    hil
    Jörg Schmalenberger *ACE* schrieb:
    > Mozilla bekommt den Quellcode für die
    ActionScript™ Virtual Machine
    > Das OS-Projekt heißt "Tamarin".
    Dürfte spannend werden.
    >
    >
    http://www.adobe.com/aboutadobe/pressroom/pressreleases/200611/110706Mozilla.html
    >
    http://www.mozilla.org/projects/tamarin/
    >

  • Good site for Video Editing tools (open source)

    I'm a recent convert to Mac, and I'm having a hard time finding comparable tools to what is available via open source on the Windows side. Specifially in the H.264 arena. There are a multitude of open source encoding tools for Windows. I'm sure there have to be some for Mac. Are there any good sites that list these? I'm tried versiontracker and The Mac Orchard, but I'm hoping for something more specific like VideoHelp.com
    Any suggestions? I'm looking for encoding software that can do inverse telecine, import DivX/Xvid/DV, Trim video (to remove letterboxing), and encode to H.264.
    Thanks!

    Can't help with the video stuff, but since you're a newcomer to the Mac, see these:
    Switching from Windows to Mac OS X,
    Basic Tutorials on using a Mac,
    MacFixIt Tutorials,
    MacTips, and
    Switching to the Mac: The Missing Manual, Leopard Edition.
    And a link to open source software: http://sourceforge.net/ Search for *multimedia for Mac*.
    Additionally, *Texas Mac Man* recommends:
    Quick Assist.
    Welcome to the Switch To A Mac Guides, and
    A guide for switching to a Mac.

  • Flex is open source, what about adobe flash?

    Hi all,
    There is some confusion on our Flex team. We're aware of the
    Flex announcement that Adobe intends to release Flex under the MPL
    at some future date. Some of the developers on our team, however,
    believe the Adobe Flash plugin in browsers such as Mozilla are open
    source as well. After googling, I could not find any indication
    that adobe Flash is open source. We're aware of Gnash, etc, but our
    question relates specifically to Adobe Flash - is it open source or
    has there been an announcement that Adobe intends to open source
    Flash browser plugins? What, if anything, is open source concerning
    Flash?
    Thanks,
    iksrazal

    Flash will not be open source.
    Tracy

  • DBAShell - New Open Source Project for Oracle DBA's

    I'd like to have this project included in the Open Source Oracle tools list at: http://www.oracle.com/technology/community/opensource_projects.html
    I’'ve been an Oracle DBA for quite some time (since 7.0.13) and a developer for many years. One of the things I'’ve always wished for was an easier way to set up environment variables for different Oracle Home’s and a way to provide passwords to scripts without embedding them in plain-view.
    About 3 years ago, I started a set of functions and scripts at my company that did exactly just that and provided many more functions for things like checking database status, running scripts quietly unless errors are detected, running actions in parallel (like fast shutdowns at once, or multiple analyzes), restarting databases in a guaranteed fashion, aliases to common folder locations, etc..
    About a month ago, after putting all this time and effort into these scripts and using them in production all this time, I realized I wanted more out of the scripts like support for other databases and thought that it would be best if I gave it new life as an Open Source project.
    So that is how http://sourceforge.net/projects/dbashell/ was started. Now it’s in a second release (DBAShell 0.85) that is more modular and would allow other people to easily add support for other OS’s, other Shells, and other Databases.
    Here is a description of the project from the latest news item:
    DBAShell is a project based around Shell functions and scripts designed to make it easy for DBA's to use Databases in a command line environment. Currently supported is Oracle with ksh and bash on AIX, Solaris, Linux. The code base itself is 3 years old and has been in use in Production environments all of that time.
    Features include:
    * Automatic setting of all environment variables based on SID requested.
    * Manage PATH's and other path like variables for each ORACLE_HOME needed.
    * Run scripts with stored passwords (no more hard-coding of passwords!!)
    * Automatically set SID based on Script location (makes it easier to share scripts between SID's)
    * manage temporary script output and check for oracle errors in output
    * check database status and versions from scripts
    * stop/start databases in parallel (faster startup)
    * compile all database objects
    * analyze objects in parallel (Faster analyzes)
    * set aliases and variables for common SID areas, etc..
    * many helpful commands for common Oracle tasks
    Over a thousand people have already downloaded the prior release and more are downloading every hour.
    I'm seeking feedback from anybody that would be willing to take a look at the project, trying it out, give me any feedback you have on it, and perhaps even direct me to where I could best promote this project.
    I wrote a tutorial that shows at a glance some of the more useful features of DBAShell:
    http://sourceforge.net/docman/display_doc.php?docid=34041&group_id=170224
    Main site:
    http://sourceforge.net/projects/dbashell/
    Documentation: http://sourceforge.net/docman/display_doc.php?docid=33704&group_id=170224
    Download:
    http://prdownloads.sourceforge.net/dbashell/dbashell-0.85.tar.gz?download

    Always glad to have people thinking about the poor DBA's. Usually, the developers get most of the attention in open source.

  • @Adobe, do you intend to contribute Flash Catalyst as Open Source Project ?

    Hello,
    in the recent Whitepaper* you write that you no longer develop Flash Catalyst.
    Wouldnt it be great if you make it open source (contribute to Apache as well?)
    or sell it to another developer so that it can be continued to be developed ?
    I think many people will totally agree with this and would be happy to continue using
    Flash Catalyst to visually built/prototype engaging GUI for the Apache Flex Framework.
    What do you think ?
    Best Regards
    Marc
    Flash Catalyst
    Flash Catalyst CS5.5 is the last release of Flash Catalyst.
    At this time, it will not be updated to work with Flex SDK 4.6 or any Apache Flex releases nor will it be included in future versions of the Adobe Creative Suite software offerings.
    *http://www.adobe.com/devnet/flex/whitepapers/roadmap.html

    Hi daslicht,
    im also very interrested to know the answer.
    But im afraid they wont because it uses code from other proprietary tools.
    And even if the community get flash catalyst source code, it will be useless (in a sens) mainly because the synergy with other Adobe Tools will not be maintained. And for me it was the main power of Flash Catalyst.
    And knowing that, i think it is more easy for Apache community to create a new tool from scratch not linked to Adobe's tooling chain.
    It could be a Flex app!!
    For you information, the design view from Flash Builder has also been discontinued by Adobe. But in that case its a flex app incorporated in Flash Builder so theres good chances that Adobe will donate it to Apache community.
    So why not use the design view as a base for a Flash Catalyst like tool? by making it a standalone tool or designers.

  • Open source debugger for Flash, Flex and AIR

    As developers at De Monsters we weren’t totally happy
    with the current Flash, Flex or AIR debuggers out there. So we
    decided to create our own debugger called De MonsterDebugger. Today
    we’ve got a great new version that we want to share with the
    community for free.
    Interface
    screenshot
    De MonsterDebugger started out as an internal tool that
    helped us with the development of different ActionScript 3
    projects. The past several months we’ve been working on a new
    version of this internal tool. With this new version you can
    explore your live application, adjust properties and run methods
    all at runtime. You can trace objects of any type (String, Array,
    XML or even custom classes) to De MonsterDebugger and it will show
    the complete structure of that object in an easy-to-read tree
    structure. De MonsterDebugger is made with Adobe Flex and brought
    to the desktop with Adobe AIR.
    Because De MonsterDebugger isn’t our core business
    we’re giving it away for free! All the sourcecode is open
    source available under the GNU General Public license.
    Enough talking!
    Here’s all the information you need:
    http://www.demonsterdebugger.com
    Ferdi Koomen,
    Lead Developer @ De Monsters

    I have uploaded the zip file containing my code . If anybody is interested can download from this link .
    http://www.mediafire.com/?8mfesdczsuv
    Vinod

  • New free/open-source tool to encapsulate the OCI interface

    Hello,
    Here is a short presentation and a link to a new free tool available on soureceforge.net.
    This tool is a powerful "wrapper" to encapsulate the OCI interface:
    Introduction
    OCILIB is a free, open source and platform independant library, written in C, that access Oracle Databases.
    The OCILIB library :
    * Encapsulates OCI (Oracle Call Interface which is powerful but complex)
    * Hides OCI complexity
    * Proposes instead a simple, readable and reusable API
    * Offers up to 310 simple and straightforward APIs.
    Introduction
    Current version : 2.3.0 (2008-03-30)
    Main features
    * Data binding
    * Integrated smart define and fetch mecanisms
    * Full Unicode support on all platorms
    * Multi row fetching
    * Binding array Interface for fast and massive bulk operations
    * Reusable Statements
    * Connection Pooling
    * Global Transactions
    * Returning DML feature support
    * ROWIDs support
    * Named Types (Object types) support (User or Builtin)
    * Cursors
    * PL/SQL blocks
    * PL/SQL Ref cursors and Nested tables
    * LOB (BLOBs/ FILEs)
    * Supports lobs > 4Go
    * Long datatype (piecewise operations)
    * Provides "All in one" Formatted functions (printf's like)
    * Smallest possible memory usage
    * Date/time management
    * Timestamps and Intervals support
    * Error handling
    * Describe database schema objects
    * Access columns by index or name
    * Hash tables API
    * Portable Threads and mutexes API
    * Supports static / shared oracle linkage
    * Support runtime loading (no OCI libs required at compile / time)
    * Great performances (straight OCI encapsulation)
    Download
    Get OCILIB from OCILIB Project page at Sourceforge Website:
    http://orclib.sourceforge.net/
    Hope this would help some of you ;D
    Francois

    Don't give up just because there are other options out there.
    Adobe is only giving up the free tool for education purposes, or unemployed developer.  You didn't say if you were one of those.
    I believe over time there will be plenty of room for alternate IDE approaches that support the Flex Framework; and in fact there are quite a few options already out there.

  • Open Source tool(Jar) for multiple file/folder upload

    Hi experts,
    I would be obliged if anyone could kindly let me know some open source file/folder upload tools which can be used free of cost and source files of which could be edited and used for customization.
    Need to integrate this tool with a php site. I hope multiple folder/file upload tools are best developed and made available only in java.
    Please help with useful links to resources and valuable advices.
    Any help in this regard is well appreciated.
    Warm Regards,
    Anees

    Need to integrate this tool with a php site.
    Please help with useful links to resources andGoogle found this [http://jupload.sourceforge.net/]
    valuable advices.Try Google first before posting ;-)
    Thanks!

Maybe you are looking for