Actionscript 3 :: Adobe Air - Switch Between Front And Back Camera?
Jan 22, 2012I'm using Adobe Air 2.5 and would like to switch between the front and back camera on an Android device.
View 2 RepliesI'm using Adobe Air 2.5 and would like to switch between the front and back camera on an Android device.
View 2 RepliesI wanted to open front camera of the Motorola XOOM and try to live streaming using the front camera.
View 1 RepliesI have a project (see attached) where I need to have the folders seem like they are floating in space, and I need the best way to make it so when you click on a back folder, it slides off the screen and come back in front of all the folders.
View 2 Repliesi know when you are developing for desktop when you use get camera you can pick which camera you want to use in the flash file, im developing for ios and wondered how i would get camera the front camera working on an app.
View 2 RepliesRecently I went thru the code for accessing the camera using flash ActionScript3 and I have tested the code in iMac machine, iPhone and Android.Now based on this, I am developing an application for Android which includes the accessibility of the front camera. Now my Problem is I dont know how to access the front camera? We should use some other code or should we specify which camera should be accessed? First of all, can we access the front camera thru flash?
View 1 RepliesIm currently working on a piece for my final year project that takes a webcam and has an old movie effect over it in as3. I have this all working but what I need to know asap though is, Is there a way that i could put a black box layer over it that when the user walks in front of the camera that the black box would disapear. The code I have in the actions panel for the webcam is:
[Code]...
I need to send back or bring to front a movie clip thru actionscript??
View 2 RepliesI've developed a website and on the home page there is a series of css/ javascript dropdown hyperlinks. Some of these hyperlinks display a popup menu of further links on mousemover. Immediately below the hyperlinks is a small flash movie.
The problem is, when you mouseover the links and it displays the popup links, the flash movie appears OVER the drop links.
Is there a way I can either send the flash movie to the back using some kind of 'send to back' option like there is in dreamweaver? Surely I don't have to restructure my page to allow for this?
I have created a motion-tween with three images rotating in a flat circle from the foreground to the back. As the images move to the background, they shrink in size 25% and darken a bit. The motion has three stopping stages, with each image having a period in the foreground.
I am having an issue figuring how to make the images in the front to overlap those in the back as it rotates. I have tried placing each image on a seperate layer and placing the images on a single layer but it doesn't function the way I hope.
I don't understand how it's possible to have a lot of objects on the stage and be able to manage the motion tweens with all of them, but ALSO manage which objects are in front and which are in back of each other. I have a military type animation and there is a lot of action going on, and there are times where I need some of my guys to be in front of objects, and times when they need to be behind.
I don't know how to manage the objects in regards to layers and motions in a way so I can get the objects in the order I need them to be (like which item goes in front of the other).
Does anyone have any tips or a way that I can manage my objects and motions and be able to sort them on the stage so that I can arrange the objects how I need them to be in regards to placement and which should be in front of other objects?
how to create a two-sided movieclip and load a different image on each side.
View 1 RepliesIs there any way to make a clicked movie clip go to front, and then when released, go back to it's original position?
I've been reading about swapDepths and a few functions that allow to bring to front the MC, but nothing to return them to their original positions between the layers.
Can this be done? Or is it any way to make it look as it?
Is there someway that you can arrange movieclips in as3? Like when you right click on it and you can arrange "Send to back", "Send to front". For example I've exported 2 Mc:s to as3 and made a new instance in as3 by referring to the class I exported. So is there someway I can decide which one to put infront of the other one? If it's confusing my goal is to at some point bring one of the Mc:s to the front, and on another point bring the other MC so the front.
View 1 RepliesThere are samples to show how to access front camera of android devices using android sdk.
View 1 RepliesSo I'm going to have a wall of cubes and basically, I don't want to see the sides of them. I just want them all to be facing directly into the camera (so basically you'd just think it was a bunch of squares to begin with). The problem is, with the default focus and zoom values, naturally I can see the sides of the cubes nearer the left and right of my scene but I'm not sure what zoom/focus values would help me achieve this. Is this actually possible!? Basically I just want to be able to do 3D stuff with INDIVIDUAL boxes and I can't think of a way of doing it without using a separate scene for every box (which would allow me to put all of them effectively at 0,0,0)!
View 3 RepliesI'm looking to slideshow or flash my magazine front and back cover and some interior pages on my website. So they will show the different pages back and forth.
View 1 RepliesI want to control which DisplayObject is displayed on the front or on the back. I can control that with zIndex style in css.
View 3 RepliesI've created an swf file in After Effects and uploaded it to my website. It works fine, HOWEVER. when you click onto another menu tab and then switch back to Home the swf has dissapeared.To see for yourself look at [URL]
View 9 RepliesAny reliable full screen code for actionscript 2.0. I have search but can't get any thing that works proper. I just need a button type toggle that switches the screen to full screen and back.
View 1 RepliesHow can I determine if someone switch to another window (say notepad) while keeping air app open behind, I was looking for a way to detect if user switch form air app to another.
View 1 RepliesImagine that you want to record video with filter you made but stream class doesn't publish video but camera and camera class doesn't have filter option. What would you do?
View 1 RepliesI am using this collapsible panel - link. Unfortunately, I have a problem using it with application states. I have a state where this panel is visible, when I switch to this state, this panel shows, when I click on it, it opens and its content shows. If I switch to another state (this panel is removed from display), and then switch back to the previous state, the collapsible panel stays open, but its content disappears. In other words, the collapsible panel's content doesn't persist through states. Anyone know what the problem is? Or is there another collapsible panel that can work around this issue?
View 2 RepliesWhen an Adobe Flash program accesses a camera or microphone in Adobe Flash, Adobe pops up a panel to the user if they want to Allow or Deny access. If the user clicks Deny, I would like to pop the same panel back up. However, trying to access a microphone or camera again doesn't seem to do it.
I know there's Security.showSettings(SecurityPanel.PRIVACY), but this is a slightly different popup which has a "Remember" option which I explicitly do not want.
Is there a way to repeatedly popup the Allow/Deny confirmation without the Remember option?
I have a site with an SWF that I can put some metrics into, such as ZIP Code, Weight, etc.. then, it takes that info and gives me shipping rates.
I need to build a front-end site that I can have a forms page that will push data to the backend SWF, and then return the data back from the SWF to the front end.
Front-end -> SWF (Zip Code, Weight, Size) -> *Calculates* -> Front-End
That should be the flow.. So I need to send data to the backend, GET the data that it calculated, and return the results to my front-end.
i hava two text boxs in flex.have to add two txt boxs values in back end java and have to return back to third text box in flex.
View 1 Repliesam creating a shooting game. my main class in first frame now i want to add the title in front of the game if a adding frame in front make it stop function. the game play runs what can i do?
View 1 RepliesI know this is really subjective, but I can not stand what Adobe has done to Flash's interface (propertys panel to the side, etc). It seems you can only manually modify it so much. Is there like, say, a third party plugin that fixes this?
View 10 RepliesI have a flex mobile application that I am working on that I am having issues with selecting an image from roll/taking a picture. My application is not tabbed, however one part of it contains a Tabbed View Navigator with tabs across the bottom. Within one of those tabs, I have the ability to upload an image to a webservice that I have created. However, when I select an image or take the picture, it pops back out to the initial splash screen and the application restarts. If I use the component standalone (outside of the tabbed view navigator) it selects the image and uploads without any problem.
[Code]...
I am trying to implement a simple chat application in adobe flex 3 with php as back-end. I have found few frameworks on net, AMFPHP and WebOrb. But I see that both these frameworks do a polling to the server at regular intervals.
View 4 RepliesI am capturing camera on flex for android using air 3.1,and found that the camera is only showing the a part of of actual camera video.When i view camera using normal camera application in android galaxy tab, it shows full camera area but when i am capturing the camera in flex its showing only the center area for it.I tried using setMode to set the resolution, but its not of any use.Is there any way to get full camera area captured inside flex using camera.getCamera ?
View 1 Replies