Will StageVideo ever become available for Air Desktop
I have been waiting for this feature for a long time.
At this point I would love to know IF it will ever become available.
thnx
I have been waiting for this feature for a long time.
At this point I would love to know IF it will ever become available.
thnx
Yes,
But i'm using FlashBuilder4.6 with the latest AirSDK (non-ac2) overlayed on flex_sdk_4.6.0.23201B
import flash.media.StageVideo;
import flash.media.StageVideoAvailability;
import flash.events.StageVideoAvailabilityEvent;
stage.addEventListener(StageVideoAvailabilityEvent.STAGE_VIDEO_AVAILABILITY,
onStageVideoState);
function onStageVideoState(e:StageVideoAvailabilityEvent):void{
trace ( e.availability );
}
trace ( stage.stageVideos.length );
This works. Stages = 4 and available on Windows7. Flash IDE.
I used this sdk Download AIR 3.8 SDK & Compiler for Windows (ZIP, 204 MB)
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.