ActionScript 3.0 :: Gesture Recognition - Comparing Two Similar Ones

Jun 17, 2010

Has anyone worked on gesture recognition? I want to know how to proceed on comparing two similar gestures. E.g. : If A draws a circle on the screen, B should draw the same and the program should compare both the circles.

View 2 Replies


Similar Posts:


Flex :: Hand Gesture Recognition With Camera Video

Jun 30, 2011

I want to implement an flex application using actionscript 3: with the camera and the virture buttons(like a image) in the camera, one can move his hand to pass over the virture button field in order to fire the button. Now my solution is following this way: capture the button field in every frame to get a bitmapdata, and calculate the gray-scale summation of the bitmapdata, if the difference between the two frames is greater than a given value, then fire the button. Actually, it could work, but it is very sensible to the lighting condition of the background, worse, when there are more than one buttons, people often fire the button by mistake.

View 2 Replies

ActionScript 3.0 :: Pan Gesture Not Working?

Jan 3, 2011

Currently I am working on applying a pan gesture on the picture within a scroll pane component to allow the user to browse the whole picture by just touching the picture instead of using the horizontal and vertical scroll. However, it seems to be always moving the whole scroll pane and not the picture inside,below is part of the script,
 
spImage = new ScrollPane();
spImage.move(-220,-250);
spImage.setSize(440,500);
spImage.source = "Images/"+movieXML.title[_currentMovie].image+".jpg";

[code]....
 
By using the above script, I can only move the whole scroll pane and not the picture inside, how do i apply pan gesture on the content?

View 2 Replies

ActionScript 3.0 :: Zoom From Gesture Location?

Oct 15, 2011

I have searched the internet and i can not find anything,I would like to use the zoom event listener to scale a image but I don't want it to scale from the registration point I want it to scale from where the gesture was made. I thought this would be a common request or even built into the zoom gesture class.

View 7 Replies

ActionScript 3.0 :: Swipe Gesture, Use Without Touchscreen?

Dec 14, 2010

I looking into developing an AIR application for carPC's.These pc's all have touchscreens, but usually not multitouch. Also Windows 7 will reconize them as a mouse, not as a touchscreen. Now I know AS 3 supports gestures

View 3 Replies

ActionScript 3.0 :: Replacing Pan Gesture With Touch Point?

Jan 6, 2011

I am basically developing an application for Android which allow user to zoom in on a certain page and use pan gesture to move around the stage, however, I am just wondering is it possible to replace that pan gesture with touch move input so the user can actually move around the page just using a single touch point?I've tried doing it but the single touch will always overwrite the zoom gesture.Zoom and pan gestures working properly

private function onZoom(event:TransformGestureEvent):void
{
this.scaleX*=event.scaleX;

[code].....

View 1 Replies

ActionScript 3.0 :: Swipe Gesture To Next Frame Event?

Aug 19, 2011

I Have a swipe gesture to next frame event, but i also have a pan gesture event. I fear that the swipe wont cound it will just pan the image, is my theory correct? any guesses?

View 1 Replies

Flash :: Video Gesture Actionscript Library / Api?

Jan 18, 2010

So I need an open-source Video Gesture actionscript library/api. So we have a web cam... we move a hand and it causes some events...

So i need motion detection for navigation API/Lib

View 1 Replies

Actionscript 3 :: Drag Using Pan Gesture In Flex Android App?

May 2, 2011

I'm using flash builder burrito and i'm having a mobile application.Is it possible to drag an UIComponent using pan gesture event?

View 1 Replies

Iphone :: Touch Gesture Stops & Plays Animation?

Apr 23, 2011

I have made an animation in Flash, that would be ported to the iPhone/iPad; I want the animation to play when you rotate your finger on the screen and to stop immediately when the finger is lifted (Without starting the animation over), When the user would continue rotating their finger, the animation would continue to play.

How would I approach this in ActionScript 3.0?

View 1 Replies

Actionscript 3 :: Gallery Imitating Iphone Swipe Gesture?

Jun 21, 2011

I need to create an image gallery where the main image is centered, when you click down on it and "swipe" it to the left or right, the next/prev image will be center. It should kind of imitate the feel of the iphone page swipe motion. Here is an image link. Does anyone know any good tutorials or how I can get started with AS3?

View 2 Replies

ActionScript 3.0 :: Can't Manage To Make The Multi Gesture Works?

Jan 13, 2012

I got the multitouch touchpoint works, but can't manage to make the multi gesture works

ActionScript Code:
Multitouch.inputMode = MultitouchInputMode.GESTURE;
bigleft.addEventListener(TransformGestureEvent.GESTURE_SWIPE, swipeleft)
bigright.addEventListener(TransformGestureEvent.GESTURE_SWIPE, swiperight)

upon swiping at the same time, it does nothing but when it's one after another it works.

anyone know workaround for this?

View 0 Replies

Flash User Recognition?

Aug 27, 2009

I have this online poker game that i play often.I'm curios now, i wxit the game, restart the browser, change my ip,and it still recognizes me next time i come to the site.If necessary i will provide a link (if it's allowed).

