Two Webcam At Same Time AS3? - actionscript-3

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

Related

Is it possible to call html5 in an flash swf?

I have a html5 to flash related question. Because flash to html5 is so common, it is hard to search for. So I want to ask this question directly now:
Is there a way to use flash to call or embed a html5 game inside the swf?
background: I have a 2d html5 game, which I want to bring to some gaming portals. There are still many portals, which just add flash games to their sides.
That made me thinking about a walk around to bring my game to this portals as swf in some way. But is it worth thinking about it? I have no clue where to start >.<'
Is it possible?

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

Action Script 3 - how to pass variables through multiple scenes

I am using flash cs6 and making a game in which some squares are falling down randomly and we have a wall that is controlled by the mouse. Every square we dodge 10 points are added to the score. If the squares touch the wall then we go to another scene called the "the end" scene in this scene we display the score to the player. So I want to pass the score variable to that scene. I have tried googling it a lot of times but it couldn't help. So my only hope is you guys. Please help.
How do I go to the next scene:
if (wall.hitTestObject(square))
{
gotoAndStop(1, "The End");
}
Instead of using flash to create games like this you can Game Maker it is more efficient.
You can go to its website yoyogames.com
Adobe Flash Professional Creative Suit series are for designers, animators. It is one of the worst IDEs for a programmer (notepad would be better). I'd suggest you to get a better IDE like Adobe's Flash Builder which is more suitable for programmers or search for other 3rd party IDEs like IntelliJ Idea which is one of the best from my point of view.
Instead of programming on timeline and using scenes which is for animators, get into the Object Oriented Programming, start with the basics, the classes, then move on with design patterns etc.

Can anyone identify this small flash audio player?

I see this little player every now and then, but I have no idea where it comes from or how to make one. See here about halfway down the page for one example.
It looks like this screenshot
I know this is not exactly a programming question, but where else should I ask?
It is the WordPress Audio Player. See http://wpaudioplayer.com/.

Is it possible to handle shockwave objects in flash?

I want to know, Is there any way to handle or control the shockwave objects in flash by using 'as3'? I know this is possible in 'Director' by using 'Lingo'. But I am not able to find any way or any articles from where i can get some idea about this. In the director, I've seen there is way to set some properties like camera position, light affects etc. with the shockwave objects. But I am not sure about the FLASH. Can it possible to use these type of properties with shockwave objects in flash, which could be controlled in action script3 ???
Any kind of help would be greatly appreciated.
Thanks in advance!!!
To my knowledge there is no such possibility in flash.
If you want complicated 3D in flash, I suggest you use something like papervision3D
Flash only has basic 3D transformation since version CS4, Director (ShockWave) have had advanced, hardware accelerated 3D for many years. But I think Director is in some sort of limbo and Idon't know if Adobe is going to continue to develop it.
The Flash player has also become faster and Actionscript more powerful, so I think that something like papervision3D may be a good alternative for the most part.
Also bare in mind that the Flash player is much more widespread than the ShockWave Player