ActionScript 2.0 :: Pause / Play External Swf Loaded With The Loader Component

Sep 10, 2004

I am trying to pause/play a swf loaded into a loader component.I tried putting it in a mc and contolling it that way but it aint work.

View 1 Replies


Similar Posts:


ActionScript 2.0 :: Pause/play External Swf Loaded With The Loader Component?

Sep 10, 2004

I am trying to pause/play a swf loaded into a loader component.I tried putting it in a mc and contolling it that way but it aint work.

View 1 Replies

Actionscript 3 :: Pause/play/stop A Dynamically Loaded SWF Using SWFLoader Component In Flex 4?

Mar 24, 2012

I have a situation where I am loading an SWF (using URL as source) using the SWFLoader component in Flex 4, and now I need to implement Pause/Play and Stop functionality.

View 1 Replies

ActionScript 3.0 :: Play/Pause FLV Component With Spacebar?

Jun 26, 2009

Does anyone know how to do this in AS3?

Play/Pause FLV Component w/Spacebar?

View 4 Replies

ActionScript 1/2 :: Main Timeline Scrubber Play/pause Component ?

Jul 27, 2011

I have a series of movies I'm creating that have streaming audio with animation synced to the audio. I was wondering if there is a component out there, or an FLA, that is a scrubber control bar like the one you see in Articulate Flash presentations, or video.I need it to control the main timeline.I have searched google for a while now and I can't seem to find one.

View 5 Replies

ActionScript 2.0 :: Media Controller Component Pause/Play Button?

Nov 10, 2009

I'm having trouble controlling the PAUSE and PLAY states of the pause/play button located on the Media Controller component, while streaming an .mp3 file.

- I set the button to the PLAY state (which shows the pause button) in the authoring enviroment. (Good).

- I set the media, and play the mp3 file. (Good).

- After the .mp3 file is done playing, the button goes back to the PAUSE state...DESPITE a fucntion I have that loads my next mp3 file).

I would like to be able to control the button states to reflect that the player is still playing. (ie. showing the pause image)

I thought "audioController.playing = true;" would do the trick...but it's not working correctly.Below is my code:

//Loads and Plays Audio

