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


Similar Posts:


ActionScript 2.0 :: Create A Flash Xml Editor Based On Senocular's News Editor?

Oct 5, 2006

I'm trying to create a flash xml editor based on senocular's news editor but I am having some trouble getting the xml file to load. My xml file is structured as below[code]...

View 2 Replies

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

ActionScript 3.0 :: Designing Simple SWF Player Editor

Jun 28, 2011

I am developing a simple swf player. I have designed interface. It will have play, pause, previous, next and mute buttons.

View 2 Replies

ActionScript 3.0 :: Flash To PHP Web Based Text Editor?

Jan 14, 2011

i got a working flash text editor. It loads up a text file from a database and displays it in a dynamic textbox and allows you to edit it however you want and save it by sending variables to a php script which than saves the changes to the text file. It works great and when i download the tect file from the database it displays what i/anyone has saved. Only issue is when i refresh the page the text box is displaying what the text file used to say. i checked the database and thats not what the text file contains. =/ I have NO idea what would be causing this, as it loads the text file directly when the page is refreshed so it SHOULD display what the text files most recent contents are. any ideas? test it out at Simmpole(dot)com/flips/testtextsaver/tophp.swf

edit : i also tried making a button that forced flash to reload the text file and no luck.i also tried throwing the code that loads the text file in a ENTER_FRAME event and still no luck.

View 0 Replies

ActionScript 3.0 :: CSS Editor - Read The Code And Then Give The User One Simple UI?

Aug 2, 2009

how the editors work. Which will be the best way to read the code and then give the user one simple UI? I am thinking of using charCodeAt(num) == "{"? But would it be possible for me to read the code? give me example of how editors 'read' the data or point me some issues that i can look through.

View 2 Replies

Javascript :: Photoshop-like - Embeddable Web Based Image Editor?

Dec 7, 2009

[URL] The above wasn't really the answer that I was looking for. I'm looking for an online image editor which I can embed into my pages, so users can edit images and submit them. I'm fine with it being Flash or Canvas/JS, no Silverlight or Java . Should have these features, or close to: File upload for image or remote url fetch Layer-based like Photoshop Magic Wand/Pen/Pencil/Brush/etc Text editing Cropping tool

View 4 Replies

Flash :: Make Based Game Without Graphic Skills?

Oct 29, 2010

If I have a designer make the necessary graphics, what do I need to learn to make a flash based game?

I already understand the backend server work that would need to talk to the 'front end' part of the game i.e. how the flash game will make requests to the backend servers for storing/retrieving data in xml/json etc.

View 3 Replies

IDE :: Changing Hues Of A Tulip Graphic - Timeline Based

Mar 19, 2009

I am thinking about using a single tulip bitmap, but want to convey that the event being publicized has tulips of every hue. I want the tulip to change colors without user intervention.

View 4 Replies

ActionScript 3.0 :: Decreasing A Graphic Symbols Width By A Percentage Based On Two External Variables?

May 27, 2010

I am trying to decrease a graphic symbols width by a percentage based on two external variables.

Code:
var currentHealth:Number=70
var totalHealth:Number=70

[code].......

View 6 Replies

ActionScript 3.0 :: Call Getters And Setters From The Editor Without Using Static On The Editor?

Jan 13, 2011

my main class is Editor my sub class is a CustomTextField i need my Editor to keep track of what the active CustomTextField is, since there can be more than one. i want to have a variable, activeTextField:String to keep track of the active CustomTextField. i created getters and setters on editor to keep track of activeTextField. how do i call these getters and setters from the editor w/out using static getters and setters on the editor? this has to be confusing to read because i am utterly confused writing it...

View 1 Replies

ActionScript 2.0 :: Using External Editor - Why Better Than The Native Editor In Flash

Apr 24, 2007

Does anyone have any experience using external actionscript editors? I've given a brief look at SE|PY, but not sure why it's any better than the native editor in Flash.

View 1 Replies

Flash :: Technologies For Building Simple Web-based Games?

Nov 3, 2011

I want to make some really simple board games that be played in your browser. AFAIK, there are really only two technologies capable of doing this: HTML5 Canvas, and Flash. I think Flash is on it's way out, so I think I should start learning how to work with the canvas.

My questions: Are there any other competing technologies/technologies I should consider? If canvas is the way to go, where can I get started? I already know HTML, JavaScript, and jQuery. I'm mostly interested in learning how to draw basic shapes and detect click events on these shapes.

