build adobe air to use YouTube API v2.0 - actionscript-3

I'm trying to use YouTube API v2.0 to let users authenticate into their YouTube account and be able to upload videos from there... but I want to do this application in AS3 as an adobe air application.
I searched the api but I couldn't find any proof that I can do this with AS3? thought to drop a line here and ask if it's possible at all? specially being able to upload videos through the adobe air desktop app?
If possible, is there any link you could give me to get me started faster?

This appears to be a google code project written in as3 that supports uploading videos in desktop air apps (see the example AirYouTubeUploaderSampleApp).

Related

Vimeo to record videos using a camcorder

Can I use Vimeo in my web application to record a video from my laptop which is connected to a camcorder ? Camcorder exposes JAVA API's which supports START / STOP / Zoom-in and all other camera options.
Vimeo was not created to record a video. It's just a video hosting platform similar to youtube but for professionals.
You need to be doing the recording and then use either their interface or their API to upload a video.
In your case, you could imagine creating an intermediate application that connects to your Camcorder's exposed API, gets the recorded video, and uploads it using Vimeo's API.
Here is an official list of libraries and sdk's that Vimeo proposes to simplify the API usage.

How to display a notification in adobe air for android

I want to display notifications in my Adobe Air App for Android using Adobe Flash and Action Script 3.0 .
I want to use notifications for reminding people to update my app when a new version gets released, so how do I do this?
Thank you.
As DefinitelyNotAPlesiosaur has mentioned, using an ANE is the way to go.
You can find some free ANE's to use here:
http://www.riaxe.com/blog/200-adobe-air-anes/
but I would highly recommend district as they publish multiple well documented ANE's with example files and offer excellent support.
http://airnativeextensions.com
It sounds like you would need either Notifications or Push Notifications if your message was to appear when the user is not using the app, or Dialog if the message appears whilst the user is using the app.

How to asynchronously upload an image from an air app on iOS/Android using as3 and php?

I want to upload an image from an air app running on iOS or Android to a server using php.
I need to have a functional UI while the file is uploaded, and I cannot have the user having to select the image from a gallery as it is already captured using CameraUI.
Ideally I should be able to get ProgressEvents during the upload to update the user on the progress.
When exporting for iOS or Android JPGEncoder is extremely slow.
I changed to using JPEGEncoderOptions instead, and things are working now!

Which VIMEO API to use for our needs - web based help "tutorials"

We have a web based system that we are looking at replacing our existing "help system" from uploading flash videos directly to our website to instead "embedding" content we upload to our vimeo account. We have setup a vimeo pro account and these videos need to be "private" i.e. not accessible to the general public. Which API version should I use? And do you have any sample code in say PHP I could take a peek at with the functionality we are after
The Advanced and Simple API's will no longer receive new features, and soon you will not be able to create new apps for them.
Vimeo has moved towards a unified API, which you can read about at http://developer.vimeo.com/api. Make sure to use the api through api.vimeo.com, not vimeo.com/api/rest/v2.
Vimeo has an official PHP library, with some very basic examples that you can see at http://github.com/vimeo/vimeo.php

How can access iPhone camera with AS3

I'm a newbie with flash AS3. And I'd like to create app with air for ios.
how can I access iPhone camera with air and use library ( ASFEAT and Away3D ) for create AR app. I want to see example code for use, please
This is the standard way to get it
Is there any other alternate ways to access camera?
Also read about native api provided by ios to air.