Show an image over (on top of) a webcam feed actionscript 3 - actionscript-3

So I have searched the web for about two days and don't have a clue where to start. I'm pretty new to flash (started 2 days ago). I'm a 3rd year CS student and I'm kind off stuck on this.
It'd would be great if anyone could tell me if it was possible in flash or not?
and If it was then probably share a tutorial?
If not then kindly mention how(using what) can this be done?
Appreciate the help :)

Related

is date spinner available in flash

I'm creating a app using flash cs 6. I need to implement date picker like in android devices. I googled a lot but didn't find any help. My question is, Is there any component like date spinner in flash cs6 ? Can someone give me a clue where to start ? I even tried to build my own with the help of few things I found but without success. Any help will be appreciated.
There is a component on Github. Maybe able to help you.
https://github.com/nidin/as3-date-picker

Any ideas on how to create a flying tile 3D transition just via script/classes?

Right guys,
I have been looking all over the internet for a tutorial to which will show me how to re-create this effect on images...
http://flash-effects.com/tutorial-image-transition-flying-tile-3d/
I dont want to install these 3rd party components, because the project I am working on at present, may in future need to be edited by other designers/developers.
Is there anyway to do this just via scripting???
Any feedback would be appreciated, im ideally looking for a tutorial...
Most of what you're looking for is here. Then download the Bitmap.zip example and look through it. Although I will reiterate what the page says, you really should buy the book. It's quite good and teaches a lot about Flash in general, not just game programming.
You'd still have to figure out how to randomize the height and width of the pieces, add an onClickListener, and then move the pieces. From the example you provided it looks like they're just moving them back and forth in a z-dimension.
Hope this helps.

"Start time" on TED video embeds

http://jsfiddle.net/N8dYL/
The goal i'm trying to acchieve is that when you click play, the TED Talk starts playing at for example 02:22
I've tried several things i know from JWplayer like video.mp4?time=02:22 but I couldn't get it to work on this player.
Does anyone have some inspiration for me?
AAhHH! I just noticed that when I pause a TED Talk, the url at the top changes with that number! So it's far easier that what I posted below - just pause the talk where you want and copy the URL!
Seems that when you use certain social media plugins/extensions (I'm using MeetEdgar on Chrome), you can click to share from the bookmark button when you pause the TED video and it will give a unique time number. I just did this one: http://www.ted.com/talks/julian_treasure_how_to_speak_so_that_people_want_to_listen#t-28636
There is no clear pattern, though, as the #t-xxxxx for 10 seconds was 426018, 20 seconds was 8651, 30 seconds 18670 and the one above was at 40 seconds.
I'm guessing the player creates a random number for that specific point. Probably so that people don't share just bits, but the whole thing.
I'm only guessing that some of the Twitter, Facebook or G+ plugins/extensions might do the same. Give it a shot!
~Bon
this post may help
Start HTML5 video at a particular position when loading?
or at least that's what i hope lol :D
make sure you read this
http://dev.opera.com/articles/view/everything-you-need-to-know-about-html5-video-and-audio/
you might find it helpful after all :D
The only thing i can think of is downloading the mp4, and using JWplayer, like i just did.

Is there any good place to start learnig how to make a 2d game for android

I have look eveywhere on the web. I've look at lunar lander with surfaceView ,snake, jetboy.I've even bought pro android games only to find that it dosen't work I also read up on open gl but they all leave out informait like how do you postion you image with diffent sceen.
if you know any good link can you post them because I'm more confuse then evey right now
thankyou.
Here is a link to a project that I have (haven't worked on it for a few months). It is a 2D mini MMO game that I started a while back for my college senior project. All the code is open source if you want to take a look at it. I developed the graphics with OpenGL ES.
There is a lot more here than you need, but if you have any more questions, just let me know.
Crystal Main Page
Crystal Android Code

Two Webcam At Same Time AS3?

Dear guys ,
Is this possible to stream two webcam at same time in flash !?
I want to use one to track a person from top and one for face detection ?!
I just wonder am i able to use two webcam at same time in as3 or as2 !?
Thanks in advance
I thought it would be impossible but I found this link : http://blog.tricedesigns.com/2006/10/multiple-cameras-in-flex-demystifying.html
It's pretty old so I'm not sure it's still working with the latest Flash Player versions