0
votes
0answers
12 views

AIR for iOS fullscreen looping video strategy

For a current AIR for mobile application targeting ONLY the iPad I need to incorporate fullscreen looping video. For optimum performance can anyone suggest whether I should a) implement StageVideo ...
1
vote
0answers
52 views

AS3/AIR/IOS recording a video on iphone and save it into native gallery directly WITHOUT native UI

I'm developing an APP on iphone using as3,flash builder. I'd like to know is this possible to record a video and save it into native gallery directly WITHOUT bump out the camera UI. 1.I've try ...
0
votes
1answer
50 views

Air for iOS - StageVideo - index is out of range error

When I was working with StageVideo in Flash Pro CS5 I always got the error: RangeError: Error #1125: The index 0 is out of range 0 It was solved by updating and using the debug player in Flash ...
0
votes
1answer
61 views

How can I play video in full screen without changing the video aspect ratio in Air

I am creating an applciation in Air using SDK 4.1 which plays videos. For doing this I created a UIComponent and added Video object in UIComponent. Video file is .flv format. Now when I make video ...
0
votes
0answers
110 views

Anybody have a working example of playing a local video file in iOS apps using Flex/AIR for mobile?

I cannot for the life of me, despite being a fairly decent developer, get the AIR API to successfully display/play a video saved locally in any of the following locations: ApplicationStorageDirectory, ...
0
votes
0answers
104 views

LocalNetwork 2 way video chat application-HTML5 vs Adobe AIR solution

I'm tasked with building a video chat application for our company local network. Still trying to decide whether to pursue a HTML5-javascript only solution vs Adobe AIR using UDP protocol for the ...
1
vote
0answers
78 views

getEnhancedMicrophone() doesn't work (reduce echo) on air mobile for IOS

I have a problem with my flex mobile application on iOS. It is a video chat application with a red5 server. The video works fine but the voice has a big echo! I tried using getEnhancedMicrophone() ...
0
votes
1answer
88 views

Export a movie clip to a video file that can be uploaded to Facebook and Youtube

I have a Adobe Air program that simulates a drum. When user hit the keyboard, it will translate to a drum hit and animation will be played on screen. This program is intented for Windows platform, not ...
1
vote
1answer
153 views

Native video in Air on iOS stopping sound and microphone

I'm trying to play a native video in a StageWebView in an Air for iPad app that plays sound and requires user interaction via the microphone. Everything seems to work, but when I start playing the ...
0
votes
0answers
81 views

Flash Air : a “new Video()” turns screen black

I am developing a Flash AIR 3.5 Android app with Flash Builder 4.6. If I put this code at the beginning of my app : import flash.media.Video; ... new Video(); then the screen just goes ...
2
votes
2answers
152 views

seeking not working in flex 4.5 netStream byteArray

I am trying to play a flv video file in flex 4.5 with netStream byteArray. What I am doing is below: Creating a netStream and video object Attaching a netStream with video Reading flv file in ...
0
votes
0answers
67 views

How to make pseudo-streaming from Amazon S3 in Adobe Air application

Are any ways to implement seek at progressive downloaded video from Amazon S3 in Adobe Air application. By default playback always start from 0 when try to go on random position. But this file works ...
0
votes
0answers
31 views

Multi Video Format in Air conversion library or play library

Ive been searching in vain for a working model to accomodate as many video formats as possible. Is there a library, a product which can be reliably added into my desktop air app? Currently I have ...
1
vote
0answers
59 views

Stagevideo stream from youtube

Is it possible to stream a video from Youtube to a stagevideo instance i.e. not embedding it in a stageWebView instance.
0
votes
0answers
164 views

Air VideoPlayer does not play audio on Android Nexus 7 tablet

I have a simple Adode Air (AIR 3.5.0.690) program to play a video (.mp4 and .flv) on an Android tablet (Nexus 7) running 4.2 (also tried it with 4.1.2) Whilst the video plays, there is no audio. I ...
0
votes
0answers
75 views

How to publish live stream in flex air mobile project?

I want to publish live stream using flex mobile project. How to capture video and streaming that live video from flex mobile project to run in google android? Anybody please help?
1
vote
1answer
257 views

