ActionScript 2.0 :: Loading And Looping Video And Communicating Between SWFs

Sep 28, 2010

I am trying to create an fla file which will load and play an flv file. Once the flv reaches the end I then need it to load in another flv file which will then loop continuosly thereafter.

I have found some AS3 code to do this but I need it in AS2 as i also need to get the file to communicate with an audio player file.

Ultimately I need to have the video file hold on loading and then start playing once the audio player has loaded and started playing.

video loading/playing/looping and/or the communication between 2 swf files to trigger the video playing

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Communicating Between Swfs?

Jul 10, 2009

Okay so i heard it was possible but im not sure.

Example: i have 1 main swf containing everything. inside that swf i load 1.swf

can 1.swf share the same vars and everything as the main swf? such as.. if i click a button in 1.swf, then something will happen in my main movie.

View 3 Replies

ActionScript 3.0 :: Communicating Between Swfs Possible?

Jan 20, 2010

I want to communicate between a embeded swf and the main swf. I want my main swf to tell the embeded swf to do something like gotoandplay(3)Main.swf loads Sub.swf into a empty movie clip called imageArea._mc.Is it possible to have the main swf tell my sub to do something?[code]

View 1 Replies

ActionScript 2.0 :: Communicating Between The Swfs?

Aug 16, 2007

I have a main swf(parent) and a sub swf(child) that I have loaded into the parent swf. I am trying to make a button in the child swf effect the parent swf. I mainly want the child swf to communicate with the parent and tell it to make a movie clip visible and start to play.

View 5 Replies

ActionScript 2.0 :: Flash8 - Communicating Between Swfs Via Php?

Jan 31, 2010

I'm using a wordpress theme, and making a flash banner which contains thumbnails that preview different 'projects', i.e. sets of images.

These thumnails will act as buttons. I want the thumbnail to load a generic php page (i.e. the skeleton stays the same for each project) which contains an swf movie which loads content based on the thumbnail clicked.

Here's an image to help illustrate:

Can I use loadVars to send variables from swf > php > swf?

View 6 Replies

ActionScript 3.0 :: Communicating With Embedded Swfs?

Sep 7, 2010

So if I have several external swfs embedded in one big one, in what way can I communicate between them?Specifically,

-the main swf needs to know when buttons have been pressed in an embedded one, and it needs to tell all the other embedded ones about it.

-the embedded swfs need to intelligently resize and shuffle around each other, while keeping their coordinate origins in the top corner.How do I go about this?

View 17 Replies

ActionScript 2.0 :: Communicating Different Swfs In Same Html

Apr 22, 2005

I'm looking for the best method to communicate different swfs embedded in the same html. It would be a simple interaction like passing variables from one to the other.

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 2.0 :: Communicating To Swfs Loaded In Movie?

Jan 24, 2010

I'm loading movies into my parent movie, and i was wondering if it was possible to communicate between the two - so i could swap out other external SWFs (in the parent) based on input in the loaded movie.I'm still relatively new to Action Script, and have been learning quick, but i have been unsuccessful in my attempts so far.

View 3 Replies

ActionScript 2.0 :: Loading SWFs Video Clips One After The Other?

Aug 20, 2007

Using Flash 8 and CS3.I have video clips that are SWF's and want to load them into a blank movie clip one after the other automatically. So when one movie ends the other one will load up and play.I have tried using a wait function and it didn't work, it just kept playing the 1st clip over and over again.

View 1 Replies

ActionScript 2.0 :: Communicating Between 2 Movies And Loading New Movie On Top?

Nov 18, 2003

into my main movie i want to load one swf with the navigation into one empty movie clip, in another empty movie clip load the different "pages", how do i talk between the 2 swf files loaded into my main movie, in other words, how do i make the "about" button load the "about" page, and when the different swf files load for each "page" i want each one to load on top of the current one, not to replace it.

[URL]

View 3 Replies

ActionScript 2.0 :: CS3 Buttons In Loaded Swfs Loading Other External Swfs Into The Main Timeline?

Sep 11, 2009

