Flex :: Developing A Paint Application In Adobe Flash Builder?

Dec 1, 2010

some good resource for getting started with Graphics API in adobe flash builder

View 3 Replies


Similar Posts:


Windows :: Flash - Developing App Similar To Microsoft Paint

Mar 7, 2012

I want to develop an Application similar to Paint in windows where I have a main window ( let's say window1) where something can be drawn. And a small object window(let's say window 2) which will contain objects each will represent a particular pattern of graph(Like i have one pattern where i can draw a pie chart or a simple graph etc etc). When I drag and drop any object from Window2 to Window1 that particular pattern is automatically drawn on window 1. How can I do this?

View 1 Replies

Flex :: Developing Resolution Independent Web Application?

Nov 30, 2010

I checked this link Flex Cross Resolution Applications and it did Infact,the display varies from browser to browser, (for eg. chrome vs ie8) Chrome has bigger browser window. How to develop flex applications in this case ? I am using values in percentages.However,panel which displays properly in IE8, appears big in chrome with text and buttons having same size. How to solve this problem

View 1 Replies

Flex :: Adobe - Create A SWF WITHOUT Using Flash Builder?

Dec 6, 2011

if I can create a SWF in Flex WITHOUT using Flash Builder ?

View 4 Replies

Flash :: Iphone - Developing IOS Apps Using Adobe Cs5?

Mar 25, 2012

I remember that I've heard about a flash cs5 feature which lets the developers export their project to iphone (.ipa file) and pretty much make games for the iphone using actionscript 3, Is that really possible to do? I've also heard that now in order to develop games for the iphone I could use the adobe AIR I have no idea what or where to go to start, if it's really possible to do so with Flash CS5 then I'd get it

View 1 Replies

Flash :: Flex - Builder 4.5 Won't Run Application

Jan 30, 2012

I was running my application from Flash Builder 4.5.1 without any issues. (It is a Flex application that connects to .Net Web Services). However, something has changed recently in my configuration or project, because when I try to run the app with the play or debug button, I just get a grey screen. I can't even stop on any breakpoints. Eventually (maybe 30 seconds), a message pops up like so: 'The Flash Builer failed to connect to the running application. Please make sure that you are running the debug version of Flash Player...'

[Code]...

View 2 Replies

ActionScript 2.0 :: Paint Application In Flash?

Aug 25, 2009

paint application in actionscript 2.0, and even i have to give an option to save the artwork, and i to gice pen tool option in paint also,

View 0 Replies

Flash :: Flex - Adobe Builder (flex4): AddChild() Is Not Available In Class

Jan 7, 2010

I want to load an swf into a flex 4 application in order to use its classes.

[Code]...

I receive the error: Error: addChild() is not available in this class. Instead, use addElement() or modify the skin, if you have one. at

[Code]...

View 4 Replies

Flex :: Clear Or Reset The Preferences For Adobe Flash Builder?

Jan 17, 2011

I am using Flash builder 4 to both build and manage (via cvs) projects. In recent days my designer has been having trouble committing to CVS, leaving a project blocked. I have troubleshooted troubleshot tested CVS and it is working fine (others can commit and retrieve without a hitch).

in an effort to start from scratch - I have removed the flash builder application (dragging it to the trash, its a Mac) as well as using the uninstaller (which does not work as well as I would have thought), but on reinstall - all preferences are still there - CVS connection and all.

is there a file or set of files I can delete to reset all of the prefs for Flash Builder (built on eclipse if that helps)?

View 1 Replies

Actionscript 3 :: Developing A Download Manager In Adobe AIR Using Flash CS4?

Aug 9, 2010

I want to develop an AIR application that will let users of my website download multiple files in a single process. My database stores details of all the files uploaded by a user so I want them to be able to simply choose a location on local disk then download all files they have uploaded to this location.

Are there any good tutorials or source code examples for a simple yet effective AIR download manager developed using Flash CS4. I have come across a Flex based tutorial, so how would I go about using this to develop it in Flash?

View 2 Replies

Flex :: Flash Builder - More Than One TitleWindow In An Application?

Mar 30, 2011

I'm a GIS Analyst that was moved to an Analyst Programmer position. This has been a hard transition for me as I don't have much of a programming background, but I was thrown into it. 'm working on a Flex app inside a jsp page. Essentially it is a grid 3x2 that has images and text. What I am trying to do is have more than one titleWindow reference in this page, so that when an image is clicked a titleWindow is opened. (If anyone has a better idea, especially if it has to do with a hover I am very open to that!) Currently I have it working for one image. However, when I try to add a second function it errors on me. "Error 1021: Duplicate function definition" Below is the entire code for the main page that calls up the titleWindow. The code below is what gives the Error 1021.