I'm not overly concerned about supporting old browsers. Obviously I'd like to reach as large an audience as possible, but... I think it's about time people start upgrading their browsers if they want to keep up with the rest of the world, and this isn't going to be the sort of site you [should] visit at work, so corporate policies don't apply.

View 4 Replies

Java :: Get Started On A Simple Physics Based Game (with Angle / Power)?

Nov 28, 2011

Basically there will be a club and a ball. You can control the power and angle to hit the ball. How do I go about implementing this? Is flash the easiest way to go? I want to implement this as a facebook game. Any game libraries specific to this I can use to quickly implement a basic version? I am comfortable with Java and PHP.

View 1 Replies

Flash :: Web Based Visual Programming Interface Based On Python For Data Visualization

Nov 4, 2011

I just discovered impure.com and was very impressed by what can be achieved in terms of visualizing data using their workspace. Although the platform is free to use, but not open source yet. This causes a few problems because the API section works with .com sites for eg. for ebay, so I cannot visualize ebay listings for regional sites such as ebay.in because the link to ebay.com is hardcoded.I searched around, but didn't find other projects that offer a similar way to work with site APIs and other data sources with the kind of user interface and detail that impure.com does in a realtime way within a browser window.This brings me to the questions:

-What technologies would be involved in creating a similar kind of project

-What are the open source tools that can help develop a fullscreen UI to render the workspace. Are there any alternatives to flash for this, and how do they compare

The goal would be to use standard python data structures, python scripts to do some processing on these data structures, scripts to gather data from csv, json and API sources such as google yahoo, wikipedia and flickr, and scripts to render graphs, tag clouds, network visualizations etc. Then bring them all together into a visual interface that supports drag drop and simple type checking.How would the python backend integrate with the UI.

View 1 Replies

ActionScript 3.0 :: Tile Based Game - Creating Multiple Sprites Based On Frames

Nov 17, 2009

I'm relatively new to AS3. There's one thing that I don't quite understand about Sprites. I'm making a tile based game, and all the tile graphics for a level are inside one movie clip in each frame. Would I be able to go about creating multiple sprites based on the frames in said movieclip's timeline I would I have to go through and make a separate library graphic for each.

View 2 Replies

Flash :: Event Based Based Video Player?

Jul 15, 2010

I need a flash based video player that is able to trigger events I can listen to via JavaScript. The events I need to listen to are:

The play button is pressed The pause button is pressed The video stops (is finished)

View 1 Replies

Professional :: Simple Sound Player - Visitor To Hear The Sound And Be Able To Apply Simple Controls?

Aug 1, 2011

Flash is not in my toolset, but I am an old Director jock and have spent some hours dipping my head into the Flash manual. I suppose that makes me a promising beginner-level poster. I'm working in CS5.

