Why Won't FLV / F4Vs Play In A Browser But SWFs Will

May 13, 2009

Why can't I get my FLVs and F4Vs to play out of a browser window but they'll play out of explorer through the Adobe Media player?Once I convert them to be SWFs, they play out of a browser but they're still humungous and take a lot of time to play. 400Mgs as an FLV/F4V and 200Mgs as a SWF. Is there a way to shrink them down to a much smaller file size? These were video recordings of long presentations.

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Embedding Bunch Of F4Vs Combined Into SWF

Sep 20, 2011

Is there any way to combine a bunch of F4V's into a SWC or SWF and then load them via actionscript? I tried FZip with a bunch of F4V's, but when I get to loader.loadBytes(), it comes back with an error -
Error #2044: Unhandled IOErrorEvent:. text=Error #2124: Loaded file is an unknown type.
Essentially, I just want to collect all of my media into a single external file that I can then pull stuff from - pngs and videos - preferably keeping the video in F4V/H.264, but not necessarily required.

View 2 Replies

Professional :: FLVs And F4Vs Will Not Load When Played From Server?

Jan 8, 2010

I create FLVs and F4Vs and then use CS4 to create an SWF to stream them.  Everything works well from my hard drive.  I upload all the files to a server, the skin appears, but a green animated bar just scrolls endlessly - which I believe means the FLV/F4V is not loading.  I try this on about 5 different servers and get the same problem on each - so I'm not sure I can call my hosting service and request "changing the mime-type" will solve the problem.
 
The path to the video appears to be relative - that is, I can copy my exported files to any folder on my local drive and the video plays.  Its just when I upload it that it stops working.

[Code]...

View 5 Replies

Professional :: Play At Full Screen When Play .swf Files Using Web Browser

Jan 14, 2010

So i've made my .swf files. The only thing is they all play at full screen when i play them using my web browser. I need them to play at 548 x 408. when i open the .fla and go to properties it says the size IS at 548 x 410 but it can't be if its playing full screen.

View 2 Replies

Media Server :: Economical Way To Use Streaming Video (flvs Or F4vs)?

Sep 29, 2011

Over the past couple of years, I'd been told by numerous techs at 1&1 that they supported Streaming for FLVs, and I'd planned to make streaming videos a mainstay in my website.Now, as I went to implement that, I learned that this was a 'miscommunication' and that they do not actually support streaming, or no longer support it if they had in the past.
 
So I'm trying to find out if there's a cost effective way to stream videos for my website or if I'm better off just using the regular progressive downloads. The site I'm building is based on the Gaia framework, and on several pages (between 5 and 10), a video will begin when the visitor arrives at that page.  I'll also have an expanding number of videos that can be played by clicking on various buttons. Videos (including lots of 3d animation) will range from 30 seconds to roughly 10 minutes.

View 6 Replies

Professional :: 2 F4vs On Separate Layers And Different Places On Timeline Both Playing Same Time

May 19, 2011

Flash CS4, I have an f4v vid on one layer and another f4v vid on a second layer. the films do not overlap on the timeline. I have a button to goto the layer with the second f4v. All works fine however when I go to the second fv4 the first one continues to play which i obviously need to stop.

View 6 Replies

ActionScript 3.0 :: Load Identical Swfs In A Browser?

Nov 24, 2009

I want to embed multiple swfs on a single page. they will be identical. i was wondering if browsers will redownload the swf each time or store the first one and retrieve the others locally? if they re-download it, is there a way to tell the browser that it can use the same one?

View 3 Replies

ActionScript 3.0 :: Publish Swfs For Cross-browser Support?

Feb 4, 2010

I've tried publishing CS4 swfs in both Flash 10 and 9, but the pages are acting strange in various browsers. For example:

On PC FF and IE when hitting back button in browser the site disappears.

Sometimes PC site won't load. Says "Done with errors."

In FF, the page is coming up blank.

What is the best way to publish swfs for cross-browser support?

View 4 Replies

CS3 Preload Multiple Swfs Into The Browser Memory Cache?

Feb 11, 2010

Flash CS4 using AS 2.0 for this.

Here's a simple problem I am having. I have a website made up from multiple swfs. Which open up over the index swf.

What I need to do is load 4 swf files into the memory so the transition between the page loads is smooth. The swfs are only a few kb in size but the delay in loading these (1 second) makes the transitions look very untidy. Once i've clicked on every section then the flashplayer has them stored in the cache so they run smooth, is there anyway just to load these in before the start page has loaded.

here is the website [URL]

View 8 Replies

ActionScript 3.0 :: Pausing Swfs And Audio In A Browser When The Tab Is Out Of Focus?

May 19, 2011

I'm trying to code my flash file so that the html will pause all swfs AND audio when the tab is out of foucs.  I found this code on[URL].._and_VBScr ipt_Injection_in_ActionScript_3 and it works,but not completely. It only pauses the movie clips that are in the Flash file and not any that are exteranlly loaded with audio included.

[Code]...

View 2 Replies

Professional :: Pausing Swfs And Audio In A Browser When The Tab Is Out Of Focus?

May 19, 2011

I'm trying to code my flash file so that the html will pause all swfs AND audio when the tab is out of foucs.  I found this code on [URL] and it works,but not completely. It only pauses the movie clips that are in the Flash file and not any that are exteranlly loaded with audio included.
 
How can I adjust it to pause the externally loaded swfs that are loaded to a mc within my main movie clip and the audio OR what should I use in place of this code?  Someone mentioned on a different post that I needed to use a window.onblur funcition, but they didn't give details. 
 
import flash.display.MovieClip;import flash.utils.setTimeout; // This is a more "safe than sorry" setting, since multiple domains// have entry into my site. Can be removed or hardcoded if you feel// secure or insecure, as you see fit.flash.system.Security.allowDomain("*"); // Throw any errors around to make sure somebody actually gets

[code]....

View 1 Replies

ActionScript 3.0 :: Loading External Swfs + Full Browser Flash?

Jan 5, 2009

