Actionscript 3 :: Fast Library(s) For Finding Human Eyes And Mouth In Flash?

Apr 2, 2010

So I have real time video stream. With 1 (one) person on It . It Is Black and White, I need to be able to capture this persons eyes and mouth (direction (at least X,Y), state (at least opened or closed) )

So Is there any fast library(s) for finding human eyes and mouth in Flash in such case? (pure Actionscript or HaxeJavaC++C port in SWC form.. What do I know Is - some libs are described in this presentation [URL]..
Grate example for eyes is here http://play.blog2t.net/files/black-or-white/

[Code]...

View 3 Replies


Similar Posts:


Actionscript :: Library To Simulate Human Dancing?

Jan 11, 2010

I want to write a flash to simulate people dancing, but I think if I make all the animation by hand, it will be a huge work. So I am thinking if there is a library(or other things people has done previously) that I can make use of.

I can build the character, the foot, the arm and head etc. What I want is an algorithm to apply to the whole body to make it animate like a human, at least more smooth than a robot

View 1 Replies

ActionScript 3.0 :: Finding A Flash Library Object's Base Class At Runtime?

Feb 9, 2009

determine the base class of a Flash library object at runtime, using Actionscript? The toString method gives me the class of the object, but what I'd really like to determine is the superclass of the object. So, if I have an Actionscript class called "Fruit" and I created many different Fruit types in the Flash library ("Cherry", "Apple", etc.), is there a way in code I can determine that an "Apple" is a child of "Fruit"?

View 2 Replies

Moving Eyes In Flash?

Dec 4, 2009

Basically I just want a really simple image where the eyes follow the mouse and blink occasionally (not an animated/tweened blink even... just a 3 frame animation). I have managed to create both independently, but I am having alot of trouble making them work at the same time. My code is pretty much copy/pasted from different tutorials. I know why its not working, but I cant wrap my head around fixing it. (eyes following mouse needs actionscript to loop whereas the blinking needs a stop action).

View 3 Replies

ActionScript 2.0 :: Finding Library Name

Aug 15, 2007

When I drag a movieclip from the library and create an instance on stage I can select it and look in the properties to see what it's an instance of. If I create the instance dynamically using attachMovie, how can I find out what it's an instance of?

View 5 Replies

ActionScript 3.0 :: Flash Eyes Follow Mouse Off Stage

Aug 25, 2010

So, I figured out how to make eyes follow the mouse on the stage, I need the eyes to follow off stage as well (banner ad) I have been looking high and low with little luck until now.. This guys cooked up a way to track the mouse off stage with the help of AC3 only -> Example My questions is, is it possible to mix these two together?

View 1 Replies

Actionscript :: Use Flash And It To Animate Human Walking?

Mar 11, 2011

I want to write a small game using flash and actionscript but I am not sure how to start. The basic element may be a man walking on a surface which I suppose is the fundamental elements for my application. However, as I am new to flash and such a project is just a test for whether I can learn from the internet quickly to master a new language, I suppose that examples are the best. So how can I get a human walking on the ground in 3D example using flash?

View 2 Replies

Housing Multiple Mouth Frames In One Symbol And Switching Between Them?

Oct 8, 2011

I read a tutorial a while back about making a symbol for a character's mouth in an animation, and making multiple frames within the symbol, with one for each different mouth position I'd like to use (Open and saying a certain letter, smiling, frowning, etc.). What I can't figure out is how to keep it from constantly animating repeatedly through all the mouth frames on its own in each shot when I just want it to stay in a certain position on certain sequences of frames. I also can't figure out how to select the precise frame I want when it needs to change.

View 1 Replies

ActionScript 2.0 :: Human Checker In Flash Contact Form?

Nov 20, 2010

Can anybody please guide me how can I add human checker in one simple Flash Contact Form AS 2 so that the user will forced to use it before making the posting.

Here is a link for this human checker. [URL]...Shall be glad if any body help me in this matter.

I have no knowledge but is seems something like captcha ( checking ) ,

View 9 Replies

ActionScript 2.0 :: Human Checker In Flash Contact Form ?

Nov 20, 2010

how can I add human checker in one simple Flash Contact Form AS 2 so that the user will forced to use it before making the posting

View 2 Replies

ActionScript 1/2 :: Make Flash Based Training To Window-eyes Compatible?

Dec 23, 2011

We have training made in Flash and text are populated from XML files. Now our client want to make training compatible to one of the screen reading software "Window-eyes".We have tried out different options but it is not working.We have made the course compatible to "Jaws" but not able to make it compatible to "Window-eye".....

View 1 Replies

Professional :: Finding Usage Of A Library Item On Stage/Layer?

Aug 12, 2010

I understand that I can see the usage count of a Library item easily. I have been assigned a task to edit someone else's Flash movie (I have been provided .fla source).The movies is extremely complex and I need to replace some images. How can I find out on which layer/frame does a Library Item appear on a Flash movie??

View 4 Replies

IDE :: Animate The Human Walk In Flash From Plain Walking To Running?

Aug 6, 2004

I want to animate the human walk in flash from plain walking to running. Is there any location from where I could pick up the animation sequence either directly or for modification in photoshop etc.?

View 1 Replies

Jquery :: Finding A Library That Manipulate Flex "DOM"?

Feb 24, 2010

library that would allow me to manipulate Flex "DOM" and assign events in such an elegant way that jQuery uses?

View 2 Replies

Make Eyes Follow A Mouse?

Apr 21, 2004

make eyes move and follow a mouse on the _x and _y axis, but the eye needs constrained with in an eye socket.I have used two mc to constrain while mousedown.

// mc_1
onClipEvent (enterFrame) {
bounds = getBounds(this);

[code].....

View 2 Replies

ActionScript 2.0 :: Making Eyes Follow The Cursor [FMX]?

Nov 14, 2002

I know how to make something follow the cursor (e.g. a ball that moves where your cursor does). However, I'm having a lot of trouble figuring out how to do what I need to for an animation, namely make eyes follow a cursor.Here's the situation: I need to make a graphic (the eye in the middle of the eyeball) follow the cursor (i.e. look up, look left, look in any number of diagonal directions) depending on where the user moves the cursor. But the eyes, obviously, need to stay put in one static spot and move in a very limited region (the entire white part of the eye, but not beyond it).

Furthermore, the eyes start out staring at the user. How do I additionally make them dart to the edges where they'll be looking around once the cursor is moved?

View 9 Replies

ActionScript 2.0 :: Rewind And Fast Forward Buttons Start To Mess Up When Fast Forward Or Rewind Past The Current Scene?

Apr 1, 2009

Problem is that my rewind and fast forward buttons do not work properly in the sense that they start to mess up when you fast forward or rewind past the current scene. It seems to just skip through the whole movie and totally mess up the animation.the code for the controls is on a single layer and reads as the following:

stop();
play_btn.onRelease = function (){
play();

[code].....

View 4 Replies

ActionScript 1/2 :: Move The Draggable Human Around But The Mouse Is Still In Charge Of It?

Oct 22, 2010

I used this code:

on(release){
gotoAndPlay(3);
}
 
I used this code for the maze, and in this code the mouse takes control and if it touches the walls then it shows "Game Over".But I need some help here.I made a small human to move and it is actually draggable.So I want to move the draggable human around but the mouse is still in charge of it.

View 3 Replies

Flex :: Meanful Errors - Show Them As A Human Readable?

Jul 7, 2011

Is there a way to show the handled errors as human readable, without need to search the interent about the error code ?

[Code]..

anyway - there is not actuall description of the error, just the error code.

View 1 Replies

Flex :: Computer Readable List Of Human Names / Phone Directory?

Nov 11, 2009

I'm trying to compile a decent .zwl file for squiggly spell checking in Flex; using British words, not American as supplied by default.

Ive managed to create a decent British list of words and ran them through the AdobeSpellingGen app to get a .zwl; great stuff.

However i need to add into this list a list of names, so they wont be flagged.

Does anyone know of a good source of either free, or paid for list of English Fore and surnames? Im trying BT as i type :)

View 4 Replies

Java :: Apply Mathematical Rules Stored In Database To A Variable Gotten From Human Machine Interface?

Jun 10, 2011

I'm developing a project with Flex, Spring, Hibernate, MySQL, Tomcat, but one of the functionality is: " i have to store a mathematical rule like for example " a+b " into database, then in my human machine interface, i have two fields when user write the variables "a" and "b", then a button with the label calculate which if it's clicked, it'll show bellow the result of applying the rule " a+b " to the variables "a" and "b" which the user previously." Now, i'm searching for an Java or Flex API or any other way that will give me the ability to apply a mathematical rule stored in database as string, to variables i got from human machine interface"

View 1 Replies

Professional :: How To Make My Flash Run Fast

Nov 10, 2011

some animation on flash, Inside that flash movieClip has number of small animation running.When i change the movieclip view to 3D view, it gets slow[URL]

View 1 Replies

Flash :: Fast Forwarding Video?

Jan 16, 2010

Is it possible to use Actionscript to speed up (or slow down) a video playing? Say, having it play at twice the normal speed? If possible, can you also make it that the sound does not get all squeaky? Some Videoplayers can do that, I was wondering if it is possible to do in Flash.

View 2 Replies

Flash :: Math - Fast Arithmetic Using The 3d Api?

Jun 3, 2011

Some computationally intensive software are now using the GPU to solve mathematical problems. Now that flash has GPU support, is it possible to use flash to crunch math problems? How would it be done. In other words, does flash expose sufficient low level API to control the behavior of the GPU sufficiently to perform such a task? Example of problems; Find a message with the following hash: 2987432847298374298374982374

View 2 Replies

ActionScript 3.0 :: Convert An Old "eyes Follow Cursor" Script To It?

May 17, 2010

I want to use and old AS1/AS2 script to AS3. It makes the eyes follow cursor effect, but with the particularity that is not based on a round eye that rotates, but in a pupil MovieClip that actually follows the cursor, but is constrained to the shape of another MovieClip.

View 0 Replies

ActionScript 3 :: Flash - Download The JSON Library As Part Of The Core Library?

Nov 13, 2010

it is said [URL]You can download the JSON library as part of the core ActionScript 3 library.but when clicking on the link it doesn't work

View 1 Replies

Flash :: NetStream FLV Movie Playing Way Too Fast?

Mar 14, 2012

I have this little NetStream movie (which I'm not allowed to show, sorry) set up like this:

var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);

[code].....

View 1 Replies

ActionScript 3.0 :: How To Optimize Flash File To Load Fast

Jul 30, 2010

On the home page of my website I have a Flash banner near the top, with a slideshow of my work. The problem is that the Flash file is 300k and takes a while to load on slower Internet connections, and I was wondering if anyone had any tips for me to optimise it. [URL].

View 1 Replies

ActionScript 3.0 :: Flash SLOW In Chrome And Fast In Other Browsers?

Feb 18, 2011

The sfw goes like lightening in explorar (yes) and in firefox and like a tortoise in chrome. Do I need to download a plugin for chrome or is there a problem with flash and chrome. It's important as I am about to release an important program in schools.

View 3 Replies

Flash :: Mouse Moves Too Fast Messes Up Function

May 31, 2011

I am using the following code as part of a set of scrollable bars to change each bar in relation to another when one is dragged. It works until the user swipes the bar as fast as possible then the numbers go wrong.[code]...

View 1 Replies







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