ActionScript 3.0 :: Wrap Two Sections Of The Video (h264) Inside The Final App?

May 21, 2011

I'm building an iPad 2 app with Flash with ActionScript 3 (Adobe CS5.5), what I want to do is to wrap my two sections of the video (h264) inside the final app?To clarify, I do not want to stream the video or load it external, "I need it to be included in the app locally" (inside the final package)!I need it to be in one application, to upload to the iTunes Store/Google market...PS like to do the same with Android, the package (apk) no stream video.

View 2 Replies


Similar Posts:


Flash 10 :: Wrap Video Mov(h264) Inside The Final App For Android/iPad2?

May 22, 2011

I�m building an iPad 2 app with Flash with ActionScript 3 (Adobe CS5.5), what I want to do is to wrap my two sections of the video (h264) inside the final app? I do not want to stream the video or load it external, "I need it to be included in the app locally" (inside the final package)!I need it to be in one application, to upload to the iTunes Store/Google market�

PS like to do the same with Android, the package (apk) no stream video.

View 0 Replies

FMS Save H264 Video Can't Last For A Long Time

Nov 11, 2011

I use FMLE to publish h264 video to FMS , my server side code (main.asc)[code]...

View 10 Replies

Which Flash Video Format Is More Compressed FLV Or H264

Apr 7, 2010

I read an Adobe article which demonstrated H.264 video playback support in Flash Player. Would video encoded in this format be more compressed than typical FLV videos? Should I be using this format for video I place on websites from now on?

View 3 Replies

H264 Video Driven Flash Sites

Mar 11, 2010

i stumbled accross the following website: URL...As you can see, the site is driven using a hd video. the user can interact with the site by performing little actions with the mouse. I guess this is simply accomplished by seeking through the video using the mousemovements as offset.What i would like to know is, how are videos like this encoded ? How big is the video behind a site like this ? Is the HD content streamed from the server ? What compression would you recommend for similar quality ? Do you guys know a tutorial/article that deals with constructing "video driven" websites like the one above ?

View 1 Replies

HTML :: How To Get DIV Tag To Wrap Inside AdvancedDataGridColumn

Sep 1, 2011

To display HTML formatted text in an AdvancedDataColumn, I'm using a custom renderer which is an mx:Text object. I'm setting myText.htmlText to something like "test text which is really a lot longer than the column width". No matter what properties I set though, the text just runs off the end of the column. I tried wordWrap="true" on the dataGrid and also on each individual column. I also tried messing with css and tried applying it to the text field, but nothing seems to show up. Any Way to wrap htmlText in a text object? Also, but slightly less important, there are extra blank lines after each tag which I would like to get rid of.

Renderer code.
<?xml version="1.0"?>
<!-- itemrenderers/sparkmx/myComponents/SummaryRenderer.mxml -->
<s:MXAdvancedDataGridItemRenderer xmlns:fx="[URL]"
xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:s="library://ns.adobe.com/flex/spark"
textAlign="center">
[Code] .....

View 2 Replies

Media Server :: Use H264 Codec In Live Video Transmission?

Jul 7, 2010

I'm trying to publish video streaming over internet. I want to use the h264 codec in FMS for that. Is there any in built property or setting to use h264 or have to use library for that. And also want to know among VP6, sorenson and 264 which is better to use.

View 6 Replies

Media Server :: H264 Video From FMS3.5 Can't Be Played In Local

Oct 14, 2010

I stream some h264 videos to my application in FMS3.5, the videos can be played in FMS, but don't work in the local playback, <s:VideoPlayer source="test.f4v" x="31" y="18" width="402" height="206"/>. I get some h264 videos from FMS application "vod", they work well.

View 6 Replies

ActionScript 3.0 :: StageVideo Not Showing Live Stream Video (non-H264)?

Sep 12, 2011

I'm trying to use Flash's StageVideo object through the example ActionScript file in this page(http:url....), the problem is it's just showing up a black screen (no video) for live streams which are not using the H264 codec? and also it is not even throwing up a StageVideoEvent.RENDER_STATE event to say that it cannot play the stream. Actually it can seem to play the stream because I can hear audio but it is just unable to show up any video.