There are two external swfs loaded in one main flash file - the rolling ball, which is a default external swf, and the circles swf, which loads after the gray button is clicked. I would like the circles swf to load into the blank movie clip I have set up.  I  would like the external swf contained within the blank movie clip to  be full browser flash and scaleable with any change in browser size. To do this, I set up some actionscript to make the blankmc full browser and scaleable (i've done this on a regular movie clip slide show from within a flash file, rather than being an externally loaded swf, and it worked.)   with the hope that the blank movie clip and its contents, which would be the external circles swf file, would resize and rescale appropariately if the browser window were changed.
 
Currently, when the gray bar is clicked, the circles swf comes in not as full browser.  Once the window is resized, the animation relocates itself to the lower right corner,  with the top corner of the external swf situating itself on the center  of the blank mc. I know this is a registration issue, but before resize the animation is where i want it.  Also, while the scale of the circles animation does change with the browser window size, it does so i a wacky way.

View 5 Replies

ActionScript 3.0 :: Loading External Swfs Full Browser Flash?

Jun 27, 2011

Take a look at this swf file at [URL].. Click on the gray bar, then once the circles animation begins, try resizing the browser window. There are two external swfs loaded in one main flash file - the rolling ball, which is a default external swf, and the circles swf, which loads after the gray button is clicked.I would like the circles swf to load into the blank movie clip I have set up.  I  would like the external swf contained within the blank movie clip to  be full browser flash and scaleable with any change in browser size. To do this, I set up some actionscript to make the blankmc full browser and scaleable (i've done this on a regular movie clip slide show from within a flash file, rather than being an externally loaded swf, and it worked.)   with the hope that the blank movie clip and its contents, which would be the external circles swf file, would resize and rescale appropariately if the browser window were changed.
 
Currently, when the gray bar is clicked, the circles swf comes in not as full browser.  Once the window is resized, the animation relocates itself to the lower right corner,  with the top corner of the external swf situating itself on the center  of the blank mc. I know this is a registration issue, but before resize the animation is where i want it.  Also, while the scale of the circles animation does change with the browser window size, it does so i a wacky way.

View 3 Replies

Flex :: Load The Swfs Through Http So That The Client Browser Can Cache Them?

Dec 25, 2009

The client-side application is a Flex application and communicate with server-side java application using blazeds.As you know,most browsers don't cache SWFs loaded over https,but i want load the swfs through http so that the client brower can cache them and communicate with the server-side over https ?

View 2 Replies

ActionScript 3.0 :: External SWFs Won't Play

Jul 16, 2009

I know this is a very basic question and one that I know the anwser to, but it's been a while since I've used Flash and the solution is escaping me right now. I'm loading external swfs into my main swf and they should just be playing automatically. When I test in Flash, the system works. Upon loading the swf into an HTML page, the system seems to shut down. It seems liike the exteranl swfs aren't even loading. This is what I've got so far.

[CODE]...

View 5 Replies

Professional :: Get 2 SWFs To Play At The Same Time?

May 16, 2011

I have two animated SWFs on the same web page and I am trying to get them to play at the same time when only clicking on one of them. How do I make this happen?

View 1 Replies

ActionScript 2.0 :: Communicating Between SWFs To Play On Timeline

Nov 10, 2010

How to make one swf make another swf play on the timeline, both swf on the same page. I need it so when I rollover the first swf it begins to play the timeline but as soon as I roll over that swf, it causes another swf on the webpage to play its timeline as well.

View 1 Replies

ActionScript 3.0 :: Flushing Swfs After The First Time They Play?

Jul 26, 2010

I need to tweak some code that i have. I have a container file that loads all the swfs, and what's happening is that as the container loads each file (files load from an xml file) it plays pretty well.The next time the swfs play, though, i'm seeing a lot of artifacts during transitions. so i need to unload the movieclips rather than letting them load on top of eachother? here's the container file:

Code:
// import tweener
import caurina.transitions.Tweener;
// delay between slides[code].....

View 1 Replies

ActionScript 3.0 :: Play(), Stop() Embedded SWFs?

Nov 1, 2011

it's possible to use play and stop methods on an instance of an SWF that's been embedded into class using the Embed metatag?I've not been able to get it to work, and have read that it's not possible with video, so am wondering if the same is true for any SWF?

View 4 Replies

ActionScript 3.0 :: Array Used To Load And Play Random Swfs?

Jun 23, 2009

I'm trying to use an array adapted from AS2 script to load random swfs called "koan_1.swf" or "koan_2.swf" etc into a "koan_loader_mc" on the stage.  Each "koan_#.swf" has code in its last frame to both advance the "shuffle" array in the action script in the first frame of the stage and to load the next koan swf.  The code below -- almost -- works, but....?
 
Frame on main stage:
 
// creates function called at the end of koan_#.swfs
function shuffle(a:Array) {
for (var ivar = a.length-1; ivar>=0; ivar--) {

[Code]...

View 5 Replies

ActionScript 3.0 :: Importing Swfs - Music Doesnt Play?

Aug 7, 2009

I made a music Player swf and it works properly by itself.I recently tried to load it into my main FLA for my website by using Import to Library,and then I dragged it from there into my canvas.For whatever reason, upon rendering it does not work at all, it shows up but none of the functions work and the music doesnt play.Also I tried doing it like this:

I made a preloader that would load the Swf and it actually worked and the functions were all there,however there were 2 problems.First problem was that I did not know how to control where it loaded so it was over my main text and not in the right area.Second problem, for whatever reason the preloader would re run and load the SWF again everytime a function went off (like clicking on one of the buttons or rolling over something that had a color tween) which resulted in it loading like a bunch of the same swf and being a problem.

View 2 Replies

Professional :: Scroll Box And Auto-play When Connecting Swfs?

May 17, 2010

I'm building a website made up of different swf pages. After some initial troubles, I have now managed to connect each one and they now all link to each other, however I have a couple of strange problems that I cannot work out.I have one page that contains a non-editable text scroll box, which when previewed in the seperate file works fine, but when it appears in the test for the linked files the scroll box turns into a blank editable text box. I don't understand why this is happening?

My second problem is with my photos page. The page has image thumbnails for the user to click on which displays a larger version of the photo using fade in animation. Again, this works fine when I preview the individual page, however when I test it through the linked files the animation automatically plays and cycles through all the photos. It doesn't do it when previewed individually.

Does anyone have any ideas? I'd be so grateful as I need to have this sorted by the end of the day. I'm using CS4.

[Code]...

View 3 Replies

ActionScript 2.0 :: Load 2 Swfs And Play In Sync On Webpage?

Feb 10, 2009

I have two swfs on a web page but need them to start playing at the same time. Problem is that one file size is bigger than the other, so one loads before the other and starts playing earlier.

Is there any code that can make a movie wait until the other one has loaded, then start playing in sync?

View 1 Replies

Actionscript 2.0 :: Loading External SWFs To Play Sequentially?

May 5, 2007

Complete idiot question but I know how to load and external swf and have buttons to start them playing. I was looking have them play and then load another and play.I f someone could point me in the right direction to even research this.

Code: Select allvar mcl:MovieClipLoader = new MovieClipLoader();
var mclL:Object = new Object();
mcl.addListener(mclL);

[code].....

View 14 Replies

ActionScript 3.0 :: IDE Published SWFs Won't Play In Release Player?

Nov 23, 2010

I'm not sure when this started, but when I publish any movie (fp9 or fp10) in the IDE, my SWFs aren't appearing in my browsers (release player 10,1,102,64) ONLY WHEN I'm viewing the swf/html that are on my web server.I can view the local SWF/html if I open those files locally in the browser? I'm on a Mac and I've deleted all my Flash CS4 preferences.

View 13 Replies

ActionScript 3.0 :: Loaded SWFs - _lockroot Come Into Play To Affect Debugging?

Jun 17, 2009

You can only code in the "Main Timeline" or root. But how does that work with loaded SWFs? Like Is there a Stage for each SWF, or only one for everything? Also, how does _lockroot come into play to affect debugging?

View 0 Replies

ActionScript 3.0 :: [CS3] Flash Interface For Client To Control Play Order Of External Swfs?

Jan 14, 2009

My client has approx 12 different presentation .swf's all with a beginning, middle and an end (phew!). I need to build an interface that views those 12 individual presentations as thumbnails on a single page and allows my client to click and drag whichever ones they wish to use into a separate little container above and in-doing so create a new required running order (left to right) each time they use my interface... so that once they have decided that running order they can somehow use the result for their required presentation. They will be using this interface ongoing throughout the year for various presentations all that will require maybe just a few of those individual swf's in different orders.

View 6 Replies

ActionScript 2.0 :: Sequentially Play External Video SWFs Loaded Into The Main Timeline?

Feb 14, 2008

how to sequentially play external SWFs loaded into the main timeline?

I have several SWF files with short videos embedded in them. I wish to load these external SWF files into my main timeline as follows:

User Presses Button -> Play Video Clip in External SWF#1 -> Once Video Clip in External SWF#1 has Finished -> Play Video Clip in External SWF#2.

I tried achieving this by adding: var endmovie:Boolean = true; to the end of each video clip inside the external SWFs (e.g. 1.swf) then cycling through an if statement in the main timeline to see when this condition was meet:

ActionScript In Main Timeline:

Code:
var mc_Loader = new MovieClipLoader();
mc_Loader.addListener(this);

[Code].....

How is the best way to go about achieving this? Am I on the right track? (By the way, using .FLV or one long external SWF file is not really an option due to long loading times...

View 3 Replies

ActionScript 3.0 :: SWF Won't Play In Web Browser?

Nov 10, 2009

Using Flash CS3 and ActionScript 3.0, I put together an interactive version of my company's print catalog. I'm new to programming and it took me a really long time to get the thing working, but, at long last I finally got it. Now, my problem is that the SWF will not play properly in a web browser. It works fine in my stand-alone flash player but when I insert the SWF into an html file the actionscript goes completely haywire; my urlrequest and imageLoader fail to work and my navigational index behaves in bizarre fashion. Could this be because my stand-alone player is version 9 and my browser plugin is Flash Player 10?

View 1 Replies

ActionScript 3.0 :: SWF Will Not Play Again In Same IE Browser Window ?

Jun 18, 2010

I have a problem and that is my swf will only play once in IE. When a user revisits the site from the same IE browser window or refreshes, nothing happens. If i open a new IE browser window, the swf plays and it plays from the IE cache as the preloader does not show again. This is happening in multiple versions of IE. I do not have this problem with Fire Fox, Chrome, or other non-IE browsers. Here is my preloader code:

loaderInfo.addEventListener(ProgressEvent.PROGRESS ,updatePreloader);
function updatePreloader(evtObj:ProgressEvent):void
{[code]....

I am using swfobject when publishing. I do not think this is the problem as when i publish straight from flash without swfobject and try to play my swf in the same IE browser window, the same problem occurs.

View 1 Replies







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