<?xml version="1.0" encoding="utf-8"?>
<![CDATA[
import flash.geom.Point;

[code]....

View 1 Replies

ActionScript 3.0 :: Create MS Paint Like Application In Flash?

May 30, 2010

I am creating a MS paint like application in flash.... for this i have taken a movie clip named board.....nd i am allowing to draw different shapes in it through drawing API. But i want to create a bucket tool so that when user click in the shape drawn in movie clip (through addchild()). The color of that shape should change..

View 5 Replies

Flash :: Decrypting An AES Encryted Column In Mysql And Adobe Flex Builder?

May 19, 2010

How do i decrypt an aes encryted column when using flash/flex to display the table data? adobe flex connected using php connection class to mysql

for php, we would use aes_decrypt() however i am not sure how i can get flex to do this.

View 1 Replies

Flex :: Control Column Charts With A Slider In Adobe Flash Builder?

May 24, 2011

I have created Columnchart in Adobe Flash Builder.

Now I want to control that column chart with Slider. I want to change the column chart according to value of the slider.

View 1 Replies

Flash - Application Compiled By Flex Builder 3 Does Not Trace

Feb 2, 2010

I've built a simple application in Flex Builder 3 with some trace() calls. It's an "ActionScript Project", no MXML or AIR involved. I don't run the app from within Eclipse, I just open the generated html file with Firefox.

I'm using the Flash Player 10 Debug version. I've correctly set mm.cnf to log trace output, following the official instructions. A flashlog.txt file is generate in the appropriate location.

Despite all that, trace output is not shown in the log file. What am I doing wrong?

(I suspect it's a compiler option, but I can find no such option in the project options in FlexBuilder)

(If I do run the app from Eclipse, by pressing F11, I can see trace output but only inside Eclipse, not in the log file)

View 3 Replies

Flex :: Flash Builder - Extending PopUpButton And Using It In A 4 Web Application?

Mar 16, 2012

In my Flex 4.6 web application I use mainly spark components, but there is also an mx-component - a PopUpButton extended by me (the source code is below).Users report problems with that button, but I can't reproduce any - since weeks.

I've tried replacing mx:Menu attached to it by a s:List but it hasn't changed anything. I suspect there is a "null pointer exception" or some other failure, that I don't hit when testing myself...

My question is: why does Flash Builder reports warning about my custom button as if its methods would be private or not present?

My main App.mxml:

<?xml version="1.0" encoding="utf-8"?>
<s:Application
xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"

[code]....

View 1 Replies

Actionscript 3 :: Developing Flash Application Using IntelliJ?

Oct 16, 2011

I know that IntelliJ makes it really easy for you to develop and start a FLEX project. However, I am wondering if there is a way to do the same with Flash App Development. I do not need the MXML file and other things that come with Flex. I just want to be able to start a Flash project like I would in Flash CS5 and be able to run the .swf file from IntellIJ. Not having the UI tools is not a concern to me.

Is there a way to do this. Are there ways to achieve this?

View 1 Replies

Flash :: Set The Size Of SWF-application In ActionScript Project (Flex Builder 3)?

Mar 17, 2010

I need to set the size of SWF up to 800x600. But i don't know where can i change this property. There was an idea to change stage width and heigth, but nothing happened=(

View 1 Replies

Flex :: FLash Builder 4 Debug Application Using The Same Html File?

Dec 8, 2010

I have an html file which I want to use every time I debug my flex application. I don't want an new html file to be generated every time. How can I do this?

View 1 Replies

Flex :: Make A Word File (.doc) From Flash Builder (air Application)?

May 10, 2011

How can I make a word file (.doc) from flash builder (air application)? Is there any library to do that?

View 1 Replies

Ios :: (iPad) Application On Flex / Flash Builder 4.5 - SplitView Component?

Sep 8, 2011

I'm new to developing iOS applications and my school gave me approximately 5 months to develop an iPad application. I have no knowledge or practice on Objective C so since Flash Builder 4.5 allows the development of mobile applications (and I have experiences with Flash Builder), I decided to develop my application on Flash Builder instead.

Everything is going fine until I was told to include a SplitView in my application. I implemented a List on the left side of the application. Clicking on any of the list items will navigate the user to a to another view but i also included and retained the list on the left side of the new view in order to simulate a "SplitView".

Initially it felt as though it will do the job of a SplitView like how it does when I attempted it on XCODE but it doesn't look or feel natural. I found this video which shows that it is possible to create a SplitView on FB but I've cracked my brains and I really can't figure out how it is done.

[Code]....

View 2 Replies

ActionScript 2.0 :: Create Paint Application / Sketch Book In Flash?

Mar 27, 2007

I want to create an paint application or sketch book in flash. But finally the design should get saved for perticular user. need to store it in database.

Can i send Movieclip to PHP? Will i able to retrive that movieclip again to show what user has saved.

View 4 Replies

Flex :: Adobe Flash Builder: Make A Function To Play Embedded Video Starting From One Second And Ending In Another?

Apr 16, 2010

Adobe Flash Builder: How to make a function to play video starting from one second and ending in another? So I havein MXML simple video player tag. I need some function to play that video from second X to second Y and pause it. How to do such thing?BTW: we asume file is embeded into SWF.

View 1 Replies

Actionscript 3 :: Flex: Adobe Flash Builder With MXML: HTML Progressive Streaming Doesn't Work

May 7, 2011

I am using progressive streaming with VideoDisplay, the HTTP URL provided gets buffered completely even if I have configured it to start playing the video when the buffering reaches 20%, the trace message shows that the playing started(using mozilla /Flashbug+Firebug), but it doesnot show the video till the buffercounter reaches 100% How can I get the video stream to play at the 20% of stream.Code Segment where the check takes place

var loadedPct:uint = Math.round(100 * (event.bytesLoaded / event.bytesTotal));
trace('waiting...');
mainVideoCanvas.addChild(LoadingImage);
VidLoadingLabel2.text = loadedPct.toString();

[code].....

View 1 Replies

Flex :: Adobe AIR Application To Receive Back Events From Native Windows Application?

Oct 8, 2010

I'm trying to develop a simple mxml Flex application to start Skype from the AIR/Flashplayer runtime. Is it possible to get back events from a native Windows application? In the simple example of Skype, the OS returns control to the Flex app when Skype exits. But what about native applications which have their own event model and wants to communicate with the Flex event model. For example, a Face detection system which shows "Hello" on a Flex app when the camera detects a face. Can this be done in the current Flex framework?

View 1 Replies

Actionscript 3 :: Resizing Container On Resize Of Application Window In Adobe Flex/AIR Application?

Mar 4, 2011

I am working on an Adobe AIR Application. The size on Application window is 800X600 and is contains border container and border container contains many controls. What I want is to if user re-sizes the application then that container should also be re-sized according to scale. i.e If user maximizes or minimizes the window then that border container should also be maximized or minimized respectively.

View 3 Replies

Ios :: Embed Adobe Air / Flex Application Inside A Standard Application

Aug 29, 2011

I have a native (Obj-C, standard Xcode project) application and I'd like to integrate a partners iOS application (or specifically, it's functionality) into it as just another view in my application. The problem is that their application is a Flex/Air app. I really don't understand the Adobe compilation process on how it gets from a bunch of flex code down to an IPA. I don't see intermediate projects, shared objects, etc on the disk to produce that IPA. It looks like it doesn't rely on the Apple tool chain... as I understand it, you can produce the IPA on Windows as well. Is there any way to build that Flex app in such a way that I can import it into Xcode so I can link against it and use it as a library from within my application? While I specifically used iOS as an example since that is the most important platform, we'll want to apply this solution to our respective Android and Blackberry 6 apps as well.

View 1 Replies

Flex :: Flash - Adobe Air (Html) Application Architecture?

Feb 15, 2006

have no experience in Adobe Air/Flex and wanna know, Are there some principles(design patterns) for develop Adobe Air/Flex applicati

View 4 Replies

Flex :: Make Yahoo ASTRA Autocompletemanager Pop Out Last Inputed Into It Value On Application Creation (Flash Builder - Mxml)?

Nov 14, 2010

So yahoo astra has grate compohent for saving inputed data. They show examples of how to use it. But I had not found one capable to solve my current problem. For example user inputed his name. It is saved, but when he comes again he always needs to input at least first latter of his name. so I wonder - how to make Yahoo astra autocompletemanager component to pop up last inputed into it value on application creation complete?

[Code]...

View 1 Replies

Actionscript 3 :: Using Events Vs. Directly Calling Parent Application Function From A Child In Flex / Flash Builder

Jun 21, 2011

If I need to call a specific function in the parent application from a child in a flex project, what's the best practice for this? Would it be to dispatch a custom event from the child and have a listener call that function? Or to directly call the function with FlexGlobals.topLevelApplication?

View 1 Replies







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