Flash :: Dynamic Avatar Creation & Animation?

Nov 17, 2011

A rather large project (rich web application) has fallen into my lap and I am unfamiliar with how to accomplish a major functionality. in the right direction.I need users to be able to customize a 3D avatar and store it on the server somehow. The user can choose a body type, hair style, hair color, clothing, accessories, etc. The user can then choose from a number of different environments to place their avatar into, a specific animation (dance moves, playing an instrument, etc.), and an audio file. The audio file would then play while the avatar performed the animations within the selected environment.

How should we go about doing this? What technology should we use? Ideally, my colleagues and I would use MoCap software (w/ Microsoft Kinect) to complete 3D base models and animations for the avatars. Is it possible to then dynamically skin / texturize the models with the user's stored avatar? If so, how would I accomplish this? Does anyone have any other suggestions on how we would go about solving this problem?

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Error During The Creation Of The File Of The Flash Animation

Mar 17, 2009

I am working with CS3. yesterday I have finished my Website without an error message. Today I wanted to work again but I had this message error :

"Error during the creation of the file of the Flash animation. To check that the file of destination is not in reading alone or is not already used by another application. Also check that the name of the file is not too long."

View 12 Replies

ActionScript 3.0 :: Dynamic Swf Banner Creation

Jul 12, 2010

I have a project of dynamic banner creation. The main part of the job is creating a swf on clicking on a "publish" button on stage. A certain movieclip of any width and height on stage must be exported as a new swf file.

View 4 Replies

Actionscript 3 :: Dynamic Creation And Binding Of Textinput?

Jun 8, 2009

Does anyone have any examples on how to create a dynamic number of TextInput boxes and have each of the text being typed in these boxes be bound to a label? For example, say I have an XML file that specifies that I want 3 TextInput boxes. Flex should then take this data, create the TextInput boxes, create bindable variables for each TextInput and create a label to display what is being typed for each TextInput. The biggest issue I'm having with solving this scenario is how to bind a variable amount of data.

View 3 Replies

ActionScript 2.0 :: Dynamic Variable Creation Through Javascript?

Sep 22, 2010

I am Creating Variables in Flash through Javascript by using SetVariable Method......

Is there any Event like onDynamicVariableCreated?

Can I able capture a event when Javascript create and sets a dynamic variable in flash?

View 1 Replies

ActionScript 2.0 :: Dynamic Multidimensional Array Creation

Jun 22, 2006

var Array1:Array = new Array(5); // where 5 is length of array
for(i=0;i<Array1.length;i++)
{
Array1[i] = new Array();
}

Above code will generate dynamic array of multidimensoal array.

View 2 Replies

ActionScript 2.0 :: Eval Methods - Dynamic Object Name Creation

Mar 9, 2009

I'm having problems with my usual eval methods of creating objects to read off dynamic values programmatically using concatenation. I've found the set command doesn't seem to work with objects that are dynamic....