Adobe Native Extension iOS h.264 file encoder

I'm trying to make an adobe native extension h.264 file encoder for iOS. I have the encoder part working. It run fine from an xcode test project. The problem is that when i try to run it from the ane ...
0
votes
0answers
23 views

Obtaining video thumbnail on upload when using Adobe AIR (FileReference)

Does anyone know if it is possible to obtain a video thumbnail on upload when using Adobe AIR (FileReference)?
0
votes
0answers
178 views

Adobe Air HTML/Javascript project and video

With adobe air disabling the video feature of HTML5, what is the best way to add a video in an Adobe Air HTML/Javascript project? I found the following snippet: <script ...
0
votes
1answer
73 views

execute media files from AIR 3

I know that since AIR 2.0 it is possible to execute applications (.exe) like this: if(NativeProcess.isSupported) { var file:File = File.desktopDirectory; file = ...
0
votes
0answers
422 views

Playing local video on Android (Kindle Fire) in Adobe Air

I have been trying for several days to get video playback working on my Kindle Fire from my Flex 4.6 / Adobe Air 3.3 app. This is my first attempt at playing video on Android at all. Upon buildling ...
0
votes
0answers
166 views

How to play a video file in flex4.5 android mobile application

I am trying to play a video file in Flex4.5 mobile application but i am not able to do it. So can you give me idea, how can i play video in Flex4.5 mobile application. I am trying to play .flv video ...
0
votes
1answer
276 views

AIR for iOS StageVideo Volume Control

I'm loading and running an MP4 just fine in AIR for iOS on iPad 2. The problem I am having is controlling the volume (muting / unmuting). I am using soundTransform on the NetStream object, but it is ...
0
votes
1answer
130 views

precise seek local video in adobe air

i want to make an application with adobe air for watching a video. the priority is to have a seek with a really fine granularity with seek(framneNumber). i'm usinf FLVPlayback object from ...
0
votes
1answer
253 views

Bad Framerate/Performance for Video Playback in Adobe Air Application for iOS

does anyone know how to solve terrible, choppy, video playback on Adobe Air Application for iOS (specifically iPad - tested on iPad2 and iPad3). The video always seems to get stuck at some point for a ...
11
votes
2answers
5k views

Flash/AIR Stage Video on iOS - Is It Possible? How is the performance?

Does any of you can point me to some resource about video performance of AIR (3.2) on iOS devices. I am interested into: is StageVideo available is video streaming allowed/enabled is the ...
0
votes
1answer
458 views

How to loop a video on flash for air ? [duplicate]

Possible Duplicate: Flash Air video help needed I am making a video based application.In this application a 720p is need to be play loop wise.I have 5 Sec video that should play ...
1
vote
0answers
286 views

Flash Air video help needed [closed]

I am making a video based application for android and ios.I am using air 3.2 based video code for my application.What i need that the video should loop. package { import ...
1
vote
1answer
258 views

Is there any flex video player which can play video byteArray stream?

Is there any flex video player which play video byteArray stream? I want to play video file byteArray in video player. Any web link or commercial component link or article would be appreciated.
2
votes
1answer
605 views

As3 AIR unwanted delay till webcam shows up on video

I'm trying to attach a camera stream to a video object (Working fine). only problem is, there is a delay up to 4 seconds until the stream shows up. adding an event listener to the video object like ...
0
votes
1answer
186 views

Need help displaying 3D video in flash, using NVIDIA 3D Vision

I am trying to integrate 3D video into Adobe air. HALP!!! I see that youtube has 3D videos http://www.3dvisionlive.com/content/smart-kid-teaser-3d and displaying them with a flash player. Is there ...
0
votes
2answers
94 views

Video playback in HTML/JS AIR app

Is it possible to play H.264 HD video in an HTML/Javascript (no Flash) AIR app with hardware acceleration support? I can't seem to find any resources or tutorials. I've been able to play FLVs using ...
0
votes
1answer
547 views

Save video in applicationStorageDirectory on iOS

I would like to save a video into the applicationStorageDirectory of my iPad. The code I have works well, but on iPad, it doesn't work, it sends me an MediaErrorEvent with an errorid 16. I think that ...
0
votes
1answer
550 views

AIR save .h264 video locally

I made an app that saves a video to the users desktop directory, but the encoder I'm using writes flv files. These get to be huge really quickly. At 640x360, a 20 second clip is about 20mb. I'm using ...
2
votes
1answer
677 views

Capture a video thumbnail in Flex/Actionscript

I am writing an Adobe Air application. Users will be able to import videos into the application, but to save on memory for certain parts of the application, it is required of me to convert these ...
1
vote
0answers
484 views

Air App in Android freezes

We're having problem with our air app for android for weeks now and we are not sure what or where the problem is. We greatly appreciate it if you guys could help us or point us to any thread related ...
0
votes
1answer
303 views

hot to play Hd videos in multiple monitors

I'm looking for a solution to play HD videos on a multimonitor OSX environment for a projector/desktop application. It could be one huge video, or a video split in parts. So far I've been using Flash ...
0
votes
1answer
270 views

Creating a simple Flv video gallery with (using flex + AIR)

I'm just moving from programming in Flash to Flex. I want to create a simple gallery which is loaded with locally stored FLV short clips. I know how to create a text/image gallery, but I wasn't able ...
1
vote
0answers
151 views

Adobe Air htmlloader not showing wmv video

In an Air application, I'm using the HtmlLoader to display web pages. Flash Video inside the pages displays fine, but a page with a wmv or asf file will only display a blank area where the embeded ...
0
votes
1answer
665 views

How to fix choppy video playback of local flv file in adobe air application?

I have made a application that plays videos that are stored in a assets folder of the air application but when ever I run it on an hp slate the videos are really choppy. Is there a way to preload the ...
3
votes
1answer
2k views

Recording video from camera, overlaying bitmaps, adding audio, saving to the device all in as3/AIR mobile

I am tasked with recording a live video stream from the camera on a mobile device, then overlaying bitmaps that change over time, and adding an audio mp3 track to the video file, and then saving it to ...
0
votes
0answers
317 views

Flex VideoDisplay : dynamically load a new asset

I have an AIR App with a VideoDisplay element in it. If I define a source="" right away, the app loads and the video plays : <s:VideoDisplay id="player" width="350" height="240" ...
1
vote
0answers
310 views

Playing HD video in Adobe AIR

Has anyone found a way of playing video from an Adobe AIR HTML/JavaScript app that isn't using a Flash video player? The flash players that I have tried have been unable to handle HD video, and for ...
0
votes
1answer
176 views

Recording a flv from an air window. Is it possible.

Is it possible to record and stream an air window to flv? I would like to be able to use multiple video inputs and use text and graphics. To create a video mixer, picture in picture, key in graphics, ...
0
votes
2answers
951 views

playing video works on simulator but not on ipad (2)

I have been trying to play a video that was converted using http://www.mirovideoconverter.com/ to mp4 file , it is woking fine on the simulator but on the ipad i don't see the video. How can I fix?? ...
0
votes
1answer
203 views

Maximum quality of video with Flex AIR

I want to use a camera which is installed in my computer in a Flex AIR application i'm writing, and I have few questions regarding the quality options : Do I have any limitation on the video image ...
1
vote
1answer
552 views

Spark Video Player: seek() for Local Playback

I am playing back local video in an AIR application using the Spark Video Component. Using the seek method does not provide accurate positioning as per its description: The playheadTime property ...
0
votes
1answer
169 views

How to display video in/with Adobe Alchemy?

I want to display a video from a not supported USB camera in Air (or Flash). There is a SDK (of the camera) to display the video stream. My question: How should the C/C++ routine build to compile it ...
0
votes
1answer
237 views

Adobe Air with a capture card

is it possible to get the video stream of a capturecard into adobe air? I think on linux there is it possible to setting up a capture card as a "normal" camera in /dev/video0 I have a Blackmagic ...
0
votes
3answers
395 views

Flex and Video Annotation

I have been investigating how to annotate video using Flex or AIR. Similar to how it is being done on YouTube. I am not getting much joy. Wondered if anybody might have any insight? Thanks --Matt

1 2