I need to make a simple Flash-based sound player for a website for a newly-released novel (http://www.bearriverbooks.com/index.html). I want the user to click on what appears to be an icon (or image), which kicks open a simple controller and starts playing a sound file (a radio interview, which I will probably export using Flash's voice compression). Nothing fancy. Just want the visitor to hear the sound and be able to apply simple controls (stop/start/rewind/volume).

I can learn ActionScript, I suppose, since I used to dream in Lingo, but my life would be a lot simpler if I could just publish a controller without having to roll my own. I'd like to think there's a magic button somewhere that can do this, but I haven't found it yet.

View 4 Replies

CS4 Motion Editor Never Available

Nov 4, 2009

I recently migrated from CS3 to CS4, and have a question about the "Motion Editor". In principle it sounds fantastic, but I can never get it to work on any of my fla files. The tab is there, but when I select a tween span in any of my files, the Motion Editor continues to say "to edit properties, select a tween span in the timeline or a tweened object in the document."Nothing I do can get the Motion Editor to show anything but this.

Is this because the Motion Editor works only on tweens in new fla files created in CS4? (My existing files were all created in CS3.) Very frustrating, as I would like to use this new feature. I tried to get it to work in a new CS4 file, creating a tween and going to the Motion Editor tab, but.

View 2 Replies

XML Editor UI In Flex?

Apr 27, 2011

I want to create an xml editor UI in flex.Basically I want to present the xml in a textarea.Users can then edit the xml and save it in database.Also,based on logged in user's privilege,the level of editing allowed varies.A normal user can edit the attribute values as well as node values,but not attribute names and node names.

[Code]...

Normal user can only edit id values('1','2','3'),country values('aaaa','aaaa6','aaaa4') and user names('XASD','XASQWED','XASDRQQ').But not node names('users','user') and attribute names('id','country').

I prefer to present the XML to the user as in an editor like interface and restrict editing there,rather than using a grid interface in which attribute names and values are listed in separate columns and enable editing for value column only.

View 2 Replies

CS4 / New Tweens / Motion Editor

Apr 28, 2010

I'm struggling through trying to learn the new tween system. Is it just me or did they completely NUKE workflow with this new system? Is there any way to copy and paste the property keyframes?I often have animations where things loop, so the last frame of the motion tween needs to be the same as the first frame. In the old days I would just select and copy multiple keyframes from frame 1 and paste them at the end. Done in 5 seconds. The only way I can find to do this now is to hand set every freaking property on every freaking keyframe of every freaking object.

View 1 Replies

CS3 The Motion Editor Is Not Working

Sep 2, 2010

"How do I get the motion editor to show easing controls"?

I've just made my first flash movie in flash cs4 and I wanted to add easing to the (classic) tweens I created. I tried selecting the first graphic, then I tried selecting the (classic) tween span, but each time I go into the motion editor it just says "To edit properties, select a tween span in the timeline or a tweened object in the document".

View 1 Replies

IDE :: Flash Text Editor?

Sep 21, 2010

Does anyone know of a free flash text editor. Something that I can put on my website to update the text without going into the flash file and reuploading.

View 1 Replies

ActionScript 2.0 :: Editor To Use For Scripting In It?

Nov 26, 2006

I was wondering if there is a good editor I could use for scripting in actionscript 3. I dont want to use flash 9 alpha or flex builder 2. Are there any other ones just for actionscript that yall can recommend?

View 14 Replies

IDE :: A Flash Text Editor

Mar 28, 2009

Does anyone know of a free flash text editor. Something that I can put on my website to update the text without going into the flash file and reuploading.

View 2 Replies

IDE :: Instance Names Given In The Editor?

Apr 26, 2009

I have two buttons, they're both movie clips, and have identical code except for their names. When I place one of each on the stage and give them instance names, they come up output:

[Code]...

View 1 Replies

IDE :: Scrubbing In Motion Editor?

Jun 30, 2009

iam new to Flash CS4 and for some reason i cant scrub the playhead when in the motion editor window? if i press on the playhead it only moves to next dot on motion timeline, like a snap motion.

View 1 Replies

ActionScript 3.0 :: Text Editor And SetTextFormat?

May 23, 2011

I created a text editor in AS3 to administer a site online, but i have a problem when i select a word, put it in bold, save the text and load it, all the text after this word becomes bold too. (to put a word in bold i select that world and use a button that turn this word in bold)Here is my code

Code:
var formatGlobal12:TextFormat = new TextFormat ("_serif", 12);
txt_references_springbok_fr.setTextFormat (formatGlobal12);

[code].....

View 2 Replies

ActionScript 3.0 :: Customize Key Bindings In Editor?

Aug 2, 2009

I am learning Flash CS4, and I would love to be able to customize the key bindings in the ActionScript editor. Ideally I'd like to be able to use Emacs bindings (e.g. CTRL-n to go to next line, CTRL-a to go to beginning of line, etc.), but I don't see any way to set this kind of information. As powerful as I am finding Flash, I am a bit surprised at the limitations of the editor.

View 2 Replies

Playhead Not Functional In Motion Editor?

Sep 4, 2009

The playhead in Motion Editor doesn't work and I'm seeing in tutorials.I can't scrub it along the timeline.When I pick a keyframe point it doesn't appear there unless I change the value of that point. If I then click on the playhead rectangle, the playhead disappears (actually it appears to jump to the first frame where it's half visible and can't be moved).I was playing with the motion editor interface trying to better define the problem and I figured out what's wrong.

The Motion Editor values for graph size, expanded graph size, and viewable frames were unusable in their default settings. In particular, viewable frames were set to 1 by default. As I increased the value the playhead started to function. I can't set a value higher than 117. I've maxed-out the graph size setting at 180 (300" wide format display) and the expanded graph size at 200.

View 3 Replies







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