Professional :: How Smooth Should Flash Video Play Over A 6Mbps DSL Connection

Mar 29, 2010

I am noticing a lot of stuttering on my Flash videos viewed over the internet, Win 7 64bit and IE 8, Opera & Chrome.[URL] I am a video producer who shoots, edits, encodes and manages a few websites.  I am very familiar with bitrates and encoding.
 
The videos I am seeing stuttering on are created from HD content and were encoded in Adobe Media Encoder at a bitrate from 775kbps down to 400kbps.  When I play these through my 6meg DSL connection there is a constant random stutter like the video is stuggling with a low buffer.  This happens even after the download bar shows the entire video is downloaded.
 
So am I expecting too much from Flash video?  Will it always be an "internet" experience and not smooth?When I double-click the .swf files in Windows Explorer they play just fine, very smooth.  Maybe a SWF Publishing setting?The Flash player is the latest which was uninstalled and re-installed.

View 3 Replies


Similar Posts:


Flash :: Play Smooth Streaming Video From Iis 7 For A Video Player?

Jun 10, 2011

I want to play smooth streaming video from IIS using the flash video player like e.g. jw flash player instead of silverlight player?Which video format should I use in this case? Can flash then play e.g a video via smooth streming encoded with microsoft encoder?Do you know some alternative video players, that combines flash and silverlight functionality (selected per java script) to use with flash and silverlight?

View 1 Replies

Professional :: Video Player Is In Connection Error State

Mar 2, 2012

Flash cS 5.5 / Win 7. Inserting video into movieclip both with 'import video' wizard and via component. FLV that plays fine on a number of different servers. On opening (after gathering metadata) the message 'The video player is in the connection error state. It enters this state when a video stream attempted to load but was unsuccessful. There are two possible reasons for the error: no connection to the server or the stream was not found.' Firstly I am treating this as a progressive download, not streaming. Second this plays fine locally, it's only when I upload to a server it fails.

The FLV is in a folder directly below the SWF. Result is same with FLV in same location as SWF. MIME type set to vide/x-flv although I've also set it to application/octet-stream. This is a very basic requirement to call the video directly from Flash, the default parameters of the component are adequate and work locally. However the video does not play. Is it fair to assume this functionality simply does not work correctly within Flash CS5.5? I'm unclear as to what >less< I could be doing with this file.

View 27 Replies

Professional :: Have Flash Video Not Auto-Play

Jun 4, 2010

I have a series of videos in the project I am working on and I do not want them to auto play once loaded, I want the user to click the play button to start, how do I do this? I am using AS2 on CS3, the video is on progressive download from the server, I tried a couple behaviors, but none did what I was going for.

View 7 Replies

Professional :: Flash Site Video Won't Play?

Dec 8, 2010

I built a website using flash.  I have two videos that play directly in flash CS5, i published the site and everything worked great including the videos.  now the videos won't play.  my website is [URL]

View 5 Replies

Professional :: Flash Video Play Automatically With No Controller Bar

Jun 24, 2010

(Flash CS3, Dreamweaver CS3, Mac OSX)
I can encode Flash video, and place a nice skin (controller bar) into the file, within Fash, but when I place the final .SWF file into my Dreamweaver page (Insert-->Media-->Flash), and test it in a browser, the vid will play automatically and there is no skin (controller bar). The skin file is residing in the same folder as the .FLV and the .SWF file, but for some reason the skin refuses to allow itself to be seen.

View 1 Replies

Flash :: Professional - Play .F4V Files In Video Gallery?

Jul 1, 2010

know if the ActionScript 3 Flash Video Gallery ([URL]) can play .F4V files?

View 6 Replies

Professional :: FLV Video Import In To Flash Stop/Play

Nov 20, 2010

I have imported a flv video in to a flash8 page and want to get the video to stop on load?when importing the video there are no option other that to included the skinning play/stop/pause etc buttons but no option to stop the video on load!

View 3 Replies

Professional :: Can Play Video In Flash Player And Embed It Into Webpage

Jul 22, 2010

Is there a way I can play a video in a flash player and embed it into a webpage, so the user and start and stop the movie.

View 2 Replies

Professional :: Published A Swf Or HTML File From Flash (on Mac) That Contains Flv Video Can Only Play On Mac?

Feb 28, 2012

I created a flash file that contains a flv file inside. After I published it on my Mac in both html and swf format and it played well. But when I copied all this folder include the swf, html and the source flv to test on a pc it played well but the video part (flv) was blank. So I copied the .fla file to pc and published again, then it works fine (including the flv video part) on both pc and Mac. All the settings were same while publishing.So I wonder what's wrong with publish from Mac side? I work with Mac and so it's very inconvenient to publish my work on PC.

View 5 Replies

Flash :: Professional - FLV - Computers Wont Play The Video Back If The Player Is Set To Full Screen

Mar 9, 2011

Ive imported an FLV into a Project. Some computers wont play the video back if the Flash Player is set to Full Screen. The screen goes black during Full Screen. If you set the player to regular, you can see the video playing (embedded into design) but once you set player to Full Screen the video plays on its own right at centre of screen. Im working on a Touch Screen Display that has the display set to Portrait mode. Im investigating if the display card is causing the problem.

View 1 Replies

Professional :: CS5 Message Error : "the Video Player Is In The Connection Error State?

Dec 24, 2011

I am trying to and I have the following message error:"the video player is in the connection error state. It enters this state when a video stream attempted to load but was unsuccessful. There are two possible reasons for the error: no connection to the server or the stream was not found."

View 1 Replies

Actionscript 3 - Detect TCP Connection Close When Playing Flash Video

Feb 15, 2011

On the Flash client side,how do I detect when the server purposely closes the TCP connection to its video stream? I'll need to take action when this occurs - maybe attempt to restart the video or display an error message. Currently, the connection closing and the connection being slow look the same to me. The NetStream object ushers a NetStream.Play.Stop event in both cases. When the connection is slow, it usually recovers by itself within seconds.I wish to only take action when the connection is closed, not when it is slow.Here's how my general setup looks like. It's the basic NetConnection->NetStream->Video setup.

this.vidConnection = new NetConnection();
this.vidConnection.addEventListener(AsyncErrorEvent.ASYNC_ERROR, this.connectionAsyncError);[code].....

View 2 Replies

Actionscript 3 :: Video Buffering Impact To Video Over A Slow Connection?

Apr 12, 2012

As I understand it video over a connection of say 40Kb/s wont actually have time to load and make a buffer, and it'll be "glitchy", so it wont make much difference whatever buffering is put in place. I'm getting complaints about glitchy video. I don't have access to the servers serving the media so I put a load timer in a swf along the lines of averageLoadSpeed = (bytesLoaded / loadTimer.currentCount) / 1024;

Out of 5 tests run, 2 were below 50Kb/s. And I've been told the server also is not geared towards media and put priorities on other business tasks. The head of IT for this company keeps going at me about buffering, and how that'll fix the problem. I tried to explain that the speed is way too low (32Mb = 32768Kb / 24Kb/s = 1,365 seconds * 60 = 22min) enlighten me on buffering aside from wikipedia's explanation about IO streams.

View 1 Replies

Professional :: Video Doesn't Play In Authoring Player, Does Play In Debug Player

Nov 8, 2010

I just updated to CS5 - I'm working on a custom video player. It works fine embedded in a web page both locally and on the network. It works fine in the debug player. However, when I test it in the authoring player I get a NetStream.Play.StreamNotFound error and no video. I have tried setting the Local Playback Security publish settings to both local and network - doesn't find the video either way.
 
It used to run fine in CS4 in the authoring environment.

View 1 Replies

Professional :: Video Won't Play In IE?

Mar 7, 2011

My flash project is a video player. There are library items and .as files that help compile everything that it needs.I'm experiencing something very strange.Here is what is happening.

1. When I test my movie in flash it works great. The preview image appears, the movie loads quickly, and when I click play on either the big play button or the control bar play button it starts immediately without hesitation.

2. When I compile the video, I can open the generated HTML file with  either IE or FF and everything works the same as above - flawlessly. Here is where the problems begin...

3. When I copy the HTML from the generated HTML file and add it to my page where I want my video embedded problems begin! First the preview image and the big play button does not appear until the movie runs and finishes (I click on the play button on the control bar to start the movie in this case). After the movie runs they appear. It's obvious my file paths are not the issue since I see the movie and the preview image (eventually), right?

4. The movie will not load in IE until I click on play, I just see my preloader spinning with 0% loaded showing. That stays until I click on  play, and then just like FF at the end of the movie I finally see the big play button and the preview image. I tested in IE 7 & 8.This also can't be a local development issue because I uploaded the files to our server (I'm in an intranet) and saw the same phenomenon occur. I tried different embed/param code found on the net as well hoping that would do the trick, but no luck there either. I'm using flash5 and all standard out of the box setings.

View 1 Replies

Flash :: Professional - Smooth Swipe Gestures On IPad Using Air For IOS In CS 5.5

Jul 4, 2011

I'm using Flash CS5.5 and have got swipe gestures responding on my iPad. The only problem is that they don't animate and I'm wondering if anyone has had any luck in replicating the smooth iOS swipes using Actionscript 3.0. I found a solution using ENTER FRAME but it was really slow and jerky.

View 19 Replies

Professional :: Play One Video Or Another Depending On OS?

May 21, 2010

I don't know how you solve the Gamma issues for users using PC and Mac. The thing is I have a video with the flvplayback component. Is it possible to, depending on the OS (the only way that I think of knowing if that person is using PC or Mac), have it pick a video or another (which would be the same but with different Gamma.

View 1 Replies

Professional :: Get Video To Play On Website?

Jan 11, 2011

I created a website in Flash that is suppose to play a video with sound when the site opens.  My logo then fades in over the video as it plays. I added the logo on it own timeline.  On the web, my logo plays with the fade in effect correctly but the video is missing.  The site works fine when I preview it but not on the web. 

The site address is:  [URL] 

View 5 Replies

Professional :: Connection Flex/Flash To PHP

Mar 29, 2010

i found this link online about connection flash/flex to php. [URL]
 
basically what we are trying to do is connecting the flex login and get authenticated through the php/mysql database.

View 6 Replies

Professional :: FLV Video File Won't Play When Online?

Feb 5, 2010

I have placed a FLV file in to my flash document, when I test it it plays fine, but when it upload it online the skin doesnt show up and I cant control the video.

View 1 Replies

Professional :: Making Video NOT Play Upon Load?

Jul 18, 2010

I'm just trying to make it so the video in my swf (the flv) does not immediately play when a web page opens. I have: imported the .mov into flash, creating a flv file
 
given it a skin converted it to a symbol (Movie Clip)
 
given it an instance name of movie_Clip
 
created an actionscript layer with the simple code of: movie_Clip.stop();
 
Shouldn't the clip be stopped upon opening the SWF file? How can I make it be stopped?

View 4 Replies

Professional :: Play H.264 Video Using FLVPlayback Component

Jul 27, 2011

i'm trying to embed h264 mp4 video into website using flash cs3 professional.
when i select the source file it's looking for .flv files and not the mp4 file so the mp4's are greyed out.i read a great tutorial using a pc which shows the workaround for being able to see the mp4 files.url...I'm however using a mac and this method of putting an * in the file name box doesn't work on mac.

View 1 Replies

IDE :: Make Smooth Reverse Play?

Apr 2, 2009

I am using ActionScript 2 with following code on a button to play in reverse on mouse click:

on (press) {
onEnterFrame=function(){
gotoAndStop(_currentframe - 1);
}

[Code]...

View 4 Replies

Professional :: Play Video On RollOver And Pause On RollOut

Jan 18, 2010

How to get a video to play upon rollover and pause upon rolling out? Here's an example: [URL]. Roll over the dark gray stripe and click on Contact. Roll over the videos to start them. I have not been able to find any info out there on how this is done.

View 4 Replies

Professional :: Play Video At Cue Point When Button Is Clicked?

Jan 19, 2010

I've created a video player using the flv component. I have images of cue points. The user should be able to click on an image and the video should skip or start at that cue point

View 9 Replies

Professional :: How To Make Imported Video Play On Click

Feb 21, 2010

We have imported our video into flash cs4 (we are using presentation mode to mimic a powerpoint presentation), we have gone into the component inspector and altered it so it doesn't autoplay. When it is on autoplay, it plays the audio throughout the entire presentation. We want the video to start on click (hit the spacebar or return or anything).

View 9 Replies

Professional :: Get Video To Play (now) On Smartphones Like Droid, Other Than On YouTube?

Feb 25, 2010

I understand Flash will be ready for the Droid in mid year... and maybe some other smart phones.BUT... till then... other than using YouTube... is there anyway to get web video to play on the Droid or other smart phones?

View 1 Replies

Professional :: Auto-play Video Start At Specified Point?

Feb 26, 2010

Basically the code below has been designed so that a video starts at 52 seconds (rather than the beginning) when you press play. It works good right now, starts where it's supposed to, but I want to change the code so that it autoplays the video starting at 52 seconds. The problem with this though, is that when I try and set it for autoplay, the video starts at the beginning and doesn't wait for it to load to 52 seconds before it autoplays. Any input on the coding? I need it just so that the autoplay doesn't kick in until the video is loaded to the 52 second point

import fl.video.MetadataEvent;import fl.video.VideoProgressEvent;
import fl.video.*;
my_FLVPlybk.addEventListener(VideoEvent.COMPLETE, rewind);function

[code]....

View 3 Replies

Professional :: File Structure - FLV Video With Play And Stop SWF

Jan 4, 2011

I am trying to import a video in to flash. I have converted it to a flv and used the stream from flash media server option and selected a standard play and stop bar. I have imported it in and it works find when you just select the individual swf that it loads into. The problem im having is that when I go to it through the home page, all the page loads apart from the video. I've tried moving it around, moving where all the assets to the video are etc. I know the file structure is important to this working. I have a main folder called interactive / and in that have a FLA and a SWF folder and the swf and fla home page. Currently I have the the video swf in the swf folder with the flv and the play and stop swf.

View 7 Replies







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