Code:
function loadAudio() {
audioPlayer.setMedia("audio/" + audioNames[_global.nCurAudio]);[code]...............

View 0 Replies

ActionScript 3.0 :: Pause / Play Dynamically Loaded Swf

Dec 6, 2009

I have a movie, called box.swf that I'm loading into controller.swf.I have two buttons on the stage called pause_btn and play_btn that I'd like to use to control the timeline of box.swf.[code]

View 4 Replies

ActionScript 1/2 :: Pause/Play Loaded Movie?

Mar 29, 2012

I have a slideshow done in Flash. I have a main movie that has a slide on each frame of the movie, with navigation buttons. On each frame, I have AS2 that loads a different SWF per frame. The AS I'm using is:
 
loadMovie("Data/2.swf", "container");
stop();
 
The number "2" goes up/down based on the slide. I want a hard-wired number versus the frame number because my client is deleting/adding slides and it's easier to keep track of it hard-wired.
 
Right now, each slide I'm loading has its own play/pause toggle button that is this AS2:
 
on(release){
play();
}
 
So what I'd like to do is put the play/pause toggle in the main SWF (and put a graphic footer under all the buttons). So how do I tell the play/pause buttons to play/pause the MC that is containing the slide SWFs?

View 1 Replies

ActionScript 2.0 :: Pause / Play Loaded Movieclips

May 25, 2010

How does one control a loaded movieclip? After a series of SWFs are loaded they play automatically. I want them to play from the beginning each time they're displayed.

[Code]....

View 0 Replies

Professional :: Control The Swf Movie Loaded In Loader Component?

Oct 13, 2010

I have an external swf file loaded in loader component. The external swf loaded in loader component is stopped initially. I want to play it by a button outside the loader component which is located in the main swf movie.

View 1 Replies

ActionScript 2.0 :: Play / Pause Button To Control Loaded Movieclip?

Jun 2, 2010

I am trying to load a movieclip and have it be controlled by a play and a pause button. The load works good and the code for the play/pause works.

I need the "test2" file to load the "ball_mc" file and then I should be able to play and pause the ball as it runs across the screen. I think I need it to be a swf file also, but Flashkit won't let me upload that type of file.

View 2 Replies

ActionScript 1/2 :: Pause, Stop, Play A Sound That Is Loaded From The Other .swf File?

May 6, 2009

Pause and Resume external SWF sound filesI have this code that plays the sound through linkage. It reside in scene1.fla -> scene1.swf.

var mc:MovieClip = this.createEmptyMovieClip("mc",1);var myLoop:Sound = new Sound(mc);myLoop.attachSound("bg_sound");myLoopVolume=0;myLoop.setVolume(myLoopVolume);
mc.onEnterFrame = function () {  if (fadeIn01==1) {  

[code].....

View 1 Replies

AS2 :: [CS3] - Loader Component Rescaling An External Swf

Jan 27, 2009

I have a loader component on my stage that I load 30 or so different external swfs into. Their stages are all exactly the same size as the loader. But one external swf has an image that extents outside it's stage size, AND it is this that gets rescaled (shrinks) when loaded into the loader. How can I fix the size of just this one external swf?

[Code]...

View 2 Replies

ActionScript 1/2 :: Play - Pause Button For External .swf?

Sep 2, 2009

I'm trying to create buttons so a viewer can pause and then play an externally loaded swf. My project can be accessed at the linke below. This is how I want the project to function

-Click a room on the building (choose Accounting for this discussion)

-Click one of the demo options (choose Ending a Period for this discussion)

- Now that the demo plays, I want the user to be able to play and pause the demo swf.

The demo .swfs were created in Captivate so I don't have access to their timeline. They are loaded into an empty Loader component using the MovieClipLoader Class.

[URL]

View 7 Replies

As3 :: Load External Swf Into And Play Pause Forward?

Dec 19, 2011

I am trying to control movie clip to anther swf file but its not working how to do .

View 1 Replies

ActionScript 3.0 :: Add Pause / Play Via Spacebar To External SWF

Oct 18, 2010

I have been searching all morning and cannot find a solution to this. I have a 60MB SWF published from Camtasia and I would like to add the ability to pause/play the clip using spacebar. The file is too big to import into the library (Flash CS5) or at least I assume so because it keeps crashing when I try. So I thought I would create a new flash movie and have it just reference the clip externally. I have tried a couple methods each are resulting in different errors.

[Code]....

View 2 Replies

ActionScript 3.0 :: Can't Pause The External Loaded Swf Movie

Aug 25, 2009

i have a movieclip on timeline, and then i addchild ( a container ) to load an external swf movie on it. Then i want to have a button so i can pause the loaded swf movie.

And my problem is, i can access to it, i can change the properties like the alpha, but i can just stop or pause it.

i've been search and testing many script, but i still can make it work it just a simple task right? i can do it quickly with AS2

View 8 Replies

Flash :: IDE - Google Calendar - Loaded Into A Dynamic Text Box Or A Loader Component?

Jan 31, 2007

Google calendar is available to be embed into a HTML website.. But I have a Flash site.. I want to load that calendar into my site.. It has an option for a button. But would like to have the entire calendar view. Can this be loaded into a dynamic text box or a loader component??? Does anyone have a clue how to do this... Or create a monthly calendar with events.. I can't seem to find one anywhere, I am sure it can be done.. but not very good with AS.

View 1 Replies

ActionScript 3.0 :: Pause/Resume Audio From External SWF Loaded

Jun 20, 2011

loaded an external swf (with audio) in a conteiner swf.
 
From the cointeiner I want to controll audio pause/resume.
 
I know the procedure to do this with a mp3 file, but I can't  intercept the sound channel of my child swf...
 
this should be the code to obtain the sound position:
 
var soundChannel:SoundChannel = new SoundChannel();
var sound:Sound = new Sound(new URLRequest("SOUND.mp3"));
soundChannel = sound.play();
pausePoint = soundChannel.position;
  
But I haven't the mp3 path.... My mp3 is embedded into swf child. And I can't put actionscript function in child, because is haven't source fla.

View 5 Replies

ActionScript 3.0 :: Flash Preloader Pause After External File Loaded?

Aug 24, 2010

I have a preloader.swf that loads another swf (main.swf). It all works fine, however I would like the loading bar to stay on 100 (once it gets there) for 2-3 seconds before the main.swf opens, currently as expected from the code below, as soon as it gets to 100% it flicks straight over to the main.swf.

I am using tweener, and I could achieve this easily using the onComplete code to call this.addChild(loader);, however, the problem is, both my preloader and my main swf are liquid layouts, and if I were to call the this.addChild(loader); at the end in its own function, then it throws a

TypeError: Error #1009: Cannot access a property or method of a null object reference.

. The only way to get around this error is to put the this.addChild(loader); so that it loads upfront. After a bit of google research, i found this error occurs due to the stage properties already been set in the preloader.swf (from liquid layout)then once the main.swf loads it tries to set them again...So is there another way i can cause a delay for 2-3 seconds once my preloader hits 100?

Below is my preloader code with liquid layout settings

Code:
//LIQUID LAYOUT
stage.align=StageAlign.TOP_LEFT;
stage.scaleMode=StageScaleMode.NO_SCALE;
stage.addEventListener(Event.RESIZE, resizeHandlerLoading);

[Code]....

1. using my tweener onComplete method and fixing the error caused by preexisting stage properties

2. Thinking of an alternate way to delay the main.swf from opening straight away (keeping in mind that this.addChild(loader); would need to stay where it is...

PS - here is a link to a person who was getting the #1009 error with preloader and liquid layout, their solution works, but won't allow me to use a tweener delay...[URL]

View 2 Replies

ActionScript 1/2 :: Loader Component Specific Sequence (External JPEGs)

May 28, 2009

I have multiple "Loader Components" placed in a grid that are working great for loading external JPEG's. However, when I publish my file the "Loader Components" load each image randomly (I assume because they load the smallest file in size first then next largest and so on). How do I load the content of multiple "Loader Components" in a specific sequence?

Here is the script I have so far:
////"Thumb1" is the instance name of the first "Loader Component" in the grid.
Next is "Thumb2", then "Thumb3" and so on
Thumb1.load()
if (Thumb1.percentLoaded >= 1 ) {
Thumb2.load();}
if (Thumb2.percentLoaded >= 1) {
Thumb3.load();}
if (Thumb3.percentLoaded >= 1) {
Thumb4.load();}
if (Thumb4.percentLoaded >= 1) {
Thumb5.load();}

View 2 Replies

ActionScript 2.0 :: Difference Between Loading External Files Into Loader Component

Jun 11, 2007

Using the MovieClipLoader class, what is the difference between loading the external files into a Loader Component or into an empty movie clip. Will one be quicker? They both worked for me, but I've read using the Loader Component is better. Can anyone confirm this? I would think that avoiding components would make things faster/less file size.

View 6 Replies

ActionScript 2.0 :: Adding Pause,Play,FastForward,Rewind Controls To A Swf File Via An External?

Mar 25, 2012

I will try to be as clear as I can. I have an existing swf file that I need to add Play,Pause, FF and Rewind to but I need the controls to be part of the swf file and not as a video player.

I am loading an external swf file that has all of the controls on it via this code:

[Code]...

I am doing this so I can rollover the viewing window and have it appear. I cannot get any code to work to control the timeline (which is broken down into sections with individual MC's in each section.

What I am looking for is the code to apply to the buttons on the external controller to control the playing of the movie.

View 0 Replies

ActionScript 1/2 :: Loader Not Linking To External Swf Being Loaded

Jul 13, 2010

I am trying to make this website, which has separate files for different screen resolutions. I am using a first.swf file to load the right file, depending on the screen resolution, it goes to a different frame for diff resolutions. There I have placed a loadMovie function.The code for the loader follows the loadMovie call. loadingbar is a movieclip on screen, which presently does nothing.[code]This was displaying nothing, so I replaced the _root.loadMovie with mcholder.loadMovie("filename.swf"). This is not working either, the screen flashes for one second and then disappears. I put a stop(); before the code, and the screen remained, but the movie still did not load.I txt1.text shows 100. meaning percentage did reach hundred, but I am guessing that is for first.swf, and not for the file which is being loaded.

View 3 Replies

ActionScript 3.0 :: Preloader For External SWF Loaded Via Loader Class

Oct 15, 2010

I'm hoping to implement a preloader on a main.swf that measures the bytes etc loaded in an external.swf. My two concerns are that 1) this just isn't possible? 2) I can't have multiple preloaders on the main.swf, which I would if I used one for the external .swf. I intend to try and explain this in the best way I can what I have done so far, as I personally feel this is quite a complex task.

Here's the basics:
I have an external .swf file, being loaded, using the following Action Script (3), in what I shall call, main.swf:

//---loader---
var swfLoader:Loader = new Loader();
addChild(swfLoader);
var swfURL:URLRequest = new URLRequest("nameofswftobeloaded.swf");
swfLoader.load(swfURL);
function loadHandler (event:Event){
var thumbsPanel:MovieClip = event.target.content;
addChild(thumbsPanel);

This works fine. The Action Script I use after this simply allows me to control the external .swf from the main .swf so isn't necessary.. I finish the loader, with this:
"swfLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, loadHandler);"
So, this all works fine. However, as the external .swf contains images, it doesn't load instantly. I therefore need some kind of preloader to show how much of the external .swf is loaded. However, I tried placing this in the external .swf itself and it failed miserably - for some reason it basically didn't preload and the completed phase of the preloader just appeared.

View 1 Replies

ActionScript 3.0 :: External SWF Loaded Accessing Loader Class?

Feb 2, 2010

I have a Main.fla (with Main.as as document class) that calls the external SWF (which has its own document class too)

ActionScript Code:
function startLoad() {
mLoader = new Loader();

[Code]....

Another question. Is it possible to do some kind of listener? Example, I call this external swf, and if the user press a button inside this external swf, this button triggers the listener on the Main.as? Something like running an external mini game, and wait for the results/hiscore.

View 0 Replies

ActionScript 2.0 :: "Global" Button - Pause / Play Both The FLV And Graphics Being Loaded In The Swf

Aug 4, 2010

I've got a project that has an FLV with cue points controlling when graphics appear in the swf file. The graphics are being loaded into empty movie clips via AS on the stage (everything is being loaded and unloaded into the first frame of the main stage). What the client wants is a pause button that will pause/play both the FLV and graphics being loaded in the swf.

View 1 Replies

ActionScript 2.0 :: Adding Pause,Play,FastForward,Rewind Controls To A Swf File Via A Loaded Swf File?

Jan 19, 2012

I will try to be as clear as I can. I have an existing swf file that I want to add Play,Pause, FF and Rewind via an externally loaded swf file that has the controls contained in it.I am loading an external swf file that has all of the controls on it via this code:

// Set up the Mouse to use a listener
var mouseListener = new Object();
Mouse.addListener(mouseListener);

[code].....

View 1 Replies

ActionScript 2.0 :: Adding Pause,Play,FastForward,Rewind Controls To A Swf File Via A Loaded Swf File

Mar 25, 2012

I have an existing swf file that I want to add Play,Pause, FF and Rewind via an externally loaded swf file that has the controls contained in it.

I am loading an external swf file that has all of the controls on it via this code:

// Set up the Mouse to use a listener
var mouseListener = new Object();
Mouse.addListener(mouseListener);

[Code]....

I am doing this so I can rollover the viewing window and have it appear. I cannot get any code to work to control the timeline (which is broken down into sections with individual MC's in each section.

What I am looking for is the code to apply to the buttons on the external swf file that has the controls to control the playing of the movie.

View 5 Replies

ActionScript 3.0 :: Flash - Add A Play/pause Btn That Will Pause Both Pictures And Sound?

Dec 16, 2010

I have a timeline of 30 frames, each it's own mc (page01_mc, etc.). In each mc I show a picture or two and hear narration.I have a first, prev and next nav on the main timeline. I need to add a play/pause btn that will pause both pictures and sound. I assume I do that in each mc, but do not know where to find the code.Here is what is in each mc now:

var mySound:Sound = new Sound();
mySound.load(new URLRequest("english/Intro01.mp3"));
mySound.play()

View 1 Replies







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