I have a main fla file which loads an external swf into an empty movieclip on the main timeline which works fine but I want a button in the external swf to load another external swf into another empty movie clip on the main timeline.eg. start.swf loads UKEIAMap.swf into (empty movie clip within start.swf) MapLoader_mc then a button havant_b within UKEIAMap.swf needs to load HavantProjectSheet.swf into (empty movie clip within start.swf) ProjectSheetLoader_mc without unloading UKEIAMap.swf

View 3 Replies

ActionScript 3.0 :: Make A Banner Loader - Swfs Continuously - Looping

Jul 18, 2011

I want to make a banner loader. Basically its a swf that must load other swfs continuously, looping. Ive tried 2 things this far, and none of them seemed to work. 1st try: on my banner1.swf I used the onComplete parameter of Caurina package. So, when the animation should end, I simply made a method stating something like this:

[Code]...

View 1 Replies

ActionScript 2.0 :: Loading Other Swfs From Loaded Swfs?

Aug 2, 2006

Flash - 8 : Above is an example of what I would like to do/have done. I've gotten as far as loading the "loaded.swf" into the "start.swf" but my problem is I'd love to use that little loading action I made earlier without copying and pasting into the new movie the same actions for a different link. So, how do I load "loaded2.swf" into "loaded.swf" via the link in "loaded.swf"?

View 1 Replies

ActionScript 3.0 :: Video Is Not Looping?

Jun 29, 2009

I'm trying to get a video I've placed on stage in an FLV component to Loop to the beginning once it's finished playing.However, once it plays through it stops and doesn't loop round, although the trace statement I'm calling in the loopVideo function is appearing in the output window?[code]

View 1 Replies

ActionScript 3.0 :: Looping Video - Put It In My Code?

Jun 6, 2009

i am trying to have the video i made loop so its always playing but i tried it in many ways to put it in my code with no success.this is main doc class code...

Quote:

