Tagged Questions
1
vote
0answers
49 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
46 views
'full screen' looping background video for AIR based iOS application
I'm creating an AIR based app, targeting the iPad, where I want to use a 'full screen' looping video in the background.
In the foreground are moving and animated elements, anywhere from 5-50 total.
...
0
votes
1answer
36 views
FLV Keyframes, any explanation?
I would like to know please, what's the purpose of keyframes in FLV? what are they good for? and in what situations they are more recommended than other situations?
I know that keyframes are used for ...
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
0answers
69 views
Cover container with Flash AS3 FLV video keeping aspect ratio
For a video project I need to use Flash to display videos of various aspect ratios in Firefox (I can only load h264 encoded videos, and there's no way I can convert them to any open format). I use the ...
2
votes
1answer
111 views
Buffering while pausing netStream.pause() actionscript
I have a video player and I would like to implement a pause button. I want the video to pause, buffer, and then restart from the point when the user pressed pause.
I red here ...
0
votes
1answer
89 views
How to play video loop smoothly in as3?
I have to play video loop (2 second HD quality), and there is problem with playing video from the begining because method seek(0) always freeze Flash Player for a moment. There is now way to avoid ...
1
vote
1answer
95 views
as3 fullscreen video performance with stage.fullScreenSourceRect
Why does defining a Rectangle object on the stage improve video playback performance?
Without the following a 1080P video plays back at 17fps
With the following it is both larger(fills width of ...
0
votes
0answers
78 views
Stage recording of video with a picture attached at cue points- as3
I'm building an app that attaches an image(a jpg file) to the video, with CS5. I would like to know if there is a stage record feature available with CS5 to generate a separate video file (.flv) of ...
0
votes
1answer
85 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 ...
0
votes
1answer
39 views
Increase bufferTime with a button. Flash
I'm new with flash and I have a video recorder and a video player. I would like the user that receives the video to be able to delay the video using a +1 second button.
So what I tried to do is to ...
1
vote
1answer
152 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
1answer
84 views
Streaming FLV videos
I have 3 flv videos that I'm streaming. The first one is the intro. Then the second one is playing after the intro right after the intro ends. And the second video is looping. Everything seemed to be ...
0
votes
1answer
55 views
Loading Progres bar and 7 flv videos
So i have one big promo page. Where I'm going to streem 7 diferent videos. And I need to load the whole content before that.I'm going to do it with to swf files. The first one is going to be only the ...
0
votes
0answers
136 views
Using Flash Media Server 4.5 for P2P video streaming
Is it possible to develop a P2P live/recorded video streaming .swf without using Cirrus/Stratus? If so, is there any reliable references where i start with? I've read about cirrus, but would like to ...
0
votes
1answer
48 views
Publish video from AS3 to Youtube
I read some examples to upload videos (from the user's disk) to yotube, using an AS3 app.
http://gdata-samples.googlecode.com/svn/trunk/gdata/YouTubeApi/YouTubeApi.mxml
I need to publish (into my ...
2
votes
2answers
146 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
2answers
508 views
AS3 Video & NetStream : MP4 video not showing with appendBytes
I'm trying to stream some MP4 video in a Video component in an Air application, using a NetStream and the netStream.appendBytes method. The source video is coming from a socket so I need to append the ...
1
vote
1answer
31 views
Flex run a method on EXACT time in video
I need to try and run a method on the exact time that a certain clip in a video is playing.
so far I can do this with:
<s:VideoDisplay id="vid" currentTimeChange="checkTime()" x="208" ...
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 ...
0
votes
0answers
131 views
AS3 Cropping specific sections from video
first user will see a video(mirror like) n then they will need to draw a rectangle by clicking n dragging(Mouse Down,Move,and Up) The mouse down and up position is stored in variables. So i want them ...
0
votes
1answer
156 views
Playing fly from library using AS3
How can I play a video from my library using AS3? It is in folder video and is called video01.flv.
package
{
import flash.display.MovieClip;
import flash.events.MouseEvent;
import ...
1
vote
1answer
150 views
In AS3, when a streamed video freezes, how can you detect that?
What is a good, reliable way to detect if a video over a NetStream freezes mid-stream? I need to know this for RTMP and RTMFP, although my guess is that the protocol doesn't really matter here. ...
0
votes
0answers
150 views
Cut a part of the video in Flash AS3 not working as intended?
I am doing a video editor in AS3 to cut, paste or append a part of the video. Just forget about append/add part. I am not doing it yet.
What I have done so far is,
1. Load the video using URLStream,
...
1
vote
1answer
648 views
1119: Access of possibly undefined property SEEKED through a reference with static type Class
Need help with this as3 code that used to work in Flash CS5.5 but now is not working with Flash CS6.
I got a FLVPlayback instance called myVideo in the stage and Im trying to capture the "seek" event ...
0
votes
1answer
62 views
Embed Youtube channel into Flash Site
How can i embed a Youtube channel to a Flash site?, is it posible using ActionScript3?
0
votes
1answer
83 views
Greensock/LoaderMax, Transforming properties of F4V's parent class
I have created a Player class which extends MovieClip and contains an array of F4V files being loaded via LoaderMax.parse ... In my Main Document Class Main I want to transform properties of the ...
2
votes
1answer
292 views
ActionScript 3 onMetaData video duration - can't store value
I have standard NetStream for video connection in AS3:
The Code:
public class VideoInit extends MovieClip
{
import flash.media.Video;
import flash.net.NetConnection;
import ...
0
votes
2answers
129 views
Video splitting in as3
I need to develop a video editor in as3. Where, I need to split a long video into small clips and save them. Is there way to do it?
1
vote
1answer
249 views
FLVPlayback clip loading delays
I'm building a narrative click-through kiosk app in Flash/AS3. Currently, there are several (10+) locally loaded .flv files that I'm loading into an FLVPlayback component on the timeline. I am ...
0
votes
0answers
372 views
AS3 Video Stream in motion tracking project not displaying on Stage
I'm working on a project that displays streaming video on the stage and tracks motion on it. Everything seems to be working, but for some reason the video won't display on the screen. I was hoping ...
2
votes
1answer
143 views
How to detect putting in or taking out headphones pausing video in Flash using AS3?
I've noticed the sneakiest behavior playing video with NetStream. If the video has an audio track, and the headphones are plugged in to my machine or removed, the video pauses for a second, and then ...
0
votes
1answer
428 views
Flex 3: Video Player with “double” progress bar (video loaded/video play progress)
I'm implementing an FLV video player based on Flex 3, and I would like to add a feature similar to Youtube player: I want the progress bar to display both the video displaying progress, but also the ...
0
votes
2answers
805 views
Flash Load external Video and Loop
I have added an external video to a flash AS3 file using the normal sequence:
file> import> import video
The video is in an mp4 format and I have not set a skin on it. The file plays fine, but I ...
0
votes
2answers
105 views
does as3 require the flash player
I am helping to build a video based website. My client wants the website to be viewable on ipads/iphones. Therefore, I absolutely can not require the flash viewer.
One of my developers wants to use ...
1
vote
2answers
345 views
Flash (Actionscript 3): Play 2 videos from 1 NetStream?
I'm streaming a video from an Amazon CloudFront RTMP source with
video.attachNetStream(myNetStream);
myNetStream.play(myVideoFileName,0,-1);
and it's working quite well. Now, what I want to do is ...
0
votes
1answer
151 views
as3 Video not displayed on PC in debug mode
I am developing an app in as3+AIR for iPad with Flashdevelop.
I stream a flv with StageVideo and everything is working fine deployed on iPad.
But on the PC in Flashdevelop Debug mode no video is ...
0
votes
0answers
48 views
Streaming video / webcast
If I wanted to have a prerecorded video, and have it play at 18:00, and if someone joined at 18:02 the video would be 2 mins into it.. therefore it is much like a webcast but for a prerecorded ...
0
votes
2answers
503 views
flash as3 netStream video. How to skip 3 seconds forward/backward while playing video?
I have NetStream attached to video control in flash movie.
I cannot understand how to jump forward or backward.
var ns:NetStream = new NetStream(nc);
ns.addEventListener(AsyncErrorEvent.ASYNC_ERROR, ...
1
vote
1answer
268 views
AS3 UILoader swf continues to play in the background
I have a simple expandable advertisement which loads an external SWF file. The external SWF file contains an embedded video.
Using the UILoader component, I have loaded the SWF, added it to the stage ...
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
1answer
238 views
Stage3D causes fullscreen (Stage)Video to lag/jitter
I'm having some serious problems with flash at the moment. I have a swf loaded that uses Stage3D, displaying 3D content. When I overlay a video player, on full screen size, it will cause massive ...
0
votes
0answers
46 views
how to add all videos to bufferList in actionscript?
I work on a project. i have a content player and getting content (page's title,swf,videoId etc..) from xml. when a page load (title,swf,video), i want that, next page's video is buffering.My aim is ...
0
votes
2answers
179 views
How to slow down the Webcam reproduction
What I need to do is easy: the purpose of this test is show down the speed of my webcam when the camera capture a white pixel so:
1/ I create a Camera
this.cam = Camera.getCamera();
this.velocidad = ...
0
votes
1answer
161 views
Flash Player 11.2 Video Events addEventListener
Has anyone been able to get an addEventListener working with Flash Player 11.2?
I always get this error:
Scene 1, Layer 'actions', Frame 1, Line 104 1119: Access of possibly
undefined property ...
0
votes
2answers
343 views
Full screen video in the middle of the screen
After using the answer I found here
as3 video full screen mode
which was :
stage.displayState = StageDisplayState.FULL_SCREEN;
videoPlayer.x = 0;
videoPlayer.y = 0;
videoPlayer.width = ...
0
votes
0answers
312 views
Dynamic Video with Facebook API and AS3
Basically I'm developing a Facebook App with Flash and AS3. The app is supposed to load an external video, overlay it with dynamic graphics (like my FB profile pic) and allow my user to share the ...
0
votes
1answer
135 views
Make bitmap partially invisible AS3
I am trying to make a object (movie clip containing textfields and bitmaps) and I need to make it partially transparent at times (like making half of it disappear). How is it possible?
0
votes
2answers
954 views
record video using flash media server 4.5
Hello i am trying to capture my camera as an flv file with fms 4.5 i am doing the following:
protected function rec_clickHandler(event:MouseEvent):void
{
nc = new ...

