Expand my Community achievements bar.

iBr3nt
iBr3nt
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi Jeff,Yes, anything that would give a one-to-one (or as close as can be) for using/creating components that fulfill the same functionality on FMS as LCCS would be great. For example, what are the FMS equivelents to the LCCS SDK Navigator app that explains all the components we can use.iBrent

    Type

    Discussions

    Views

    5.6K

    Likes

    0

    Replies

    1
  • I just tried your code on my Xoom using the same build settings (AIR 3.1 and FB 4.5.1), and discovered the problem.You need to set the Android permissions to use the Camera. In your -app.xml make sure this line is uncommented:<uses-permission android:name="android.permission.CAMERA"/>If that line wa...

    Type

    Questions

    Views

    540

    Likes

    0

    Replies

    0
  • Make sure you're compiling against AIR 3.0+ or higher, since front camera support for Android isn't available in older versions of AIR. Also there's a new Camera.position property that you check to guarantee you're asking for the Front camera (if it's supported).http://help.adobe.com/en_US/FlashPlat...

    Type

    Questions

    Views

    540

    Likes

    0

    Replies

    0