Someone commented on some other sites to check if the "Enable Hardware Acceleration" in the Flash settings is checked, and I can confirm that it is checked, again this is only happening whenever I'm viewing a non-H264 stream.Can the StageVideo be used to view live stream using screenshare codec (SVC2)? I have tried viewing H263 stream and it plays fine, only when viewing live stream using screenshare codec that I'm encountering this problem

View 14 Replies

Flash - StageVideo Not Showing Live Stream Video (non-H264)?

Sep 12, 2011

use Flash's StageVideo object through the example ActionScript file in this page [URL] the problem is it's just showing up a black screen (no video) for live streams which are not using the H264 codec?and also it is not even throwing up a StageVideoEvent.RENDER_STATE event to say that it cannot play the stream. Actually it can seem to play the stream because I can hear audio but it is just unable to show up any video, anybody encountered this scenario before?Someone commented on some other sites to check if the "Enable Hardware Acceleration" in the Flash settings is checked, and I can confirm that it is checked, again this is only happening whenever I'm viewing a non-H264 stream

View 1 Replies

Actionscript 3 :: Record And Save Flash Video's With H264 Codec

Jan 31, 2012

Right now I am working on an AIR 3.2 application which lets you stream a video to a Flash Media Server and saves it on a hard drive.This sequence works fine with the standard Sorenson codec but I want to use H.264 for my videos. I found lots example c ode and implemented it in my code, but when I record a video of myself I am unable to re-watch it afterwards.I found how to implement a H.264 encoding in a realeyes blog post here. My code is here.It saves the video as a .f4v file, but my browser (I've tried the latest versions of both Chrome and Firefox, with the latest Flash) and also VLC are unable to load the video. I also used a program called Movie Player which is able to open the file but can only show the first frame and the audio. Neither am I able to upload the video to YouTube because they do not support the file extension.Here is an example video file it saved: H264Test1.f4v.My question is: How do I stream and save the movie with a file extension that I am able to re-watch while using the H.264 codec?

View 1 Replies

Media Server :: H264 Video Published With FP11 To FMS4.5 Not Playing Anywhere Else?

Feb 3, 2012

I have created an swf where I can record the webcam picture as H264 video to a FMS 4.5 (I am using the developer version).My code is looking like this:

var h264Settings = new H264VideoStreamSettings();
h264Settings.setProfileLevel("baseline", "1.2");[code]....

I can then replay the video from FMS just fine, but if I try to copy the video from the FMS application directory into a local project and try to play the video with the FLVPlayback component, or with the Adobe Media Player, it is not playing at all.Is this to be expected? Can't I record a webcam video with FMS in H264 and use that video later without FMS?

View 1 Replies

Media Server :: H264 Rtmp Poor Video Quality Compared To VLC Play

Apr 8, 2011

Same file streamed from FMS4 (same on 3.5) with rtmp protocol has very poor quality compared to real file quality. Is there some low level configuration to do on Flash Server? Is the streaming server making some kind of transcoding before sending the stream? Or it can be Flash Player? Tried unchecking "hardware acceleration" but nothing changes. I am on a local gigabit network, so no network bottlenecks. Video seems very pixelated on the edges (not soft/antialiased). These are the file details:

[CODE]....

View 4 Replies

ActionScript 3.0 :: Wrap Text Inside A Movie Clip / Textfield?

Feb 28, 2010

I've got some text coming from XML, its loaded inside "my_Text" textfields inside a "clip_mc" movieclip.. how do i make either of these wrap to a width? The text just runs off the screen, I need it to stay inside a box. [code]...

View 7 Replies

Flash :: Error Appears When Resuming The Paused H264/mp4 Streaming Video From Red5 Server

Nov 22, 2010

I just met a piece of error log when I was trying to resume the paused mp4 streaming. Here is the log from the server:

[INFO] [NioProcessor-1]
org.red5.io.mp4.impl.MP4Reader - Frame
position was not found for timestamp:
92000

I'm using Red5 newest 0.9.1 final for mac os x to stream the H.264/AAC encoded MP4 file to my flash app.

And there's no problem when I'm resuming the .flv file.

View 1 Replies

Actionscript 3.0 :: Streaming The Flash H264?

Apr 14, 2010

I´m having problems with h.264 in Flash. streaming a h.264 video from Red5 to a Flash client with ActionScript 3 or 4. The original code supports streaming video in .flv format with Sorensen and I would like to support .flv format with h.264 encoding. Does someone know something about? This is my original code:

play_btn.play_symbol_txt.background = false;
stop();
isPaused = true;
var nc:NetConnection = new NetConnection();

[code]....

View 1 Replies

H264 Encoded Flv Doesn't Work

Dec 16, 2009

I put the h264 packets into flv file with the flv file format in video_file_format_spec_v10.pdf. I used CodecID=7(AVC) and filled video data with h264 encoded packet. But it doesn't work. The codec lib is x264 with CABAC enctropy. The test.flv file in attachment is what I created using x264. Below is the media infomation about test.flv.

View 2 Replies

Flash :: Get GPU Acceleration For H264 In An Adobe Air Fullscreen App?

Jul 16, 2010

I'm toying with an Adobe Air app that plays quite large movies. I want to run it on a 1920x1080 display connected to a Mac. Unfortunately, the movies tend to stutter and I'm betting that happens because I'm not using HW GPU acceleration for H264 playback.

Most of the player code is ported (aka copied) from a web player I built and which runs very smooth on the Flash Player from the browser. So the code shouldn't be the problem.

In the Flash Player, to use GPU acceleration in a fullscreen mode, you have to set the Stage.fullscreenSourceRect property. However, this doesn't seem to work in Adobe Air...

View 3 Replies

Professional :: Set Up A Movie With Many Different Sections?

Mar 4, 2011

i am making a flash demo and have a bunch of different sections / categories that the movie will need to navigate to. I created a similar demo previously and used different "scenes" to keep track and organize the different categories. Should i keep using scenes to navigate to or is there a better, more professional way to do my movie?Also, where could i find more information on properly organizing and setting up my flash files? ie: naming conventions, etc.

View 2 Replies

IDE :: Tweening Bitmap Sections Gone?

Jan 19, 2009

I believe in CS3 it was possible to place a bitmap at a keyframe, then create a later keyframe, and break that bitmap up and move the sections. Then, create a motion tween to animate the peices flying apart (or back together).In CS4, this doesn't seem possible--anything I do combines the broken up bitmap into a single entitiy, rendering any tweening useless. Both Motion and Classic tweening seem incapable of such a simple task. (Shape tweening animates the peices, of course, but loses their individual shapes in the process, resulting in a mess).take a bitmap photo or a drawn rectangle or oval, and using tweening to animate it breaking apart?

View 2 Replies

ActionScript 2.0 :: Preload In 25% Sections?

Aug 23, 2004

i am trying to make a preloaded that stops on frames depending on how much is loaded, i want it to stay on frame 1 if 24% or less of the movies is loaded and for every 25% i want it to it to move forward a frame,so far i have done thus,

var bytes = _root.getBytesTotal();
var bytes_loaded = _root.getBytesLoaded();
if (bytes / bytes_loaded >= .25) {
_root.gotoAndPlay(2);
} else {
_root.gottoAndStop(1); }

View 6 Replies

ActionScript 3.0 :: Seeking In Streaming H264 Mp4 To Unbuffered Section

Jun 23, 2010

I need to get H.264 videos streaming. I've gotten the mp4 file playing and buffering, which is great, but when I try to seek ahead to a part that isnt buffered, the video stops, goes to the start of the video, and will no longer play. FLV files behave exactly as I would like them to, meaning they go to selection position and start buffering and playing from there. Here is my progressiveSeek function:[code]keyFramesSeconds and keyFrames Bytes are just arrays that hold the metadata for the seekpoints. This function, when called on the H264, goes to the beginning and stops the video, but when called on the FLV, does what I want. How can I do progressive seek for an H264?

View 7 Replies

Media Server :: Recording FMS H264 / AAC Stream In FLV Format

Aug 18, 2010

I am trying to record a H264/AAC streamin FLV format on my FMS server and all I get in the recording is the metadata but no media content. Is H264 recording only supported in F4V?

View 1 Replies

Media Server :: Record A Stream With The New H264 Classes?

Dec 16, 2011

I just tried to record a stream with the new H264 classes, PCMU as audio codec to FMS 4.5. with MetaData problem. I got only the half of MetData without any duration: neither any audio codec

[Code]...

View 3 Replies

Media Server :: FMS 4.5 Edge On H264 Recorded Streams?

Jan 4, 2012

We have 2 FMS 4.5 servers, one working as origin one as edge we are running our custom DVR application on Origin server, wich records streams. Clients are connecting to edge server and they can watch live or rewind back and watch recorded stream, the problem is after too many clients are connecting to edge server the rewind option becomes unstable, form our investigation we determined that rewind working bad only on that parts of file wich is not cached on edge server yet (caching is working fine when there are not too much clients).
 
We have currently upgraded from FLV Streams to H264, FLV was much stable and was able to handle much more connections.

View 3 Replies

Flash :: H264 Mp4 Index To Front Command Line?

Sep 30, 2011

Is there any command line tools to move an h264/mp4 index to the beginning so that flash will start playing the file quicker over the net? I am aware of the tool QTIndexSwapper however it is not command line.

Alternatively is there an ffmpeg command to place the index at the front during an encoding?

View 2 Replies

ActionScript 3.0 :: Find Keyframes In An Mp4 File With H264 Codec

Jul 28, 2010

I have used the following properties in the meta data handler for finding the keyframes, but returned nothing:

var kfPoints:Object;
for (var propName:String in metaInfoObj)
{
if (propName == "keyframes")

[Code].....

How can I find keyframes in an mp4 file transcoded with an H264 codec?

View 0 Replies

Targeting Sections When Playing Timeline?

May 18, 2009

The site has 6 pages: home, contents, contact, about, showreel, corporate. I have a panoramic photograph as a background across all my pages. When a button,such as contact, is clicked the timeline is enabled and scrolls across the panoramic to the 'contact' area of the photograph.I have a few questions relating to how I can achieve this. 1.) On my actions layer I have this code on frame one: stop(); enter_site_btn.addEventListener(MouseEvent.CLICK, buttonCLicked); function buttonClicked (event:MouseEvent):void { play(); } So when you mouseClick the timeline plays and goes to the next stop point on the timeline which is the contents section. On the contents page are the buttons which lead to the other sections. So far I have this code: stop(); about.btn.addEventListener (MouseEvent.CLICK,buttonCLicked) corporate.btn.addEventListener

(MouseEvent.CLICK,buttonCLicked) showreel.btn.addEventListener (MouseEvent.CLICK,buttonCLicked) contact.btn.addEventListener (MouseEvent.CLICK,buttonCLicked)

Each of the buttons work, but I want the timeline to play and go to the page which corresponds to the button which is clicked, not just to play the timeline until the next stop point. Is there a code which would enable the timeline to play and go to the correct section, and not just roll without a target? 2.) I also want to be able to write a code which enables the timeline to move to any section in the same amount of time. What I mean by this is that if it takes 2 seconds (48 frames) to go from the first section to the second section, I also want it to take 2 seconds to go from the second section to the sixth section (240 frames)