View 2 Replies

Speech Recognition In Flash

Apr 2, 2012

I am trying to develop a module for voice recognition that could be integrated with a pre-existing flash website. I don't need the full speech recognition functionality, but a limited set of it (only specific commands like next, go etc). I looked at some functionality available like speechapi.I did try to do a bit of flash training by myself since i got into this project. So anyway, if I have to go ahead, will I have to do this in Actionscript?

View 1 Replies

Windows :: How To Make Image Gallery That Responds Swipe Gesture

Jan 5, 2012

Want to make an Image gallery that responds to a swipe gesture. Found some tutorials but they were a bit vague. Someone an idea where I can find some good ones? How to test this on a windows pc? I do not have a certificate (I know that there are some illegal cert. on the internet), just want it to test it on a simulator?

View 1 Replies

ActionScript 3.0 :: Timeline Navigation With Frame Labels And Gesture Swipe?

Jul 21, 2011

Fail to control my timeline with the gesture swipe; I have tried but without any success. ive created frame labels at every 20 frame as a navigation points and some motion tween between each 20 frames.

View 0 Replies

Flash - Chinese Handwriting Recognition?

Nov 15, 2009

I'm looking for handwriting recognition solution. I've found one here, which is a flash application. What's the principle of how it works? Does it make any queries to db to find the character?

View 3 Replies

Flash :: Speech Recognition With Silverlight?

Apr 30, 2010

I'm developing a web user interface to enter some information that is not very complex but needs to be loaded in real time. I think that the application could make use of speech recognition to facilitate the task.

Te core of the interface is being built with Javascript and jQuery, but can easily include a flash or silverlight component. I believe thatīs probably the way to go. I don't need to recognize everything that the user says, but only a few prerecorded commands. Also, I don't want the user to click on a button to specify the begining and the end of the spoken command. It should be detected live.

Is there anything that does this? I would be grateful if anyone tells me about a complete solution, free or commercial, as well as any advice on capturing a sound stream from the mic and process it with flash or sliverlight.

View 3 Replies

Flash :: Speech Recognition Can Be Done Through Web Browser?

Oct 26, 2010

How to implement Online Speech Recognition through a Web Browser Interface.

Is it possible to implement this without using any Streaming Server (completely browser-based application)? Without building any own plug-ins, is it possible to implement Speech Recognition using Flash ...

View 1 Replies

ActionScript 3.0 :: Packaged Class Recognition?

Jan 26, 2009

I don't know if the topic describes the problem correctly, but here's the situation:I created a folder structure so I could work with packages, which I named com/gamistry/someproject"Then I created several .as files. "EggLoader.as", "Main.as", "Egg.as"EggLoader is a class that shows a basic progress bar, and is also the Document class. It is defined as being in the package "com.gamistry.someproject". Once it's done loading the swf, it creates an instance of "Main" (not having imported anything), and passes its stage property as the only argument. This all works perfectly.

Then the Main class starts running, and attempts to create an instance of "Egg", not having imported anything just like the previous example. It attempts to pass the single argument (defined as floor:int in Egg's constructor), but for some reason I get a compilor error 1136 "Incorrect number of arguments. Expected 0."It furthermore seems to know of none of Egg's public functions. Has anybody come across something like this before? Perhaps I am misunderstanding the purpose of packages?I've tried importing com.gamistry.someproject.*, but to no effect. If I explicitly define the myEgg instance as a "com.gamistry.someproject.Egg", and then call the new operator as a "new com.gamistry.someproject.Egg( floor )", the error disappears, but the program still does not execute as expected. No instance is visibly created on the stage, as it was when I was working with the exact same code base from the root package.Here's code samples (I omitted a lot of irrelevant code):

ActionScript Code:
package com.gamistry.someproject {
import flash.display.MovieClip;

[code].....

View 1 Replies

ActionScript 3.0 :: Speech Recognition In FLASH?

Jan 31, 2011

can some guide me that how i can make speech recognition software in flash, for e.g if i speech letter "A" than letter A appear on page and start animated, this is my project i need help.

View 5 Replies

ActionScript 3.0 :: Scrollbar & Mp3 Player With ID3 Tag Recognition

Feb 2, 2008

[URL] Scrollbar & Mp3 Player with ID3 tag recognition

View 6 Replies

ActionScript 2.0 :: Voice Recognition In Flash

Jun 24, 2011

is that possible that flash can develop voice recognition application? if user says "A" then flash can call movieclip "A", or in the application e-learning, user just say "next" then the application going to the next page.

View 1 Replies

ActionScript 3.0 :: Implementing Own Bitmap Recognition / Tracking?

May 15, 2009

I am working on an augmented reality project and I cannot use FLARToolkit because the marker I tracking is a company logo, The logo is a black T-shape with white writing inside and I cannot use any part of it to create a marker that FLARToolkit will recognise. I decided to implement my own tracking / bitmap recognition which follows the following process...

1) Convert to B&W
2) Color all possible regions in different colors
3) Find the best candidate from the colored regions

Here is the tracking code so far: [URL]. It works but it is suffering form a few problems; It's slow, sometimes a dark area is mistaken for the logo, it isn't aware of orientation, it is affected by different lighting conditions.

View 6 Replies

ActionScript 3.0 :: Realtime Audio Recognition In Flash?

Sep 20, 2009

i am currently working on a audio visualizer in flash but is stuggling to get flash to detect sound off my onboard sound card. Is it even possible now with flash 10? Something like an audio fft but in flash.

View 4 Replies

Actionscript 3 :: Object & Shape Recognition From Webcam?

Aug 29, 2011

I need to create an application to get input from a webcam or camera connected to a computer and detect certain 3d objects.I could do this from a .3ds file or something else? I'm not quite sure.I am pretty sure it is possible with flash as3? I have been looking into openCV but i can't find any examples of this kind of thing.

View 2 Replies

ActionScript 2.0 :: Dynamic Text Character Recognition?

Nov 11, 2007

Is there a way for flash to return a specific character from a string into dynamic text.

Example:

Code:
var headline = "kirupa"
character.text = 5th letter of headline
trace(character.text);

Then it would output the letter p, because it's the fifth letter.

View 1 Replies

Image Recognition Via Webcam / Augmented Reality With Flash

Oct 3, 2010

URL..which should be recognized via a webcam. So this image is the original which should be included into the swf. If a person show this image in the webcam, an overlay of a video should added and played (augmented reality).How can I do this? I found FLARToolkit, but it is not possible because I need a black border which the original image does not has.Are there other libraries which have this functionality?

View 2 Replies

Android :: Adobe Native Extensions - Voice Recognition

Dec 12, 2011

currently I am coding a android mobile app in Flex with the Flash Builder. I am tring to get the Voice Recognition of the Android Platform working but it seems to be complicated. I managed to write a Native Extension that at least displays the Android style voice recognition that asks for speech input. I found out that for the android system the speech input dialog represents an activity where you can wait for the activity's response and overwrite the onActivityResult function. And there is the problem. Since I have to call the Activity "Voice Recognition" in the FREContext the response of the Voice Recognition Activity gets lost.

[Code]...

View 1 Replies

Flash - Voice Recognition Library (Respond To Simple English)

Feb 20, 2012

I'm after a Voice Recognition Library in ActionScript. I need to the software to be able to respond to simple english responses only. Yes & No type of responses.

View 2 Replies







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