Code:
function createobject(item){
//create it and store something in it
set ("_root.item"+item.stored, "data storage test for item "+item);
}function checkobjects(){
for (i=1;i<5;i++){
checkit=eval("_root.item"+i);
trace("_root.item"+i+".stored="+checkit);
[Code] .....

Running this produces the output of...
Code:
_root.item1.stored=undefined
_root.item2.stored=undefined
_root.item3.stored=undefined
_root.item4.stored=undefined

How to do this - basically I'm trying to load data, then use that to create dynamic objects and values within it, then I'm trying to work with those values by again using loops to read off the dynamic values during runtime. Obviously if these were "fixed" variables, then it would be easy, problem is that its impossible to use the new Object() command with dynamic names!

Previously I've used this:
Code:
checkit=eval("_root.item"+i+".stored);
trace("value is "+checkit);
Is it my imagination, or was this stuff a lot easier to do in AS1?

View 2 Replies

ActionScript 2.0 :: Dynamic Creation Of Movieclip Class, Not Object?

Feb 7, 2005

Is there another way to work with movieclip classes than attaching them from the library?For instance say that I have a textbox class that extends the movieclip class. Puts it on the scene and then I'm free to work with it from the class as I want.But inside this class I check if I need a scrollbar. If I do, then start a "sub-class" and create a scrollbar. I can have a movieclip in the library and attach it and have a new class on it. But what I want to do is write something like this

var clipScroll = createEmptyMovieClip("scrollBar", 3)
clipScroll = new com.texts.text_items.ScrollBar

the problem is if I do like this the class that I start is just an object. I can't trace where it is, I cant create a movieclip inside it and trace where that is.

View 6 Replies

ActionScript 2.0 :: Dynamic Menu Creation Via A Text File?

May 22, 2003

I'm a Flash MX action scripting newbie. I'm trying to create a dynamic drop down menu system that reads a text file to create the items listed in the menu. I've been reading tutorials and trying to break down source fla files to understand how things work. I'm stuck on what the following block of code means.Would it be possible for someone to break down the following code for me? It references menudata.txt to create the drop down menu. I can successfully modify menu.data.txt to create more menus and change the titles in each button, but creating sub-nav is totally kicking me in the arse.

The code follows:
item_spacing = 18;
x = 1;

[code]....

View 1 Replies

ActionScript 3.0 :: Movieclips From Library Versus Complete Dynamic Creation?

Jun 6, 2011

Does anyone know if there is a serious performance increase if I were to instantiate say, 4000 objects from the library instead of creating them purely in a class?Also I know very little about garbage collection and testing performance

View 5 Replies

ActionScript 2.0 :: Dynamic Menu Creation And Duplicate Movie Clip?

Apr 25, 2005

The menu will consist of Main headings and Sub headings that will appear when the Main headings are clicked.The Headings are displayed within movie clips that are generated via duplicateMovieClip()I have attached actionscript to the timeline of a movieclip and it loads and displays the Main headings with no problem.On the one movie clip that I am duplicating, I have an on(press) action that is supposed to generate the Sub headings using the same duplicateMovieClip technique. This is where I run into trouble. I cannot get the Sub headings to generate. Can you specify duplicateMovieClip() within the on(press) function of a movieclip that was already duplicated?

View 1 Replies

ActionScript 3.0 :: Dynamic Asset Creation - Make Database Driven Applications

Feb 9, 2011

I have been using AS3 for approximately 1 year now, and although I havent really done any major projects with it, I am fairly confident using it. However, There is 1 part that I am very curious about. At the moment, I am using the design section of flash cs5 to create my assets. I am trying to make database driven applications, and the problem I have run into with using the design section is that you must manually program each symbol.

For example, If I wanted to make a dropdown menu, and a php file was passing the variables such as "amountOfSections = 5", Then 5 sections would be displayed. This is fine to do using alpha to control what is visible etc, but if there where 5000 dropdown menu items, I would have to physically place 5000 dropdown items onto the stage. I know that it is possible to use as3 to create objects AS THEY ARE NEEDED, but I have no idea how to do it.

[Code]...

View 14 Replies

ActionScript 2.0 :: Flash Avatar Maker That Can Save Out To GIF/JPG?

Mar 9, 2006

I'm interested in building an avatar maker in Flash, similar to the one seen here:[URL]The twist, though, is to allow users to save their work out as a JPG (or as an animated GIF, alternating between the created avatar and the client's logo and URL,) sized just right for a forum or LiveJournal avatar.

I haven't seen many examples of Flash outputing dynamic images... the best one I could find was, oddly enough, on a movie website for Starsky and Hutch. They have a Flash application that lets users build their own wallpaper and then offers it up as a JPG: [URL] I'm thinking Flash 8's bitmap features would allow this to happen, but then again, that movie came out two years ago... how did they make it work back then?

View 9 Replies

ActionScript 2.0 :: Get Flash To Recognized The Avatar As A User?

Oct 6, 2010

I am using a progam called Smart Fox Server and they said on the forum that It's not SmartFox related (and this forum is mainly for SFS related issues). You need to create these interaction within Flash. So I came here. I am trying to get the users Id if you click on them. I know the command to get the ID but i dont know how to get flash to recgognise the avatar as a user.

the command is user.getId()

View 1 Replies

ActionScript 3.0 :: Avatar Creator - Passing Variable To Flash

Jul 25, 2011

I need to create an avatar creator, the concept is simple. We have a base image for a head, on top of this we layer on other elements (eyes, nose, mouth), saving it converts the image on the flash widget into a .jpg. I'm confident in my ability to create the interface, I have basic knowledge of AS 3 and flash in general, but I'm unsure how to go about this. I want to pass a variable to flash to indicate who the user is who's editing his or her avatar. Then I want to pull some kind of db file to have the image re-construct itself in flash (maybe from an XML file - so it would need to create/update an xml file).

View 1 Replies

ActionScript 3.0 :: Linking Document Class To Flash With Avatar

Feb 10, 2011

I'm working on this small project to demonstrate how flash works to a few friends and I am trying to make a small avatar have some animation and upon mouse roll over grow and after removing mouse the avatar will shrink. There is also supposed to be a message displayed over the avatar and upon clicking the avatar the message changes. I have the avatar shrinking/growing thing done and its working fine and I also have the message to be displayed but I cannot seem to link the two into one actionscript file so they both appear at the same time.

Here are the codes:
i) for the avatar shrinking/growing
package { import flash.display.MovieClip;
import flash.events.MouseEvent;
public class U1A3_Stickman extends MovieClip {
private var _origXScale:Number;
[Code] .....

I've tried to simply insert the document class into the flash with the avatar shrink/grow code but it's not working.

View 2 Replies

ActionScript 3.0 :: Twitter In Flash - User Photo / Avatar

Aug 30, 2011

I have seen numerous tutorials to retrieve a feed. I can't however see anything on how to get the users avatar to display. Is it even possible in Flash?

View 1 Replies

ActionScript 3.0 :: Flash Avatar Virtual World Chat - BETA Test

Jul 18, 2010

For the past two months I have been developing a new kind of Flash chat that allows you to fly around in a 2D virtual room with an animated graphical avatar. You can also upload your own picture for an avatar. The special thing about this chat is that it works with MySQL and PHP, so no fancy servers are needed. It can easily be customized in terms of design. Switch out the background image and the avatar icons and you have a completely new chat room. Flash AS3 Avatar Chat v0.94 BETA.

View 2 Replies

ActionScript 3.0 :: Flash Animation On Dynamic Text

Oct 11, 2010

I'm trying to do something and I would need some help to find out the best way to do that.I'm trying to recreate the little animation on the text there is on the Iphone where it says "slide to unlock". Easy animation with a mask. But how to do that if the text is dynamic and I don't know the height and length of the button. Should I duplicate the textfield? is there a better way to do that?

View 2 Replies

ActionScript 3.0 :: Flash - Creating Dynamic And Interactive Animation

Jan 24, 2011

I need to create flash interactive animation for one one of my regular clients, which should look and work similar to example bellow: Link This is how my clients product (shirt) should look like and what sections should be editable: [URL] Basically it should work this way:

1. End user chooses some element of shirt which he would like to edit (for example collar)

2. When he clicks on that element, popup windows shows offering two main options: to change color and graphic (texture or pattern), same as on nike store customize example

3. After user changes one section (collar) he goes to other section (lets say sleeve) and so on

4. User should be able to zoom in or zoom out that shirt and also if it is possible to rotate it in 4-5 positions

5. At the end it should be able to save that work (and load it if he wants to later ) and be able to print it.

I have made many animations, games, banners and similar using Macromedia Flash MX and Adobe Flash so I am not a flash newbie but this is a first time I am dealing with this type of work.I know that there is no step by step tutorial for this kind of custom interactive animation. how to create these three first steps (1. 2. 3). Regarding steps (4.) and (5.) I think I could realize it (zoom in, zoom out, rotate movieclip, save in database and print screen), because I had some previous experience regarding this part.

View 3 Replies

Message Board Creation Using Flash CS3

Aug 29, 2009

I am building an ambitious site especially for someone new to the Flash.I want to create a fully functional Flash Forum.Only problem is I have not found 1 site with information on how to build one and the only thing I did find was something called the Flash Forum Engine. It is a 3rd party software suite that allows you to build a Flash Forum BUT! it costs 1000 Euro's or $2000.

View 4 Replies

ActionScript 2.0 :: Flash 5 Scene Creation

Feb 21, 2010

I'm having a hard time creating a Flash using Flash 5. The first loop asks for a number of participants. The next loop, you select or enter the name of the beverages available. The third, and more complicated loop - Up to 4 randomly selected beverages are selected and a percentage (for mixing) are provided. For example;

[Code]...

View 2 Replies

Professional :: Creation Of Guestbook In Flash?

Apr 29, 2010

I don't know whether its the right place to post this question, I am trying to create a guest book in Flash.

View 1 Replies

Automating Creation Of Flash / AS3 Projects

Jul 11, 2011

My goal is to make a flash/as3 program that would pull multiple sets of data (images and texts) from the database and compile and save a flash video project for each one. What might be the best way to go about making this work? I checked but wasn't able to find a function that would publish the flash project in it's current state, so I don't think I can execute the entire process in a single flash/as3 file. My only other option is to have some other program/batch file take care of the querying the database and compiling multiple flash/as3 movies by starting up a flash program and passing it the parameters of the data it needs to build 1 complete project for 1 set of data. Is there a program to create .swf files automatically? Is it even possible to pass in init params to flash/as3 project?

View 1 Replies

Professional :: Flash Air App Creation Distortion Of Images

Jul 19, 2011

Every time I package an android application and run it from my phone it really distorts images/movieclips.I can see slight transparancies around movieclips that shouldnt be there, images look pixelated, when played on the computer it shows no issues with any of it.Are there any tips or tricks to solving this?Also the performance just is spotty on the devices. Was using flash cs5 and just DL the trial of 5.5.Also is there a place to look at best practices for optimizing adobe air applicatiosn for mobile devices?

View 1 Replies

ActionScript 3.0 :: Upload Face To Put On Avatar?

Sep 3, 2009

what is involved to create a Flash file where the user can upload a .jpg of their face, crop it, and then add that picture to an animation? I'm sure you've all seen this...sort of a jib-jab type animation.

View 1 Replies

Php :: Customize Avatar And Save To Database

Oct 5, 2011

I am willing to make a customize avatar for a registered user where the accessories will be save in a database. The item will be pulled from database to flas and after the user finished creating his avatar this will be save in the database. I mean my avatar application will be as like as farmville avatar customizetion using flash,php and mysql. I am fadeing up to find this solution.

View 2 Replies

ActionScript 3.0 :: Change Color Of An Avatar?

Jan 18, 2012

I'm trying to develop a system where the player can change the colors of the various components that make up an avatar (hair, eyes, etc.).

The original components, with no change of color, would be composed of shades of gray.

So for example, a player selects the red hair (255,0,0). The pixels of the hair with an intermediate gray (128,128,128) would become the chosen red (255,0,0). As for the lighter gray color, become lighter shades of red chosen. Just as the colors become darker gray shades darker red chosen.[url]...

View 9 Replies

ActionScript 2.0 :: Customized Avatar To Appear On Other Pages?

Apr 25, 2010

ive created a flash website that allows users to change the clothes and for the character, how do i save it so that it appears on other pages as well.

for eg, when user change the character at the customize character page, after saving, it will replace the movieclip for the character. when the user click other page for eg, contact us page, the updated character will appear there

another qns.. after i uploaded the website, will every user be viewing the same character or refreshed to the default character each time they view the website?

View 4 Replies

Flash :: PureMVC Mediators And Views - Creation And Control?

Aug 16, 2011

I'm making an app with flash AS3 and puremvc, the way to correctly handle view mediators is sort of throwing me a little...I have 3 or 4 distinct views, each governed by it's own mediator.Each view is only displayed on its own - ie. when 1 is visible/on stage - the others are invisible/removed from stage (over simplified, but I guess could be thought of as seperate pages, viewed one at a time, a nav bar allows a user to change views when they like)

At first each view mediator I had creating and added to stage it's own view component, and as such, when it was 'turn' to show or hide that view, it was simple - addChild and removeChild for it's view component.However, I read over at puremvc.org that it's not good practice to

a. pass round the stage (which was the viewComponent for each mediator in my case - where each view was added to - eg. viewComponent.addChild(foo)

b. create its own view - which allowed me to add and remove it in the first place.

So I changed to the recommended way - when I create each mediator, what I pass in is the view component it governs (rather than the stage/main doc class eg.

var view:MyView = new MyView();
facade.registerMediator( new MyViewMediator( view ) );
viewComponent.addChild(view);

with that the case - I have no idea how I would go about removing/adding each view when needed.I could easily enough set the visibility from within each mediator, but I sort of wanted to avoid doing that - prefer removing when not in use for resource management...how I am 'meant' to go about this (as in, when a view is no longer needed on stage, remove it - temporarily, and add it later on when it is needed?)

View 3 Replies







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