View 40 Replies

Apply Different Eases To Sections Of A Tween?

Jul 29, 2009

Flash CS4 has a feature where a tween can have more than two keyframes. If a tween has three keyframes, then changing keyframe 2 will affect the motion from keyframes 1 to 2 as well as the motion from keyframes 2 to 3. This is a very cool feature.
 
But there's one problem: I can only figure out how to apply an ease to the entire tween, not to the motion between two keyframes. Do you know how I can apply one ease to the motion between keyframes 1 and 2, and a different ease (or the same one a second time) to the motion between keyframes 2 and 3?
 
I've had two ideas so far for getting the same result:

1) Make a custom ease that includes all the eases I want. I find this too cumbersome and imprecise, unless there's a way to copy an existing curve into the space between two keyframes of a second curve (without replacing the whole second curve).

2) Split the tween at each keyframe. But then every time I want to adjust keyframe 2 I have to do it twice, and sometimes the break ends up jerking slightly. I'd really rather keep keyframe 2 a shared keyframe.

View 1 Replies

Professional :: Connect .swf Sections In Site?

Aug 17, 2011

I am creating a website with different sections (home, portfolio... - each of them has a full-screen looped video as a background)I made a separated .swf for each section in order to reduce their size.I just need to know how can I connect these .swf in order to navigate from one section to any other in the website.What would be the easiest way to do so?Is there a way to do it using the available Actions/code snippets included in Flash CS5?

View 8 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved