Replace The Pictures With About 25 Short Video Files All Under 30 Seconds?

Mar 9, 2010

I am a beginner looking to build my first Flash product. I am attempting to replace an existing PowerPoint, which is all text and picture based, and make it less boring by using Flash. I need to replace the pictures with about 25 short video files all under 30 seconds. Is it worth it to do this in Flash?Is there an existing template for this type of project?

View 3 Replies


Similar Posts:


Php :: Implement A Short Video (10 Seconds, Looping) In A Webpage?

Jan 27, 2012

I'm currently trying to implement a short video (10 seconds, looping) in a web page. Initially, we tried using HTML5 Video tag with .mov (and H.264 as video codec inside). The file size was a couple MB, but the servers we're using were at 99% CPU usage - which is way too high because they're stacked on top of one another and they could burn up if left at that pace for too long.

My question is simply: what is a good way to display a short 10 second looping video inside a web page that limits CPU usage and will keep a descent frame rate? We're exploring the option of good ol' Flash (SWF) files, but wanted to get some input.

View 1 Replies

ActionScript 2.0 :: Replace Long Object Path With Short Var?

Aug 15, 2006

This is what I would like to do. Change this:

Code:
this.onEnterFrame=function(){
if (blaah){ videoMC.vLoader.vContainer.holder.gotoAndStop(videoMC.vLoader.vContainer.holder._currentframe+2);

[Code]......

Is that possible, to substitute a long path with a short var. I know it can be done with any object property, but I'm not sure how to do it with a path, b/c what I've done so far doesn't work.

View 9 Replies

ActionScript 3.0 :: Video Playback - 60 Seconds Video To Start Playing After 40 Seconds Have Been Downloaded

Jul 19, 2010

1) I want a 60 seconds video to start playing after 40 seconds have been downloaded - to do that I set the NetStream.bufferTime to 40 seconds and retrieve "NetStream.Buffer.Full" event causing the video to really start playing. This step is OK.

2) However, the "NetStream.Buffer.Full" causes data to stop downloading. So the remainder of the video begins to download no sooner than after the 40 seconds have been played. This step is my issue. Can anyone tell me how to avoid this unintended effect? (i.e. playing a video and downloading data at the same time?)

View 2 Replies

Create Banner With Imbedded Short Video No More Than 5-6 Sec?

Jan 18, 2011

I'm quite new to flash but have experience in other adobe programs, I'm trying to create banner with imbedded short video no more than 5-6 sec.I was desperately trying to find some tutorials or any help on this subject without success.

View 2 Replies

Professional :: Show Only A Short Segment From A Long Video?

Mar 8, 2010

I have a long video of 50 minutes duration..
 
I want only show a segment for that video, for example I want to start from minute 15 until minute 16, Only shows a minute for that video, but, I want to see that video as a complete short video of 1 minute duration. 

View 1 Replies

ActionScript 3.0 :: Show Only A Short Segment From A Long Video??

May 19, 2010

I have a long video of 50 minutes duration..I want only show a segment for that video, for example I want to start from minute 15 until minute 16, Only shows a minute for that video, but, I want to see that video as a complete short video of 1 minute duration.How can I make this goal?

View 1 Replies

Media Server :: Creating Streamable Audio Content From Short Multiple Input Files

Jun 9, 2010

My question is how possible creating streamable audio files /mp3/flv/ from multiple input files. The server is vps linux without soundcard, installed flash media server 3.5. My task is creating mixed mp3 output file.The input files are 2 mp3 file = 2 channel, uploaded to a server by the user.Controls: volume pitch, equalizer, fading that is controlled from client side flash appThe problem it should be in real time, when the user control the volume pitcher channels  etc  could be heard the result in the client's flash player on client side.For that purpose I tried to split the audio files into 1 sec pieces, and changing the splits only, and when done joining them together.

Feeding them to flash media server there was more problem:-the server streamed not the actual file but probably from cache -the streaming was always stopped after 1-2 seconds - using client side dynamic streaming /without joining the files / only the last file was played - using server side playlist playing more files was not played all the files So the question which way possible creating streamable files, or is there a better solution than splitting them.

View 3 Replies

Delay (2 Seconds) A Video To Play In A Flash Video Player?

Jan 18, 2010

I was wondering how I can delay (2 seconds) a video to play in a Flash Video Player? I know one way is for me to add blank frames but I would like to know some other options.

View 2 Replies

ActionScript 3.0 :: When A Video Is Played The Video Doesn't Show Up For About 10 Seconds

Apr 20, 2009

I have a sporadic bug where sometimes when a video is played the video doesn't show up for about 10 seconds but the audio is there.

i'm using flash as3:

_video = new Video();
_sound = new SoundTransform();
var connection:NetConnection = new NetConnection();

[Code]....

View 1 Replies

Actionscript 3 :: Flash - Possible To Search And Replace Across All .as Files In A Project?

Apr 15, 2011

I have a question that's so trivial and obvious that I can't beieve it hasn't been asked and answered hundreds of times. Yet, I can't find an answer.Is it possible to do a "search & replace" across all the .as class files in an application?

View 4 Replies

Flex4 - Global Search And Replace Throughout Project Files?

May 31, 2011

Is there a way to do a search and replace across multiple files in a single project?

View 2 Replies

ActionScript 2.0 :: Replace An Image With A Video In It?

Jan 31, 2010

In a nut shell, it's been years since I've used flash, and recently I've been working on a rather modern and complex flash website template that I've purchased. What I want to be able to do is change a dynamic gallery, so that instead of displaying an images, it displays flv's. [code]...

View 3 Replies

Flash :: Replace Image With Video File?

Oct 14, 2010

I have video gallery written in ASP.NET. Each video has an .flv file hosted on FMS and image. I want to replace image with flash file each time use mouseover on video.

View 2 Replies

Actionscript 3 :: Pause Video For X Seconds?

Jan 17, 2011

How do I make a code to pause the video for a certain time and then continue on after? (or play a specified frame)

View 1 Replies

ActionScript 3.0 :: Load First 10 Seconds Only Of A Flv Video?

Jan 26, 2009

Is it possible to load only the first 10 seconds of a video, and to play this section in loop ?

Code:
// Initialize net stream
nc = new NetConnection();
nc.connect(null);// Not using a media server.

[Code]....

View 4 Replies

Actionscript 3 :: Get How Many Video (in Seconds) Is Buffered From MP4 File

Jul 7, 2010

I can get which part of file in bytes is loaded using netstream.bytesLoaded,netstream.bytesTotal, I can get the current playing position using netstream.time. But I want to know how many seconds of video are already loaded (not the length of buffer, which remains constant).

View 1 Replies

ActionScript 2.0 :: Pause FLV Video Loop For 3 Seconds

Sep 8, 2009

I've imported a flv video (flvPlayer, instance name) to loop with the following script:
var myLis:Object = new Object;
myLis.complete = function(){
flvPlayer.play();
}
flvPlayer.addEventListener("complete", myLis);
I would like the flv to pause for 3 seconds before looping again...

View 4 Replies

IDE :: Flash Video Plays For 2 Seconds And Then Stops

Jun 19, 2009

[URL] Some of the clips play fine, others play for 2 seconds and then stop.

View 2 Replies

ActionScript 2.0 :: Video Duration - If After X Seconds GotoAndPlay

Oct 29, 2009

I have a video player and I want to read the duration counter so that after say 5 seconds the video fades in some movie clips pauses for a few seconds then fades the movieclips out. Heres what I have so far as a test I have used gotoand play . If I insert this the movie does not reach 5 seconds but goes to frame 8 straight away. If I try a < or == nothing happens ?

// Get video duration
ns.onMetaData = function(obj) {
duration = obj["duration"];
var minutes2:Number = Math.round(duration/60);
var seconds2 = Math.round(duration%60);
[Code] .....

View 1 Replies

Media Server :: Set The Buffer To 30 Seconds For Live Video?

Aug 16, 2010

We purchased the Adobe Flash Media Sreaming Server 3.5.

My question is, the client wants to set the buffer to 30 seconds, so if an error is encountered the live feed feed will not be interupted.

Is this set from the Adobe client that is recording the video or is this a setting on the server?

View 9 Replies

Media Server :: Delay Of 5 Seconds Between Video And Audio?

Nov 24, 2010

I've a site  where consumer can take a live meeting with the beauty consultant. The  problem I'm facing is during the video chat. Basically there is a delay  of 5 seconds between Video and Audio when I access the site from out of  my network but when I access it within my network (VPN) then it's work  fine.

View 14 Replies

Media Server :: Delay Of Seconds Between Video Display

Nov 25, 2010

I've build a simple video chat application. The problem is that there is a delay of seconds between video display i.e. user1 video motion change displayed bit late at the user2 window. I'm using FMS 3.5 and FLEX.. IS THIS PROBLEM RELATED TO THE BANDWIDTH. My FMS bandwidth is 256kbps.

[Code]...

View 3 Replies

Audio Skips Back Few Seconds While Video Freezes

Apr 12, 2011

We are running FMS 4.0 to stream on-demand MBR videos using the OSMF player. We have noticed that occasionally during playback the video freezes, while the audio skips back a few seconds and starts playing. Once the audio catches up, the video unfreezes and resumes normal playback.

View 2 Replies

ActionScript 2.0 :: Flash 8 XML Gallery - It Loads All Pictures At Once - Pictures To Scroll In Its _y Coordinate?

Jun 3, 2008

I'm having two problems. First of all, the gallery loads all pictures at once. The more pictures in the XML file, the slower they all load. Secondly, I wanted the pictures to scroll in its _y coordinate, similar to Sugar Rhyme's website portfolio (see url]...).

View 1 Replies

Professional :: Convert Flash Video Files To MOV Or AVI Files?

Nov 16, 2011

I've tried exporting a MOV file using Flash 8. I've tried converting to a MOV using ffmpegx. Neither have worked.

View 1 Replies

Flex :: Flash Video Playback - How To Determine Seconds Loaded

Jan 11, 2010

I'm trying to accurately determine how many seconds of a video (NetStream) have been loaded so I can scrub/seek correctly. First I tried doing duration*(ns.bytesLoaded/ns.bytesTotal) but this is inaccurate by maybe 15%, ie if that calculation says 20 seconds is loaded and I scrub to 20 seconds ns.time will tell me it can't go past 17 seconds.

I think this is because the size of the file loaded doesn't map perfectly to the number of seconds loaded (obviously), ie as the video loads, some of the bytes loaded aren't the actual video but are overhead of the container/file the video is in. So to load 1% of video you have to actually load 1.15% of the file's size.

View 1 Replies

ActionScript 3.0 :: Control Video - After 45 Seconds Should Start Playing Automatically

Apr 28, 2011

I have a video file which plays fine but it plays as soon as the welcome page starts. I have some small text animation which needs to play first and after 45 Seconds my video should start playing automatically. How to achieve this? Using actionscript 3.

View 1 Replies

ActionScript 3.0 :: Loaded Local Video Stops Play After A Few Seconds?

May 16, 2011

when I use the following function in my doc class to launch a local video, the video "freezes" after a few seconds. This happens no matter what video I am trying to play.

Code:
private function startVideo(e:MouseEvent):void
{

[code].....

View 7 Replies

Media Server :: Copy Video Files To Webroot/vod/video.flv. From The Client Workstation

Mar 19, 2010

I am running Media Server 3.5.2. The server is still non production. I copy video files to webroot/vod/video.flv. From the client workstation I attempt to access [URL] and get nothing. It was my understanding video's copied here could be viewed as such.

View 5 Replies







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