Javascript :: Flex Graphic Editor / Samples Open Source Projects

Feb 2, 2012

I need to create an application, the main срфддутпу will be to work with graphics. The application will contain the basic operations with geometric shapes and creating your own shapes.When creating, I would like to rely on ready-made examples of graphic editors. To do this, I'm looking for examples of open source projects.

View 1 Replies


Similar Posts:


Open Source Flex (Flash) Visualization Projects

Feb 11, 2011

I'm currently researching Flex visualization components for demoing purposes and am wondering if anyone in the community has had success building on top of any current open source projects. I'm currently looking at axiis but am wondering if anyone has found anything similar that worked well for building custom visualization components? I've found some stuff hosted on Google code but haven't found anything very mature yet.

View 1 Replies

Flex :: List Of Active Open Source Projects Built By Adobe AIR?

Feb 17, 2011

Could someone share list of active and popular open source Rich Internet Applications or desktop application (not library or framework) that are built by Adobe AIR/Flex? The popularity and quality I am looking for are something like Azureus/Vuze (Java), XBMC etc. [url]...

View 3 Replies

Actionscript :: Open Source Flex Mxml Table Creator And Editor?

Jan 29, 2010

I'm searching for at least simple Open Source Flex mxml actionscript Table creator and editor?

I need it to be able to create simple tables and generate some text (xml or HTML ) representation of thair contents

View 1 Replies

Flex :: Remote Source Control For Personal Projects

Dec 4, 2009

source control on personal Flex projects, and what eclipse plug-ins are available for these source control services? I'd like to add some personal projects to source control when they are ready.

View 1 Replies

JavaScript :: Open Source / Commercial Web Video Player?

Oct 24, 2010

I'm basically looking for something that can play/stream a variety of formats if possible (or if not, to have an easy way for non-technies to convert them to the desired format). I'm also looking for something easy to setup - like including a javascript tag at the top of the page and then perhaps using a div, or just 1 line of script code to make it work. If it's flash, then have to be simple to setup too.

View 2 Replies

Javascript :: Free Open Source In-browser Image Editors?

Feb 17, 2010

I'm looking for a in-browser image editing solution to integrate with my project: [URL].. I got it working with Pixlr quite easily and the editor is fantastic .. however it's a hosted service, which means I must be connected to Internet for it to work ..

Is there any other solution like Pixlr but that are not hosted service ?

[Code]...

View 2 Replies

Javascript :: Free Web Based Open Source Flash Player?

Aug 30, 2010

I need to find a flash video player that is free and open source. I love flowplayer and jwplayer but we fit into their most expensive licenses. It will cost us over $1400 to license flowplayer for our use. We don't have that right now.

I just need a flash player with a basic javascript api that is truly free. I have been googling for hours and nothing so far.

It would be a huge plus if someone knows of a chromeless youtube player that uses the youtube as3 api. I don't have time right now to code an entire chromeless player complete with all the controls and a progress bar.

View 2 Replies

Flex :: Could Not Open The Editor : Assertion Failed?

Dec 3, 2009

when i open .mxml flex file in eclipse it gives error, Could not open the editor: Assertion failed:

View 7 Replies

Flex :: Open With Default Editor And Wait To Be Closed

Mar 25, 2011

we're developing an app that should be able to open specified file with default editor application. (so if it is .doc - it suppose to be opened by MSWord or openOffice)

But I also need to wait until user will close the editor, check if it was changed (by size and date), and upload it to the server.

So the following steps:

1) find def editor

2) open file

3) wait it be closed

4) do smth after that with the file.

now results of my research:
-> opening by def editor is simple: file.openWithDefaultApplication();

but there is no way to know that editor is closed (maybe by checking that file is not locked in timer???)

