Flex :: Algorithm - How To Generate Person Based On Data

Aug 4, 2010

Based on user input height, weight, measurements and other data, dynamically generate a person (can produce 3D graphics)?

View 1 Replies


Similar Posts:


Actionscript 3 :: Algorithm To Generate All Possible Letter Combinations Of Given String Down To 2 Letters

Mar 13, 2010

Algorithm to generate all possible letter combinations of given string down to 2 letters

Trying to create an Anagram solver in AS3, such as this one found here:

[URL]

I'm having a problem wrapping my brain around generating all possible letter combinations for the various lengths of strings. If I was only generating permutations for a fixed length, it wouldn't be such a problem for me... but I'm looking to reduce the length of the string and obtain all the possible permutations from the original set of letters for a string with a max length smaller than the original string. For example, say I want a string length of 2, yet I have a 3 letter string of "abc", the output would be: ab ac ba bc ca cb.

Ideally the algorithm would produce a complete list of possible combinations starting with the original string length, down to the smallest string length of 2. I have a feeling there is probably a small recursive algorithm to do this, but can't wrap my brain around it. I'm working in AS3.

View 4 Replies

Flex :: 4 - Data Visualization For Analysis Of Relational Data (link-based Phenomena)?

Mar 15, 2012

I have been goggling a lot to find anything with link-based data visualization in Flex 4. something like below screen shoot (made using Ravis). Where user can drag these nodes, without removing the links and on double click of any node we can set some properties for that particular node. I found this Ravis (Birdeye), but not much of examples and support is available for that.

View 1 Replies

ActionScript 2.0 :: Algorithm For Determining Variety Within Set Of Data

Aug 25, 2006

Any algorithm to see how many different variations there are within a set of data... For example, if I had:
1 1 1 1 2 3 3 2 1 1 4
The algorithm could figure that there are 4 different "types". I don't mean 4 numbers, because there are obviously more, but 4 varieties; of course, how to go about count how many of the different types.

View 9 Replies

Flex :: Format Data Grid Row Color Based On Two Cell Value?

Aug 21, 2009

I have a flex data grid. It contains two column Maths Mark and English Mark. If Math Mark >English Mark for any row then it will set that particular row color as Green.

View 1 Replies

Flex :: ColumnChart: Color Bars Differently Based On Data

May 9, 2011

How can I color the ColumnSeries differently based on data. I need something like a labelFunction only for the column fill.

EDIT: Attached image for JAX to understand. :)

View 1 Replies

Actionscript 3 :: Filtering Datagrid Based On Data In Rows, Flex?

Mar 23, 2012

I've search all over today trying to find how to do this, and not being familiar with actionscript is starting to catch up to me. What I would like to accomplish is: I have a list of messages in a Datagrid coming from a dataprovider in another class, which in turn gets them from our Oracle DB. I need to all the user to set a visible state on the message, and then filter that out of the datagrid with the click of a button. I have the check box for hide, and it sets that value into the database. I can't figure out how to get the filterFunction to work with an array collection when the filter parameter is within the row data.Here is the code

public function filterResults():void {
modelLocator.notification.messageList.filterFunction = filterRows;
modelLocator.notification.messageList.refresh();

[code]....

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 :: Generate The Zoombie Characters Randomly By Group Based On The Time

Aug 26, 2011

In that how to generate the zoombie characters randomly by group based on the time. First the characters should come slow then as a group and again it should come slow.

View 1 Replies

Flex :: Spark List : Show Subset Of Data Provider Based On Parameter

Aug 1, 2011

I have a situation where I have a List showing a queue of Upload Objects:

[Code]...

I would like to create three different views of the List: One showing All uploads in the queue Another showing only the Upload items with Upload.type == "Update" and another showing only the items with Upload.type == "Create". Another example of this would be on an email inbox, where we could filter "All, unread, or read". I realise I could just create three different lists, one for each view of the list (maybe I'm just being picky) but I was wondering: Is there is any easy way to conditionally select the items to display from a DataProvider based on a parameter (for example type =="Upload") so I don't have to juggle three separate ArrayCollections about?

View 2 Replies

Actionscript 3 :: Implement SHA1 Algorithm In Flex?

Dec 9, 2010

I am building an application in Flex, wherein I need to encrypt user id and password using the SHA1 alogorithm. I have not come across any standard Flex library which allows me to do this. Does anyone know how to achieve this in Flex?

View 1 Replies

ActionScript 2.0 :: Generate Array With Xml Data?

May 6, 2010

I have a function with a loop that uses an xml file to get jpg stored in folders...

ActionScript Code:
projectData[ "rootdir" ].attributes[ "src" ] + "/" + currentPictureData[ "fullsize" ].attributes[ "src" ]

the code above is inside the loop and spits out a list of urls for jpgs, nice (project1/full1.jpg, project1/full2.jpg, etc)

can I store these in an array inside this loop so i can use them after the loop has finished?

ActionScript Code:
var photoArray:Array = new Array(projectData[ "rootdir" ].attributes[ "src" ] + "/" + currentPictureData[ "fullsize" ].attributes[ "src" ]);

View 2 Replies

Data Integration :: Using Flash To Generate Code?

May 27, 2007

am interested in using adobe flash to generate a codeout of the infomation a user inputs generally the idea is this 1.User inputs infomation such as age etc 2. a code gets generated 3.this code links in with the infomation that is given and i can nowtype is flash able to do this and if so how would i goabout doing it, if not what other ways would there be able treate something like this

View 1 Replies

Database :: Generate SWX Data Files Serverside?

May 12, 2009

By storing data in SWX files on the server, it can be interpreted automatically like loading one SWF into another.

Now I'd like this data to be modified by server side code, how can I do this? Are there any SWX libraries for PHP that I can use?

View 1 Replies

ActionScript 3.0 :: Generate MovieClips To Display External Data From XML In Flash?

Mar 19, 2009

I'm using AS 3.0 to generate movieClips to display external data from XML in Flash. These data need to update every xxx seconds. But at reloading it just writes the new data on top of the old data... Since not every update will have the same number of lines or clips next to eachother I need to clear the whole stage at once before writing the new data.

View 1 Replies

ActionScript 3.0 :: Data Gathered From A Form To Generate Visual Representation?

Mar 26, 2010

need to create some simple code that uses data gathered from a form (which ive already coded and vaidated) to generate some sort of visual representation based on the input data.

View 1 Replies

Flex :: Generate Dynamic Flex-ComboBoxes By Class-Properties

Jul 6, 2011

I have an Flex-Object with for example 3 properties.

myObj.prop1
myObj.prop2
myObj.prop3

I like to generate 3 Comboboxes to show the data.
No problem if I do it hardcoded in sourcecode.

But how can I find the prop1 to prop3 at runtime?

If next time I have 5 properties with different name it should generate 5 combos.

View 1 Replies

Flex :: Generate A Flex Image From A Hidden Component?

Jan 20, 2010

I'm trying to put an image, generated from some text, in a RichEditableText. Since it's a styled text, I thought about putting it another RichEditableText, style it, then print it to a Bitmap to use as source for InlineGraphicsElement.I use the following code to do that

var txt:RichEditableText = new RichEditableText();
txt.text = name;
// Appliy given styles to the text flow of input rich editable text

[code].....

View 2 Replies

Flex :: Generate Flex SOAP Client Using Maven?

Aug 9, 2011

I have a java server side project which contains JAX-WS web-services (using JavaEE 6 and the @WebService annotation).

Is there some kind of plugin that would allow me to generate Flex client stubs during my maven build ?

I have taken a look at enunciate, but it seems to generate only AMF client.

I've also tried to look at GraniteDS, but their doc seems a little opaque to me.

Notice my Flex project is compiled using flexmojos, which contains a flexmojos:generate mojo that should be able to generate domain object (however I don't understand how to say it to use domain classes from ANOTHER project, and not from a different folder).

So, is there any maven plugin that would allow the kind of feature described in this Adobe page ?

View 1 Replies

ActionScript 2.0 :: Tinting An MC Based On XML Data?

Nov 9, 2006

First off I load 2 variables from a database: selectedTerritory and tintValue.I want to load the tintValue (number: 0000FF, 00FF00 etc) and apply that tint to the selectedTerritory (number: 1, 2, 3 etc).What I've got is:

Code:
function displayTerritoryOwner(selectedTerritory) {
var a:Number = selectedTerritory;

[code]....and apply the tint?

View 1 Replies

ActionScript 2.0 :: Play Movieclip Based On XML Data?

Feb 13, 2007

I wondered how to set up a flash movie that read an xml doc and depending on the value of a variable, opened a movieclip or not. so if the xml doc had a variable "cool" that had a value of "on", flash would do something like...

if (variable read from xml) is "on"
loadmovie("")

I just don't know how to set up the movie

View 1 Replies

Flex - Generate The ASDocs For The API?

Oct 7, 2009

I have an API that inherits flash.display.Sprite .When I try to generate the ASDocs for the API, The ASdoc shows that my class inherits from flash.display.Sprite, but doesnt link or there is no click-able link to the Sprite's ASDoc. Can anyone tell me what I am missing.

[Code]...

View 3 Replies

CS3 Dynamic Text - Change Colors Based On Data

Aug 25, 2009

I'm building a project for a gaming website and i have an interesting dilemma. How do i make the font color change based on the data loaded from the external .txt file.

Example:

In text files i could have... yes yes yes no no maybe yes no. If the text says yes i would like for the font to change to green, if no to red, or maybe to orange/yellowish.

So basically if i went in and changed the No to a Yes on a .txt file, the next time i viewed that flash section the yes text would be in green instead of the default set by the flash core itself.

I hope i am making sense. I don't even know how to go about starting and i stared at the actionscript list for awhile to no avail.

View 2 Replies

Professional :: Ql Database And Display Results Based On The Data?

Jul 4, 2010

Is it possible for recent versions of flash to directly (or thru Php) access (& update) data from a mysql database and display results based on the data?
 
So if my database were like this (math scores):User 13Jerry | 20Kane | 7 the flash output would be a bar graph like this (those hyphens would be bars in flash)
 
Is this possible these days? Google analytics does something like similar to this.
 
I last used flash somewhere in 2003/4. Never after that :-) I've completely lost touch.

View 6 Replies

ActionScript 3.0 :: Load XML Data Into Class-Based Model?

Feb 12, 2009

I'm new to FLEX.I've a requirement where i do have to load the data into Class Based Model(VO) from an Employee.xml which has got employeeName,departmentName,address & projectId tags.

View 0 Replies

ActionScript 2.0 :: Display Animation Based On How Much Data Has Downloaded

Sep 15, 2006

I have a question regarding preloaders.I am wondering if someone could help me figure out how to display an animation based on how much data has downloaded.For example.I have a preloader, it gets to 10% or xxx bytes loaded, I want a movie clip to play (or whatever, sparks to fly, etc.), then at 20% or zzz bytes, another movie clip plays (or again, something else happens).So basically I want the movie to react to how much of it has been downloaded.A real world example of this that I can find quick is.url...(ya ya, everyone uses this as their example).The loader seems to animate based on how much of the movie has actually loaded.play an animation, movie clip, etc based on how many bytes/percent, has loaded.

View 4 Replies

ActionScript 2.0 :: Drawing Curve Based On Data Points?

Jun 25, 2007

I'm trying to draw a curve based on 24 data points. I want to draw a curved line based on the average of these 24 points. I can draw a line from point to point no problem, but would like a smooth curve. The white dashed line is what I'm trying to achieve:

View 2 Replies

ActionScript 3.0 :: Duplicating Movie Clip Based On Xml Data?

Nov 11, 2009

I got a flash file which reads xml data and based on total data I need to duplicate movie clips and show them horizontally. Till now i have read the data and displayed it but dont have idea how to display them horizontally.

Code:
i = 0;
level = 100;[code]....

I have done this till now, it duplicates the movie clip but when i want it to change its x coordinate it shows error

**Error** Symbol=mc_contentHolder, layer=Action, frame=1, Line 20: There is no property with the name 'x'.
newClip.x = 328;

Total ActionScript Errors: 1, Reported Errors: 1

View 7 Replies

ActionScript 3.0 :: Generate Drawing API Data From Drawing Object?

Jul 22, 2009

Basically I've got a reasonably complex drawing object in a fla and I want to reproduce it in a class definition using the drawing api. However obviously this is a tedious task, so is there some trick or automated method of doing this?

Last time I needed to do this it was a drawing of an arrow and I ended up writing down x,y,width,height values for everything but this one has curves in it which I don't have experience with drawing anyway.

View 2 Replies

Actionscript :: Making A Flash-based Interactive Map With SVG Vector Data?

Oct 21, 2009

I'm looking for a way to take SVG path info (basically a string of coordinates) and dynamically draw it with Actionscript. Icing on the cake would be if those shapes could detect mouse events to trigger JS and dynamically change their appearance (fill, stroke, etc...).

I'm currently trying something similar to this ([URL]) using SVG but it's just too slow in IE. I've also tried Google's SVG Web ([URL]) which basically does exactly what I'm looking for (it converts SVG to Flash in IE) but again, it's sloooooow - which is why I'm considering doing the whole shebang in Flash.

View 1 Replies







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