package
{
import flash.display.Sprite;[code].....

View 12 Replies

Take A Video Clip And Keep It Looping In The Background?

Jan 23, 2008

How can you take a video clip and keep it looping in the background while you place other conten over it?

View 1 Replies

Professional :: Making A Pop Up In A Looping Video

Jul 20, 2010

I have a looping aquarium with looping swimming fish. I want to be able to click the fish and they make a pop-up appear with info about them. I can't figure out the code to launch the pop-up? I am using CS3 and action script 2.0.

View 5 Replies

Javascript :: Looping A Video In Flash?

Jun 9, 2010

I am trying to loop a video and i am having some issues with this in flash. Here the specific code for the flash video:

<script language="javascript">
if (AC_FL_RunContent == 0) {
alert("This page requires AC_RunActiveContent.js.");
} else {

[code]....

Additionally, i have added in the parameter code that calls the loop function but for some reason it still doesnt seem to work.

View 1 Replies

ActionScript 3.0 :: Embedded Video Keeps Looping

Aug 31, 2011

I have been working on a project, its a digital portfolio. Now I have the Host Movie and and then I have a submovie which is loaded into the Host movie. That all works fine!

I have embedded a video onto the stage and when I click the exit button to go back to my host the video still plays.[code]...

View 1 Replies

Actionscript 2.0 :: XML Video Playlist Looping

May 18, 2009

i'm using the XML Video Playlist tutorial and have it working like a charm, but my issue is that once a video is done playing, i'd like it to stop. Instead, it starts the video over. i tried adapting the Code: Select allfunction restartIt() {ns.seek(0); by giving a false value, but it didn't change anything. I also added a Code: Select all<param name="loop" value="false" /> to my web page, but that didn't help.

View 1 Replies

IDE :: Stop Video Sound From Looping?

Mar 23, 2009

im currently building a site with 3 buttons and each buttons loads an external swf for each section of the site on a empty movie clip, im having an issue with the video section that has an video thumb gallery loading flv videos,

every time i try to go somewhere else in the site, the video sound continues to play (loop) behind the scene.

this is the actionscript code im using for my buttons.

[Code]....

View 9 Replies

Professional :: Inspite Of Looping Being Put Off Video Still Loops?

Jan 9, 2011

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

[code]......

View 5 Replies

PHP :: GZIP - Compressed SWF Not Looping Video / Animation

Jul 22, 2010

I've written a SWF distributor which GZIPs the SWF then sends it as an SWF content type, it works just if the SWF used to loop it no longer does. Any reason why the compressed SWF doesn't loop the video/animation?

View 2 Replies

ActionScript 3 :: How To Create App With Looping Video Buffer

Sep 16, 2011

I'm trying to create an AS3 app with looping, seamless video background. The background is loaded from an flv. The problem thus far is with the seamless bit, because all the video looping tactics I've come accross regarding AS3 always seem to have that short but noticeable pause at the end of the video before going back to the beginning and playing again.

The best way I've determined to deal with this is to play a video and buffer the video frames as BitmapData objects into a queue of a defined length (without adding the video to stage). This way Rendering the video would then really involve popping each of those BitmapDatas into a Bitmap object attached to my stage in a timed manner, which then gets drawn.

Sort of like:
/*VideoBufferer loops the input video and queues frames and then updates*/
var vidbuffer:VideoBufferer = new MyVideo("video.flv",outputImage)
var outputImage:Bitmap = new Bitmap();
stage.addChild(outputImage);
//forgive syntax, this is pseudoCode
timed process that happens X times per second{
outputImage.bitmapData = vidbuffer.popBitmapData();
//returns bitmap data from the queue }

I don't care about sound. However I seem to not know how to implement this desired VideoBufferer class as I don't know how to play a video without adding it to stage and grabbing frames from it. How to implement the frame grabbing side of VideoBufferer?

View 1 Replies

ActionScript 3.0 :: Looping Video/MP3 Memory Leak

Dec 7, 2010

I have designed a site with a looping MP3 and video.

Problem is that the memory consumption of the Flash plugin goes up about 40mb every minute, and the site 'crashes' after a while. I would have thought that a single entity, that loops, would not have to re-load into memory, but this is what seems to be happening.

The looping video is approximately 800kb, and the MP3 is approximately 400kb.

how to minimize memory loss/consumption?

View 5 Replies

ActionScript 3.0 :: Flash Embedded Video Keeps Looping

Aug 30, 2011

So i have been working on a project, its a digital portfolio. Now I have the Host Movie and and then I have a submovie which is loaded into the Host movie. That all works fine!

I have embedded a video onto the stage and when I click the exit button to go back to my host the video still plays. Here is my code.

function exit(event:MouseEvent):void {
var parentObj:Object=this.parent.parent;
parentObj.closeMovie();
}

[Code].....

I also have 3 other objects in the submovie which loads 3 other sub movies.
Inception!

They work fine, but yet again the video still plays in the background.

View 1 Replies

ActionScript 3.0 :: Looping Flv / Video - Movie - Can't Add FLVplayback Component In CS3

Nov 9, 2007

I have made a short movie which I intend to loop on the web using Flash CS3. I found setting up the FLVplayback component really easy and currently have the .swf playing my external .flv perfectly. Now I need to figure out how to loop the movie - seamlessly if possible. I found this video tutorial, but it appears I can't add actionscript to the FLVplayback component in CS3, and the parameters bit doesn't seem to have a option for it. I heard elsewhere that the best way to seamlessly loop a movie in Flash is to embed the movie. Is this true? If so, how do I go about doing this?

View 10 Replies

FLV Looping And HTML Interaction (Streaming Intro Video)

Jul 13, 2009

I am streaming an FLV as an intro video for a website. This intro video contains two HTML buttons (login + enter) overlayed using a transparent DIV. The client has specifically asked for the video to loop if the user clicks on "login" as they will need additional time to enter their details. However, if the user doesn't click on anything then they want the site to automatically carry on to the homepage. My question is: How do I get the HTML to communicate these conditions to my FLV player that is streaming the intro video? This is AS3.0.

View 19 Replies

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







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