User Interface - What Does A Web Designer Need To Migrate To Flex Quickly

Mar 12, 2011

What does a web designer need to migrate to Flex quickly? A: tell me how I can get good fast B: tell me why it would be unrealistic to learn Flex quickly I want here both sides of it.

TELL ME WHAT I NEED
- Projects I need to complete in Flex
- Tutorials
- Key concepts
- Other technologies in a nutshell (webservices, SOAP, AJAX, HTML5 etc.)

[code].....

This Flex reference should include everything needed for beginning Adobe Flash Builder 4

View 1 Replies


Similar Posts:


User Interface - Flex Give Yes/No Box For Checkbox Deselect?

Nov 21, 2011

I want to show the user a confirmation box when they deselect a checkbox. My code works although I think it is a bit of a hack. I listen to the checkbox click and then show the alert. Depending on the result I then set the checkbox to be checked again.

My code is

<?xml version="1.0"?>
<s:NavigatorContent xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" >
<fx:Script><![CDATA[

[code]....

the code is specific to cb1 and cannot be reused for other checkboxes the checkbox is deselected when the alert shows. Then when the user clicks no the checkbox is selected again. stop the uncheck event if the user clicks no on the alert box. Is it possible to intercept this in Flex?

View 1 Replies

Flex :: User Interface - Change A PopupButton Into A Regular Button?

Aug 20, 2009

I have a PopUpButton that only contains 2 actions. Both actions are complete opposites of each other and switches a boolean property on an object from true to false or false to true. To avoid redundancy, I've only displaying one action at a time. So, if the property is true, the action to change it to true is not shown.

If my PopUp menu has a single option, I would like to remove the menu from being shown and basically revert the PopUpButton to act and look like a regular button. So far, I haven't really found a good way to do that in ActionScript without adding, removing or modifying styles for the button.

Is there a nice way to simply tell the button to hide the PopUp toggle? PS: In my specific example, YES it might be easier if I just used a toggle button. However, I want to reuse this button when dealing with an Array of objects. If I have more than one, the property could be true and false at the same time. In that case, I want to show the menu so they can choose what option to set all the object's properties to.

View 1 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 :: User Interface - Accessing Child Through Navigating The Hierarchy?

May 24, 2011

I have a generic function to build rows of controls (each row comprising of sliders, radio buttons, reset buttons, text display) etc, and some functionality to change underlying data based on these

As I didn't want to write specific code for each row, I had code written by which I can detect the row on which there has been a mouseevent, and though the row access each individual control

[Code]...

View 2 Replies

Flex :: User Interface - Title Window Goes Out Of Accessible Area?

Jul 2, 2011

I have a strange issue- I use a title window to create a message to the user. The user has the ability to move the title window around the screen so that the main screen is visible.However if the user were to move the title window way too much, it can actually go outside the browser accessible area- the user has no option but to close the browser and start again. How do we ensure that the title window movement is limited, such that the title bar is always available for control?

I might not have worded this right- pls check the attached image.

View 2 Replies

Flex :: User Interface - Spark Datagrid And Word Wrapping

Nov 18, 2011

I would like to have a spark datagrid that wordwraps all rows where relevant. At the moment it appears like the width of a cell is dependent on the contents of the first row and then subsequent rows are word wrapped. For example:

[Code].....

How can I get the datagrid to dynamically resize to 100% of the container width and for wordwrapping to happen on all rows? (not just rows after row 1)

View 1 Replies

ActionScript 3.0 :: Show Msg To User Based On How Quickly Game Completed

Sep 3, 2011

I've developed a game that records how long it took to complete the game. At the end of the game it shows the user how long it too to complete. I want to be able display message to the user depending on how quickly they took to complete the game. I have set up a dynamic text box called "message" that will display the message, but I am struggling to figure out the syntax for :

If gametime is less than 60 secs then message = "well done thats very quick"
If gametime is between 60 and 80 secs then message = "Not bad at all"
If gametime is between 81 and 100 secs then message = "Its good but not good enough"
If gametime is between 101 and 120 secs then message = "You can do better than that!"
If gametime is between 121 and 140 secs then message = "Too slow, you need to practice"
If gametime is greater than 140 then message = "Did you fall asleep?"

View 3 Replies

Flex :: Give MS Word Like Interface To User To Expand Or Contract Display Object's Like Canvas, Images

Dec 9, 2009

How to give a ms word like interface to a user so that he can enlarge and contract the display objects like Images, canvas, Hrules etc. at runtime in an web application?

View 1 Replies

Flex :: Web Based Process Or Workflow Designer Software?

Aug 3, 2010

suggest a tool or component to integrate with web based application with a workflow or business process designer ...

View 2 Replies

Mysql :: Migrate A Preexisting Flex/Java/Hibernate/MySQL App Onto A CD For Portable Distro?

Feb 2, 2011

I have a typical Flex-based application that was written to use a Java/Hibernate/MySQL backend. The client changed the requirements - now they want to distribute it on a CD where the user can just run the app without any installation or a network connection.

To do this, I certainly need to eliminate the web server and the database server and adapt my application (with as few changes as possible, of course) to a stand-alone application that will fit on a CD/DVD. I've managed to export the data to XML and read it into Flex, but I'm wondering if there's a way to recreate the Hibernate data structures in Flex so I could change as little code as possible. Failing that, is there any way to keep the existing Java/Hibernate external to the Flex code but retrievable without installing Apache Tomcat or MySQL?

View 3 Replies

ActionScript 3.0 :: Any Good User Interface Libraries

Aug 2, 2011

Do you know any good User Interface libraries for ActionScript? And I'm not interested in Flex: it's big and you can't customize anything at it except for colors and fonts which I don't care about.I am looking for a decent UI library which is good for game development: custom shaped buttons, stuff like that. More customization that Flex ever had that is.

View 7 Replies

Java - User Interface With Animation And Effects?

Jan 9, 2012

I want to program a language learning Program for kids. I want it to have animations, quizzes with drag and drop and a lot of graphic effects. i want to know which language is good for client side and which is good for desktop application. I am programming with java.

View 1 Replies

IDE :: Dragging MovieClip To Stage From User Interface?

Oct 8, 2009

What is the difference between dragging a movieClip to stage from the user interface and inserting it from code? What I mean is....I noticed that if I drag a movie clip from the library to the stage, give it an instance name ('xx'), I can access it from code using "this.xx". However, if I add the movieClip from code using:

var ch = new MovieClip();
ch.name = 'xx';
addChild(ch);
I cannot access it using this.xx, but I have to access it using this.getChildByName('xx');

View 2 Replies

Unable To Locate Component In The User Interface Library?

Jun 23, 2009

I am unable to locate this component in the user interface library, every other component is listed but this one.
 
Is this a new you must roll your own from the list component and create it?
 
PS I just noticed the Alert component is missing too.

View 3 Replies

Professional :: Question Regarding User Interface Text Size?

Aug 9, 2010

I'm doing a trial of the CS5 applications and I cannot seem to find out to increase the size of the font on my user interface.  I'm finding the default font size to be too small to work effectively and find the commands I need.  I've tried Edit->Preferences which is where one typically finds this type of interface option; however, I do not see any way to do this. I've tried adjusting my screen resolution and screen font size and while this affects every other application on my screen, it does not affect Flash Professional.

View 4 Replies

ActionScript 2.0 :: Change Codes To Suit User Interface?

Jun 22, 2006

instead of setting the intervals, i want to change it into something like adding a textbox for users to enter the intervals. and i also want to try to change the codes so that only when the user click, then the arrow would move. so its two separate favors.... 1.adding textbox.... 2.using onMouseDown function to move the arrow.

var targetIndex:Number = 1;
//var xValues:Array = [100,200,220,300,330,370];
//var yValues:Array = [100,150,220,300,310,400];
var tarArray:Array = [[0,0], [10,10], [100,100], [200,150], [220,220], [300,300], [330,310], [370,400]];

[code]....

View 2 Replies

ActionScript 2.0 :: How To Create Sophisticated User Interface / Menu

Nov 25, 2006

I am looking for a tutorial on creating a sophisticated user interface/menu. Here's a reference: [Code] - I am aware its done in swish but I want to be able to do it in Flash 8. What I've accomplished so far is to create a rollOver and rollOut effects wherein rollOut reverses the movie clip back to its first frame. I was also able to add an 'on release' script where it will play an external movie clip...

This are the AS that I've done so far:
1. I placed this AS on the MC (instance name bam) that has the rollover and rollout effect tween.
onClipEvent (enterFrame) {
if (reverse) {
this.prevFrame();
}}

2. I placed this AS on the invisible button I placed on top of the MC
on (rollOver) {
bam.reverse=false;
bam.play();
} on (rollOut) {
bam.reverse=true;
} on (release) {
_root.bampics.gotoAndPlay(2);
}

View 1 Replies

ActionScript 3.0 :: Flash & Create User Interface For Crestron System

Aug 30, 2009

I'd like to know if someone of you guys has any experience in using Flash (and AS 3.0) to create user interface for Crestron system. I'm experiencing few problems with the management of feedback join

View 2 Replies

Professional :: Customize In Flash: Components> User Interface> Button?

May 31, 2010

Flash Componants> User Interface> ButtonHow to cusomize components?The button works, but where is the code that is making it work?

View 2 Replies

User Interface - Continuous Flash Music Player While Navigating Site

Jun 16, 2010

I have a site that includes a Flash music player integrated into the layout. I want users to be able to navigate around the site without interrupting the music. I've done plenty of research and thinking and the following are the options I came up with (keeping in mind I want to be as SEO friendly as possible).

AJAX: I set up a version that changes the main content div to whatever nav link they click, thereby not interrupting the Flash player. I set it up in the proper search-engine-friendly manner with direct links and JQuery/Ajax functions. If someone goes to site.com/ and clicks the Contact nav link, it loads what's in the main content div on site.com/contact.php into the main content div and changes the URL bar to site.com/#Contact. The same goes for if they go to site.com/contact.php and click About in the nav, it loads the About content and changes the URL bar to site.com/contact.php#About. Obviously this opens up a whole new can of worms with AJAX and hash navigation/history issues, and I would end up with people possibly linking to things like site.com/contact.php#About (which I think looks terrible and can't be too great for SEO). Store the Flash player vars somewhere and reload them with the page: I'm not sure how to go about this, but I thought about keeping my regular navigation without AJAX and have it so when a user clicks a nav link, before it changes pages it stores the Flash player vars (current song and song position) somewhere, then loads them into Flash when the new page loads. Something with an iframe? Good alternative to a Flash player that will work for this type of application?

View 4 Replies

ActionScript 2.0 :: Setup An Interface Where An Event Is Triggered By The User Pressing A Key On The Keyboard?

Jan 10, 2007

I'm trying to setup an interface where an event is triggered by the user pressing a key on the keyboard. So far I have the following code in a button on the stage:

Code:
on (keyPress "a"){
trace("you pressed a")
}
on (keyPress "b"){

[code]...

Which works fine. I was wondering if there was a way to either remove the case sensitive properties of the keypress action, or to force the keyboard to return a caps lock or something. The only way I can think of doing it so far would be something like this:

Code:
on (keyPress "a"){
trace("you pressed a")
}
on (keyPress "A"){

[code]...

Which obviously will double the amount of code needed - especially as the event for a small c and a capital C would be the same.

View 12 Replies

Way To Migrate From AS2 To AS3?

Nov 23, 2009

I am using MC tween and also AS2 scripting and I would like to migrate to using AS3 as well as migrate some of my old Flash sites to AS3. What is the best way?Can AS2 and AS3 be in the same Flash movie?I mean, if you were to build a website in AS2 and you have to add new features. Can you add new features and write the code in AS3?How are people making the change to AS3? Are the differences major. Is there a good website or information somewhere that outlines the differences between AS3 and AS2 and explains it in Laymans terms : )

View 4 Replies

Actionscript 3 :: Flex Can't Handle Java Socket Data Quickly Enough?

Oct 26, 2011

I'm sending through a socket from java to flex client some data and the flex side can't seem to handle it right. In the java i'm looping over 8 objects and for each object I create a long string 1:lsls:2:3:justexample then the java does writeToSocket("1:lsls:2:3:justexample") for every iteration of the loop. But in the client side, it seems that only 2 out of the 8 arrived. what can be the problem?

View 1 Replies

CS4 Flash - Increase The Font Size For The Text In The User Interface Of The Application - Menus And Panels

Jun 22, 2009

I am a vision impaired developer who needs to enlarge the text in the user interface of CS4 Flash Professional. Is there a way to increase the font size for the text in the user interface of the application, menus and panels for example? I have not been able to find any setting in the preferences for doing this.

View 2 Replies

Media Server :: Creating An Interface With Several Video Windows Where A User Can Connect Their Own Camera To Window?

Feb 13, 2012

currently I use the following workflow for Live video streaming.I have FMLE on a computer streaming the Video feed to my FMS.I currenlty use  Dreamweaver to create window with a few instances of a video window and one of the windows is configured to rtmp to my server and the stream name of the stream I have setup in FMLE.This then streams to one of the windows.I then assign a different Stream name to the other windows.

I send an FMLE client to a user in the locations that want to have a video presence on the webpage.I send them instructions and running FMLE and the parameters to use to get their camera up and running.This works fine to a point.Most of the users are not technically minded and so often this leads to issues and delays to get these things to work.
 
I want to move on and improve this flow.I want to create the video instances on the page where:Below each video window is a text input field where a user can type in their name which will be used as the stream name.Below each video window is a button that the user clicks to connect their camera automatically without having to install FMLE.Once the video feed is running, only that user can click the button again to disconnect it. ( The button changes to "Stop Broadcast" etc).
 
I have looked at the structure of Ustream for example, and this seems to be the method they use as you can download the XML file of your channe,l and the RTMP URL and stream name can be copied and then used directly in FMLE and you can stream with more control of your camera that way.

View 1 Replies

ActionScript 3.0 :: E4x Xml NodeName - Migrate A Controller Class

Jan 10, 2007

I am currently migrating to as3 with e4x xml. I am trying to migrate a controller class I have in as2 that iterates through an xml tree and builds a controller object that controls apperance and content of a flash application. In my as2 class i would use the "nodeName" to retrieve an elements name therefore the script was completely dynamic to any xml file and would build the contents of the controller object relative to nodeNames. I am trying to decifer a way of doing this with e4x but am struggling to find the syntax. I have tried using a for each iteration using the new "elements () " function but e4x doesn't seem to recognise the nodeName function.

View 1 Replies

Professional :: Remodeling Designer Application?

Sep 15, 2010

I am looking to have a program developed sush as the virtual designer type program.Where as I can basically upload a photo of an interior or exterior of a home and then choose different materials for the walls or siding,etc.The thing is I am not sure if flash is the program that would handle this sort of thing or if I should be looking somewhere else.There is an example available on my website NJ remodeling contractor.You will see a link to the designer app I am talking about at the top under the latest news.The only problem with this application is that it was suppose to allow me to use my own images and allow my remodeling customers to go on and make changes to their photo.This option is still unavailable so I was looking into just having the application built

View 5 Replies

ActionScript 1/2 :: Designer Trying To Code, Deadline By Tomorrow?

Oct 29, 2010

I've placed this code on the root time line and it works great, however i need to print multiple MovieClips and I can't do that unless I place all of the MovieClips into one MovieClip and that's where this code stops  working. This code keeps two seperate MovieClips on different layers "physically" connected while dragging one. But as soon as I place the two MovieClips into a new MovieClip "MainClip" -

_global.dragging = 0; someListener = new Object(); someListener.onMouseMove = function () { if (_global.dragging == 1) { diffx = _global.oriX_MC1 - _root.MC1._x; diffy = _global.oriY_MC1 - _root.MC1._y; _root.MC2._x = _global.oriX_MC2-diffx; _root.MC2._y =

[code]....

View 1 Replies

Create Virtual Designer (Vizualization Tool)?

Nov 26, 2011

I am a homebuilder and I would like to create an exterior visualization tool to help my clients choose thier exterior siding, roofing & brick colors. My on-staff architect can create photo-realistic renderings of our different models. The question is how would I go about substituting materials for different parts of the home. Would I start with a base model with no textures applied and then have each of the textures or colors applied? Would this be acheived using masks?

View 3 Replies







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