-> i can start the native process and pass file as parameter BUT looks like the code NativeApplication.nativeApplication.getDefaultApplication(file.extension); does not work for any extension :( - it doesnt work for "rtf", "doc" but works for "pdf"... and [file.openWithDefaultApplication()] works fine with any file!

View 2 Replies

Javascript :: Image Editor Component In Flex?

Sep 12, 2009

I'm looking for a simple Flex or JavaScript based image editing component which can be embedded in a web application. It shouldn't be a web service but rather a component that I can download and customize (i18n etc.).I only need some basic features: most important is cropping, optional features would be rotating and adjusting brightness/contrast

View 4 Replies

Javascript :: Embedded A HTML-enabled Editor On Top Of Flex Web Application?

May 11, 2010

How do I embedded a HTML-enabled javascript editor on top of Flex web application? FCKEditor is not free but any free editor with basic toolbar will do?

View 1 Replies

ActionScript 3.0 :: Convert Flash Projects Using Flex Projects?

Sep 6, 2010

I am going to build chart application with Flash Professional CS5 using AS3.0.Is there any possibility to convert this Flash application into Flex by creating movieclips and symbols in runtime in flex.How to do it.

View 1 Replies

Flex :: Air - Get The Parent Of A Custom Grid Column Filter Editor And Open A Popup Window?

Jan 31, 2012

I am trying to figure out how to open a pop up window in my Air application, in a secondary Window, instead of the main application window.I am using the ReusableFX components, which include a custom DataGrid with filtering and other capabilities. The filtering feature displays a pop up window via PopUpManager when you click on the top of a column in the grid.

PopUpManager.addPopUp(this, FlexGlobals.topLevelApplication as DisplayObject);

The problem is that the pop up window opens in the main application - I am assuming because of the 'topLevelApplication' reference.So, I need a way to open this window in the current Air "s:Window". I am assuming I need a way to walk up : this.parent.parent or this.owner.owner - though I have tried that and it did not seem to work (it said null reference).OR, is there a way to get the current top most window / component (NOT the main application / window)?

Update:I decided to create a new project for the component, and add in the Air libraries. Now I am able to access the "NativeApplication.nativeApplication.activeWindow" call. That gives me the correct Air window. However, it does not seem to be working:

PopUpManager.addPopUp(this, NativeApplication.nativeApplication.activeWindow as DisplayObject);

My popup does not appear. I am assuming because "activeWindow" is not actually a DisplayObject?(so how do I get the DisplayObject if that's the case?)

View 1 Replies

Flex :: DTD Flash Open Source Engine?

Nov 19, 2009

DTD flash flex action script open source engine?I need some open source engine for creating some games like Desktop Tower Defense games

View 1 Replies

Flex :: Open Source Video Playe?

Dec 14, 2009

That has all the basic functionality like play, pause, stop, forward, rewind, and volume controls?

View 6 Replies

Flex :: Open Source Alternatives To Builder?

Mar 15, 2010

Are there any open source (read free) alternatives to Flex Builder? I do not qualify for their student waiver (sad)

View 4 Replies

ActionScript 3.0 :: Web Based Simple Graphic Editor?

Feb 26, 2011

I am currently working on a flash project which is a online business card designer. Basically there are very basic things that users can do in it. Such as add text, draw simple shapes and add preloaded vector art into the canvas area. At the moment all that works well, apart from making them scale. Can anyone guide me to a good learning resource or may be enlighten me on how do I do this properly? What I'm looking for is when the user clicks on an already added object in the canvas a bounding box should appear around it with handles to scale that object.

View 2 Replies

Flex :: Open Source Lib For Audio Based Generative Art ?

Nov 13, 2009

I need Open source lib for Audio based generative art (Flash/Action Script)Something like or easier than Very Interactive People example

Something more strictly formatted and more 2d than Mr.Doobs examples

View 1 Replies

Java :: How To Start Using Flex In Eclipse (Open Source Way)

Jan 13, 2011

I would like to know how to build a flex based flash file and handle it through java but the open-source way. I would like to learn using flex to develop webpages. Is there any way to implement it using eclipse IDE.

View 3 Replies

ActionScript 3.0 :: Open Source Debugger For Flash, Flex And AIR?

Feb 4, 2009

As developers at De Monsters we werent totally happy with the current Flash, Flex or AIR debuggers out there. So we decided to create our own debugger called De MonsterDebugger. Today weve got a great new version that we want to share with the community for free.

[Code]...

View 9 Replies

Flex :: Open Source Phpmyadmin Flash User Interface?

Jan 30, 2010

is out there any Open Source phpmyadmin flash user intrface?

View 1 Replies

Flex :: Library :: Open Source Calendar / Enhanced DateChoose

Jun 14, 2010

I currently use iLog Elixir calendar component, and I am not entirely happy. It is buggy, support sucks and I can't play around with the source.well maintain flex library project which has a decent calendar / date chooser component?

View 3 Replies

Flash :: Open Source Flex Time-series Charts

Jun 16, 2011

Can anyone suggest an open-sourced time-series chart created using flex??(With functionalities like the one on google/yahoo finance??)Googling gives a lot of unnecessary data,

View 1 Replies

ActionScript 2.0 :: Source: Rich Text Editor?

Mar 2, 2007

I've created an Rich Text Editor witch is free to download at [URL]

Some features:

Load / Edit / Save and Preview articlesAdd / Upload imagesUndo / RedoBasic layoutAdding linksTell me what you think of it.

View 1 Replies

Adobe Flex 2 Projects With Same Class Share That Class Between The Two Projects?

Dec 24, 2009

i have several flash projects and i have common classes. is there a way to share these classes between the project so i won't need to copy it to all the project when ever i modify something?

View 2 Replies

IDE :: Resizing_Centering Kirupa Tutorial - Source File Won't Open - Get The Message "failed To Open Document"?

Nov 3, 2009

I'm having problems getting the tutorial to work so I decided to look at the source fla. But the Source file won't open on my computer, get the message "failed to open document".

View 3 Replies

Photoshop As Primary Editor - Open Images For Editing?

Jun 29, 2009

I have Flash CS4 and whenever I right-click on an image to select "Edit with..." I get that annoying Micro$oft photo editor. Where do I change this so it will open images in Photoshop for editing?

View 4 Replies

Javascript :: Self-hosted Online Photo Editor?

Dec 6, 2009

I am looking for an online photo editor like url...) or picnik.com/info/api (Flash) but I need one that I can host on my own server.. been searching for a while but no results..I also love the idea behind url... but its so expensive.

View 4 Replies

Javascript :: Embeddable WYSIWYG Equation Editor

Sep 15, 2011

do you know of a WYSIWYG equation editor, like DragMath, implemented in javascript/mathml or Flash? I could embed DragMath as well, but I was wondering if there's a way to have a good WYSIWYG formula editor without requiring the users to run a Java applet.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved