Flash :: Playback Of F4V Using FLVPlayback Won't Use Progressive Download

Dec 17, 2010

I am using FLVPlayback Component in Flash AS3 to play an F4V video hosted on a different server. I want it to start playing as soon as possible, but the video won't start playing until the F4V is completely downloaded (I checked with Firebug). I tried fooling around with the component's bufferTime parameter, but it didn't seem to make a difference. For what it's worth, the SWF is being embedded in a Facebook profile using the FBML tag fb:swf, although I can't see how that would make a difference here.

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Cancel Progressive Download With FLVPlayback

May 5, 2010

I have created a SWF file with three main sections. Each section has at least one video that is viewed using the FLVPlayback component. In order to reduce bandwidth, and unnecessary processes in general, I want the videos only to load if the user is currently viewing that section.

The first part is simple enough only call the source method for the FLVPlayback until the video is needed.  Great, works fine.  However, problems arise in cancelling the download.
 
I have searched the Adobe documentation, and it seems almost impossible to stop a progressive download using FLVPlayback.  (To be honest, I am using FLVPlayback simply so I don't have to build my own player. Its a whole other level of complexity that I simply do not want to get into unless ABSOLUTELY needed.) 
 
The Adobe methods that actually stop streams (closeVideoPlayer(), etc.) render the FLVPlayback instance useless once called. I was looking for a way to stop a download AND be able to use the FLVPlayback instance again.
 
[URL]
 
To test it, I created a simple file (the AS is below) with only an FLVPlayback component and a button on the stage.  The button is connected to a function that clears the video and then resets the FLVPlayback instance to play the file again.
 
Everything works (play, pause, volume, etc.) EXCEPT that after button has been clicked and the reset function has been called, clicking the component's stop button "breaks" the player.  The seekbar displays its streaming mode and clicking on any other button inside the player does nothing.  (I could not recreate the problem in the Flash IDE (imagine that!), but it persistently appears when testing in a browser.)

[Code]...

View 5 Replies

Can't Get Progressive FLV's To Playback In Flash Movie?

Nov 18, 2009

Developing a flash resource which runs FLV files from within it as pro
gressive. It works ok on my local testing computer/network server. But when I put it online it does not play.I opened up the components panel for each FLV and noticed they were absolutely linked to my network drive (obviously when online this linking will now work). So i changed all the linking to be relative and some warning windows did come up and say i was breaking the link but i ignored them because i don't care about how it runs locally...i want this resource to work online!line.something that it might also be is I am uploading this resource to an LMS called Janisons (perhaps they are not FLV through flash playback - friendly).

Is there any particular path of troubleshooting I could go along? Because I have just about tried everything i know!UPDATE: I changed back one of the FLVs parameters to link to local drive in the component parameters - and as expected, it runs fine locally but when previewd in chrome (which might i add has some great debugging features that you could only dream of finding in IE) i get the following message:
 
SecurityError: Error #2148: SWF file http://my.tafe.qld.gov.au/GLC/GLC_Food_Hospitality/GLC_SITHFAB009A_TQC_A/Scenario/barMenu.swf cannot access local resource G:Resource DevelopmentRD2009-2010ITG

[code]......

View 1 Replies

Flash :: Progressive Download Vs. Rtmp?

Nov 17, 2009

I'm trying to understand and really pinpoint when to use progressive download vs. rtmp in flex/flash. It seems that the main point is that rtmp is not served with http, whereas progressive download is. Since it's not rtmp, the resource is protected since there is no way to connect to the rtmp server from outside the swf.

[Code]...

they would not be able to connect to rtmp. So rtmp seems to be more useful when you want to protect a resource? Is that all there is to it?

View 3 Replies

ActionScript 3.0 :: Progressive Download Flash Players?

Nov 2, 2009

I have read about the Progressive downloads which is supported in flash for playing the media files. This ia an advantageous since this eliminates the need for a streaming server. Is there any open source players to play the FLVs directly from the HTTP server.

View 1 Replies

ActionScript 3.0 :: Load Video In To Flash Using Progressive Download

Aug 10, 2011

I am trying to load video in to flash. using progressive download... From what i googled It was said to follow the below procedure Import video -> select already deployed on a web server -> add video url it creates a FLVPlayback component Is this the right way? I have done video loading using NetStream a lot of time considering this method as streaming, though i am not sure if what this type of loading is called..

View 7 Replies

Professional :: F4v Progressive Download?

Oct 25, 2010

I'm using Flash CS5, AS3 to create an .swf that imports an .f4v or .flv that was encoded with Adobe Media Encoder.When I use .flv the video begins playing immediately and downloads progressively. When I use .f4v the video has to download completetly before playing. Considering all things are equal except for encoding the video as either .flv or f4v, what step am I missing that is preventing the .f4v from downloading progressively?

View 1 Replies

Video: Streaming Vs Progressive Download

Jun 18, 2009

I'm trying to decide whether, for my particular application, I would be better off delivering video via streaming or progressive download. Here's the situation: Background: this will be a learning drill for learning foreign language phrases. There will be a series of ten short video clips, each one a headshot of a native speaker, saying a single sentence. The background is static so the only thing changing will be facial expressions, so compression should be pretty effective. Each clip will be approximately 4-6 seconds total length. Resolution will be approximately 360 X 270.

The way this particular drill works makes me wonder if perhaps progressive downloading might make more sense than streaming. But like I said, I'm not a Flash developer, so I could easily be wrong. (Did I mention we're currently looking for a talented, reliable Flash developer?) So here's how it will work: Drill will load up showing written text of instructions, along with audio of the narrator reading the instructions aloud. Approximate length of the audio instructions will be 15 seconds. (I"m thinking progressive download could begin during the reading of the instructions.)

After the instructions have been read, the intructional text goes away and is replaced with (from top to bottom) the text for the first sentence, the video box with a static image of the first frame, a "Begin" button. When the user clicks the "Begin" button, the video begins to play, and the "Begin" button transforms into a "Repeat" button, which is inactive while the video plays. When the video ends, the "Repeat" button becomes active. Clicking the "Repeat Button" causes the same video clip to play a second time (again, the "Repeat" button is inactive while video plays.

View 1 Replies

ActionScript 3.0 :: Progressive Download Flv Never Plays?

Jan 20, 2011

Like the title states my Progressive download never plays. Before I waste your time and mine showing the methods used I rather start off simple.

Are there any reasons an flv might not be allowed to stream? I have followed the methods in every Progressive video tutorial I can find (about 7 so far) and they explain the exact same steps yet my flv never plays. I have also done it entirely with just action scripte and nothing. I get the player and my video list but never get the video. I have the Source set to the web directory of my flv in the parameters in the property inspector.

I have also tried to use this method with other types of video and it also never plays. The only thing that works is embedd it which is of course a terrible only choice.

View 7 Replies

ActionScript 3.0 :: Pause Progressive Download For VOD?

Apr 1, 2012

how to pause the progressive doenload for video on demand (VOD) or .flv files.

View 3 Replies

ActionScript 3.0 :: FLV Progressive Download Interrupted?

Jun 19, 2009

I have written my own flv player in Actionscript 3. You can view it in action here. It serves up sample videos. All of the videos are encoded at 700kbps (I know that is really high. I'm working on serving different bitrate versions) and they range from 8mb files up to 95mb. have had reports that sometimes the videos will stop playing, and the only way to get it to restart is to stop and restart (sometimes even refreshing the page). I have never had the problem on any of my computers. However, in talking with someone that does have the problem I have figured out that it is an issue with connection. The connection gets interrupted for some reason and it will stop downloading. BTW, everyone says that youtube, and other flv sites works just fine.

View 6 Replies

ActionScript 3.0 :: Pausing Progressive FLV Download?

Apr 21, 2011

pausing the actual download of a progressively downloaded FLV/F4V or MP4 file?

Scenario: You have a playlist-style video player. You start downloading/playing a video file using the netStream class. Video finishes downloading (bytesLoaded == bytesTotal) and is playing fine. Custom class you have starts downloading other video files in your playlist. The need arrises to PAUSE the custom class's downloading of other video files (similar to pause buttons in downloads windows of web browsers).

View 2 Replies

ActionScript 3.0 :: Progressive Download On Swfs?

May 26, 2008

I have a swf with just a jpg as the background and a simple animation. I simply want the swf to start playing and do a progressive download and continue to play.With the jpg it won't start playing until the jpg is finish downloading. Without it will start playing and downloading at the same time.I am using Event.INIT to know when the swf is loaded enough to play.

View 3 Replies

ActionScript 3.0 :: 30 Minute Progressive Download FLV?

Mar 22, 2010

Ok I have this 30 minute FLV that is progressively downloaded. The app also has chapter points that the user can click. This was orginally being built for use on a CD rom, but now they want it on the web things are changing..ughhh..ion is to disabled all the chapter points until the FLV has loaded to that chapter point. How can I figure that out how much (in seconds) of the FLV has loaded?

View 1 Replies

ActionScript 3.0 :: Cant Control The Buffer For A Progressive Download?

Jan 20, 2010

I have a progressive download video that i made using the File>import>import video method, I had no trouble rendering the f4v file from after effects, importing it and customizing the buttons ect. but when i test movie using the "bandwidth simulator" it seems to load the entire movie before playing instead buffering to a certain % then playing. I have looked everywhere in flash and on the internet for an answer but cant find one

View 1 Replies

ActionScript 3.0 :: Progressive Download Of Flv With Custom Skin?

Sep 12, 2010

can find a solution to progressive download flv files and display them with a custom skin?I am using Flex3 and working on an AS3 Project - not a Flex Project so i do not have access to the Flex Video Components. I have to resolve this with AS3 but how to do? Everything in find somewhere is based on the usage of Flash or Flex as a Flesproject...

View 0 Replies

ActionScript 3.0 :: Skip To A Point In Progressive Download Mp3 Before Downloaded?

Feb 25, 2011

Is it possible these days to skip to a point within a progressive download mp3, before this point has preloaded, similar to what i'm seeing with video players such as youtube? in the past, i've used FMS to achieve this, was wondering how people achieved this without using a streaming server.

View 5 Replies

Professional :: Hanging At White Box Before Playing Progressive Download

Apr 8, 2011

I have several flv files displaying just fine on my website. All I am am trying to do is replace an enormous .flv file with a smaller file of the same movie. The new smaller file is just 25 MB, compressed with a bitrate of 1000kbps. The test page that contains the smaller file previews just fine of course in Dreamweaver, but after uploading the clip, the html page, the .swf files (in the same directory) and the Scripts folder to my host's ftp server, the browser shows me that dreaded white box on my test page for a full seven minutes until the file loads up completely. Then it plays through beautifully with no buffering. On the other pages of my site, the videos all show up without such a wait, even the enormous 179 mb flv!

[Code]...

View 1 Replies

Php :: Deliver Music (progressive/download) Over The Web Without Exposing The URL Of The Mp3s?

Feb 5, 2010

I want to be able to deliver music/mp3 using a flash player but I'd like to make it so that the mp3 files cannot be sniffed... i.e. you can't use safari, firebug..etc. to find out the mp3 location using the activity window. I don't have a streaming server.

View 7 Replies

ActionScript 3.0 :: Video Player - Streaming Or Progressive Download?

Jul 20, 2011

I've developed a video player using NetConnection/NetStream that works fine, in as2 and also in as3. The peculiarity of my player is that read an xml file (editable by a cms) that sets if needed some "cuepoints". In the stream version it's not possible to inject ascuepoints in the video file, so i read the xml and with a listener i set a menu that sets the seek point of the video. Also the user when watch video sets an exit point by closing it. From the second time the user lands on the player, my code put the seek point in the last position seen.

I've seen youtube player and I know that youtube uses progressive download. It's awesome to know that because you can jump from one position to another like a streaming service. It seems an hybrid version with the capabilities of the streaming and the band saving of the progressive download. There's something that i can't imagine..

View 2 Replies

Flex :: Multi-bitrate/dynamic Rate For Progressive FLV Playback?

Nov 22, 2009

Is there a way to get multi-bitrate playback working with progessive playback without having to download all versions of the file? People all coming up with all kinds of cool ways to make progressive feel like streaming.

View 1 Replies

ActionScript 3.0 :: Load Progressive-Download Video Just When Press Play?

May 13, 2010

I have set the Progressive-Download video instead of Streaming-Video (because my webserver provider "aruba.it" doesn't offer streaming videos), in Flash CS4 Professional, and exported to Dreamweaver CS4. I have also inserted the HTML code in Dreamweaver CS4 to enable FullScreen Playback of Flash .flv Videos.Now I have a problem:

- When the webpage loads into Internet Explorer 7, it take much time to load all the videos at same time!
 
Thus I want this:
 
- I want that the videos start to load just when I press the Play button, individually, not at same time.- I don't not want that start the load immediately when the webpage opens in IE7. - I want that the videos start to load content in the same manner of YouTube videos, just when I press play.

How can I do? What is the HTML code that I should insert into DreamweaverCS4? I have seen this help page: [URL]

At Chapter "Public Methods" I have seen this "load" function:"Begins loading the FLV file and provides a shortcut for setting the autoPlay property to false and setting the source, totalTime, and isLive properties, if given..."

View 3 Replies

Media Server :: Make FMS Work In Progressive Display And Download?

Jun 30, 2011

I installed FMS about a year ago, and realized that it broadcasts videos in "real time", just the point where the video is, without a "progressive display and download".Maybe there is a mode in FMS that makes it work in "progressive display and download" way in HTTTP connections, just like youtube or any other tube, so, it will be downloading the rest of a video, while playing its previous part.

View 4 Replies

ActionScript 2.0 :: Lining Up Buttons Over Progressive Video Download With Cue Points?

Apr 13, 2012

I am looking to create something like [URL]

Basically a video that allows you to click on products and pull up more info on them as they appear in the video.

The video I will be using is 3 mins long with 10 products you can click on, so I guess I will need to progressively download it. If I could embed it in the timeline it would be a piece of cake. I would just have buttons motion tweened moving with the products in the timeline. But the file size will be too large to make this a sensible option.

My question is, I understand cue points can be used to activate actions for progressive video downloads, but how would I track the buttons over the products using progressive downloading when I can't see the video in the flash timeline?

View 13 Replies

Flash - Reset FLVPlayback Component For Playback With Same Source?

Dec 31, 2009

I'm using the same FLVPlayback component to play many page transition videos throughout a large flash site I'm building. On each transition, I'm setting the component's source using myFLVPlayback.source and listening for the fl.video.VideoEvent.READY event before proceeding with each page transition. This works fine as long as the transition between every pair of pages uses a different video.

Unfortunately, I'm running into a problem when the same page-to-page transition video needs to get invoked for two consecutive transitions. When playing the same video twice in a row, setting the source property of the component to the value it already has doesn't seem to do anything, meaning that my listeners for fl.video.VideoEvent.READY never fire. I could do something hackish like setting the source to a tiny, never-used-elsewhere FLV before setting it to the FLV that I'm actually using for the transition as a means of "resetting" the component, but I'd like to know what best practices are in a situation like this (insofar as best practices with something like the FLVPlaybackComponent can be discussed with a straight face).

I've perused the livedocs for the component but came up empty-handed, and manually using NetStream, NetConnection, and Video objects at this late stage isn't really an option.

View 2 Replies

ActionScript 3.0 :: How To Optimize FLVPlayback Playback

Sep 22, 2009

got some FLVPlayback playback problems on IE7. Videos start after too much time. try and click on the right banners:

[URL]

Did you ever had some similar problem? Do you think that maybe there's some solution? Does FLVPlayback do a progressive download by default? Could raising the default bufferTime (0.1)

View 2 Replies

IDE :: SWF - Stream Playback Or Full Download?

Nov 20, 2008

I have sort of a general Flash question. Are swf's supposed to start playing back only once the entire file has been downloaded to the client machine, or start "streaming playback" just as soon as the client has downloaded enough data to start playing at all. Let's say I have a 20mb file. Here's what I've noticed: Firefox 3 starts playing back the file right away, only having downloaded a small percentage of the file - essentially offering "streaming" playback. Internet explorer 7, on the other hand, seems to wait for the entire swf to be downloaded before it starts.

This is a problem for me because it's about a 30 second wait for anyone trying to view the files on IE, while on Firefox, they start up within a few seconds. I tried putting in a preloader, but that slows things down considerably on Firefox, because now instead of streaming, even the Firefox users have to wait for the entire file to download before they can begin viewing it. To see what I'm talking about for yourself, click this link in both IE and Firefox and see the difference.

View 1 Replies

Actionscript 3 :: FLVPlayback Component - Random Flv Playback With Arrays?

Aug 16, 2011

I have come a little closer with my project, and still need some help please. I have 5 Flvs which i want to play randomly on this page [url]....The .fla file I have created contains this code:

var files:Array = [ "Sz01Puppet.flv", "Sz02Puppet.flv", "Sz03Puppet.flv", "Sz04Puppet.flv", "Sz05Puppet.flv" ];
var shuffledFiles:Array = shuffleArray(files);
//quick test[code].....

This script works. In the Output every flv is listed randomly, and then repeated. Next up i want this AS Script to work with an FLV Component.But how to I get that to work?In my library I have the 5 flvs, and flvplayback component.I dragged the FLVPlayback component to the stage, but I can only add one flv in the source. How do I get my working actionscript to work with the FLVPlayback component.how my screen looks like.

View 2 Replies

ActionScript 3.0 :: Stop Playback Of An FLVPlayback Component When Navigate From Page

Apr 11, 2010

I have an movieclip playing as auto start on the first page of my website. The component continues to play when I navigate away from the page. How can I stop the playback of the movie if it has not completed when navigation away from the page is invoked. I have search and am unable to find such an event using an FLVPlayback component. Presently there is no code in actionscript to display here.

View 13 Replies

ActionScript 3.0 :: FLVPlayback.complete - Play The Video Files With The Playback Component In Each Of The Frames Where The Video Was

Apr 26, 2010

I am wanting to play a number of movie clips and flash produced video clips. On the main timeline I have a frame for each clip I want to play. In that frame is a flash movie that contains the video that I have embedded onto the timeline for the movie. The filesize for this project is massive and I am struggling to work on the file. I want to be able to play the video files with the playback component in each of the frames where the video was.

[Code]...

View 5 Replies







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