Professional :: Loadmovie - Button In That SWF Control Main?

Aug 17, 2011

I have a main SWF that is comprised of scenes. I have buttons that go between those scenes at the bottom (prevscene, nextscene). This works well. On the last scene, I have it loadmovienum and it loads an SWF that has a few scenes in it. It also has the buttons to go between those scenes, which works well.My issue is the first scene of that SWF that is loaded in the main SWF needs to have a button that will send the main SWF to the previous scene in it. Of, conversely, I need the buttons in the main SWF to tell the loaded SWF to go nextscene/prevscene.

View 3 Replies


Similar Posts:


Professional :: Control Swf From Main Timeline?

Jul 13, 2006

i know i've done this before! i have a swf. 4 labels. a stopat frame 1. i embedd this into my main timeline. i have 4 butons inan MC in my main project, going to specific labels in my maintimeline, where i have the following code, attempting to load theswf and jump to that label:

this.container_shell.loadMovie("interact01.swf");
interact_shellb.gotoAndStop("label1");

its not working. the swf loads, but i can't jump to thelabel

View 5 Replies

ActionScript 2.0 :: Button Control Over Main / Sub Timeline

Jul 1, 2004

I have 2 scene, using button to swap in between file. If the button is in maintime line i can swap in between but my button is inside a movieclip in scene_1. After I click it reload the scene_1 and my script on button is:
on (release) {
nextScene();
}
Is it using
_root or
this.(dot)
.

View 6 Replies

ActionScript 2.0 :: Button Control Over Main/sub Timeline?

Jul 1, 2004

i hav 2 scene, using button to swap in between file.if the button is in maintime line i can swap in betweenbut my button is inside a movieclip in scene_1. After i click it reload the scene_1,and my script on button is

on (release) {
nextScene();
}

[code].....

View 5 Replies

ActionScript 2.0 :: Control Button Swf Loaded Into Main Swf

Nov 10, 2002

Im am loading a movie into the main swf.The man question is how do i control button swf loaded into the main swf.how can it goto play the next frame on a load movie

View 5 Replies

Control MovieClip Inside Button From Main Timeline

Aug 13, 2011

I have a movieclip inside the OVER on a button, right now I have an animation that causes the button's brightness increases from 0 to 10 over 24 frames and then come stops because of a stop (). I now intend to add an animation after stop () which gets the button's brightness goes back to 0 again when you no longer hold the mouse over the button. I would therefore like to make some kind of mouseOut event that allows Movieclip go to the next frame. I have tried to insert a target path but it seems that it can't reach the movie clip inside the button.

View 1 Replies

As2 :: Control Mc Button Based On Main Timeline Position?

Oct 2, 2009

I have a thumbs_mc with thumbnail images. Within thumbs_mc, I have a transparent overlay_mc that functions as a button. Mouse over the overlay_mc and the alpha chages so there is a tint over that particular thumbnailWhen overlay_mc is clicked, the main timeline goes to a particular frame label.What I need to do is have the position of the playhead on the main timeline also determine the alpha of the overlay_mc so the viewer knows which thumbnail is playing.

View 1 Replies

ActionScript 3.0 :: Button On Main Timeline Control Movieclip?

Oct 16, 2010

I have a stop on my main timeline. At the stop I have a movieclip play. In the movieclip I will have a video play. After the video plays I have a button for the user to continue play until the end of the movieclip. Once the movieclip is done I want to resume back to a specific frame in my main timeline.

View 3 Replies

ActionScript 3.0 :: Control Main Timeline From A Button In A Movieclip?

Feb 7, 2011

I am trying to do a simple thing in theory. In my main timeline I have a series of images with frame labels for each. In a movieclip (with its own labels) below the images, I have two panels of butttons that flop back and forth (to save space). The idea is to simply have the maintime play the frame specified by the corresponding button in the movieclip. [code]...

View 1 Replies

ActionScript 2.0 :: [mx2004] Control Main Timeline From Button Inside Movieclip

Nov 3, 2004

I've created a movieclip with buttons inside that I want to use to navigate to different scenes on the main timeline. I have created a function() that loads the button movieclip into the main timeline, but if I try to write a function() to activate the button and move the main timeline to a different scene/frame label it doesn't work. I have tried various things:

navBack_mc.book_btn.onRelease = function() {
_root.gotoAndStop("book1");
}

I put the code above on the main timeline. It doesn't seem to work. Basically, I could put just an on(release) handler on the buttons, but I wanted to try to keeping all the AS in one place if I can.

View 7 Replies

ActionScript 2.0 :: Put A Button In A Movie Clip To Control Actions In The Main Scene?

Nov 19, 2004

I put a button in a movie clip to control actions in the main scene. Shouldn't that work? For some reason it doesn't.

View 11 Replies

ActionScript 2.0 :: [mx2004] Control Main Timeline From Button Inside Movieclip?

Nov 3, 2004

I've created a movieclip with buttons inside that I want to use to navigate to different scenes on the main timeline. I have created a function() that loads the button movieclip into the main timeline, but if I try to write a function() to activate the button and move the main timeline to a different scene/frame label it doesn't work. I have tried various things:

navBack_mc.book_btn.onRelease = function() {
_root.gotoAndStop("book1");
}

[code]......

View 7 Replies

Professional :: Link A Button To Main Timeline?

Jun 19, 2010

i want to link a submit button in a movie clip to the main timeline, any ideas of how to do it?

View 15 Replies

ActionScript 2.0 :: Control Volume Of Loadmovie Swf?

Mar 15, 2007

Is it possible to control the volume of a swf which has been loaded using loadmovie ?

I have several loadmovie swfs on the same page so want to only have one animation play sound at the same time.

View 1 Replies

ActionScript 2.0 :: Passing A Var From LoadMovie To Main?

May 25, 2010

So I got a plethora of games (group project), and we found the easiest way of putting them together is by loading each .swf of those games into a main .fla that will load each and will act as a menu between them. I need to know how a movie loaded to the root timeline can communicate with the main root.

I'm using _root.loadMovie("swf.swf"); to load the movies (one frame per swf). I tried containers with _root.container.loadMovie("swf.swf"); (empty MC on the stage with container instance name) but it ended up just looping the first frame of the loaded swf and not working like it should.

I tried using _global, that didn't work. I'm not sure what else to try, or what would work.

View 7 Replies

Professional :: Button That Goes Back To Main Timeline From Movieclip

Feb 11, 2010

I have a movie created that is broken down into sections on the timeline (home about contact etc) Each section has a movieclip I want to be able to be in the about movieclip and click a button that will bring you back to the main timeline contact section Heres is the actionscript I am using to navigate the main timeline for each section
stop();

//handle events for buttons...
index.addEventListener(MouseEvent.CLICK, clickSection);
about.addEventListener(MouseEvent.CLICK, clickSection);
wind.addEventListener(MouseEvent.CLICK, clickSection);

[Code].....

View 1 Replies

ActionScript 2.0 :: LoadMovie, Control From Maintimeline To External Swf?

Sep 11, 2006

I have an external swf that I've placed in an empty movie clip using loadmovie into the main movie.

The swf shows and plays fine, however I have an interactive movie clip which does nothing when loaded into the main movie. (note: the loaded .swf is fine when tested outside of the main movie). How do I target the external .swfs interactive features after it has been loaded into the main timeline?

here's an example:

code in the external .swf-- on a movieclip, instance name: growObject
onClipEvent (enterFrame) {
if (_root.grow == 1 && this._xscale<300) {

[Code].....

I just need to figure out how to activate these instances while watching the external swf from my main movie timeline.

View 2 Replies

Professional :: Control Frames In MC_b Using Button Inside MC_a?

Jan 27, 2011

Im making a scrolling image gallery basically i have 2 movieclips inside a main movieclip, MC_a and MC_b. MC_a animates the scrolling effect of the thumb panel. within which there are 15 buttons. MC_b has 15 large photos arranged in 15 frames. (1 photo per frame).
 
what i want to do is when i press a button in MC_a it will gotoAndStop at the frame in MC_b displaying the large photo.
 
I've tried placing script in MC_b in a layer called "action" and extending it to 15 frames:
 
import flash.events.MouseEvent;
stop();
Object(root).MainMC.MC_a.button1.addEventListener(MouseEvent.CLICK,pla y1);
function play1(event:MouseEvent):void

[Code]....

I did this for all 15 buttons but none of them works. btw, i am using actionscript 3, Flash CS5

View 3 Replies

ActionScript 2.0 :: Show Main ContextMenu When LoadMovie()

Jan 10, 2005

in Mainframe of test1.fla

var newMovie_mc:MovieClip;
newMovie_mc=_root.createEmptyMovieClip("New1",2);
stop();

[Code]....

How can use ContextMenu from test1.swf??

View 1 Replies

ActionScript 2.0 :: Show Main ContextMenu When LoadMovie()?

Jan 10, 2005

in Mainframe of test1.fla

var newMovie_mc:MovieClip;
newMovie_mc=_root.createEmptyMovieClip("New1",2);
stop();
my_cm = new ContextMenu();

[Code]....

How can use ContextMenu from test1.swf??

View 1 Replies

Professional :: Creating Button On Main Timeline To Go To Frame In MovieClip

Feb 5, 2010

In AS2 I need code for a button, on the main timeline, to go to a frame in a mc off the main time line. I have attached a picture of the time lines in case I have not articulated my needs well.

View 5 Replies

Professional :: Button Inside A Movie Clip Controlling Main Timeline?

Mar 10, 2010

I have a movie clip on the main stage- inside that movie clip is a button- I want that button to contol a function on the main timeline-

example: Button Script

closeAll_btn.addEventListener(MouseEvent.MOUSE_DOWN, goCloseAll);
 
function goCloseAll(e:MouseEvent):void {
****don't know what to put here to activate "closeAllOpenMovieClips" function on main stage****
}
 
example: Main Stage Timeline Script
 
function closeAllOpenMovieClips():void {  trek_mc.gotoAndStop(1); lost_arts_mc.gotoAndStop(1);  rain_mc.gotoAndStop(1);  vintage_mc.gotoAndStop(1);}

***don't know if I need more script on Main Stage Timeline that just "function" ***

View 5 Replies

ActionScript 1/2 :: Loadmovie The External Movieclip In The Main Movie?

Mar 22, 2011

I have a main movie is coding AS2 which contains a movieClip called MC_header.And I have an external movie is coding with AS3.

My question is : Can i loadmovie the external movieclip in the main movie?

View 1 Replies

ActionScript 2.0 :: Loadmovie Trigger Main Movie To Next Scene?

Oct 29, 2011

I've imported my animations into a single projector using loadmovie.When the external animations finish playing how do i get the main projector to recognise that the animation has finished and move onto the next scene ?

View 1 Replies

As3 :: Professional - Adobe Flash - Refer A Button That In Main Stage While In An Another Clip's Substage

Jan 25, 2010

I just wonder that how can i write this code that means if the "specific" button is clicked(i mean if the homebutton is clicked=true) like this.. and how can i refer a button that in main stage while in an another clip's substage..

View 1 Replies

Professional :: If Install The Home Buton The Main Page The List Button Does Not Work

Feb 2, 2012

I am working on an iMAC running 10.6, and Flash CS5. I created a flash file with a list button ( with 10 inner sellections) on the main page. Each sellection within the list button loads a separate movie file from the library. Everything works great unitl Iinsert the Home button. If I install the home buton the main page, the list button does not work. If I install the home button in a movie, I don't know how to write the action script to go back to the main page, and I woul have to install a home button into each movie.

View 2 Replies

AS2 :: Load External SWF Correctly To Main Flash File As Root And Level0 Using LoadMovie()?

Jan 5, 2012

I have 2 flash files,one is mine (the main container) and one is a external swf.I want to load the external SWF to my container SWF.I write this code in my AS2 container, inside the main timeline flash (mine flash).In the first method, I add a movie clip with instance name mc1 to the first layer:

mc1._lockroot = true;
mc1.loadMovie("external.swf");
countdown = function(){
trace("ok");
}
countdownIt = setInterval(countdown,1000);

This code works fine in most of the cases, but I found many SWFs files that it dosen't work with. These SWFs and work with the following code instead:

loadMovieNum("external.swf",0);
countdown = function(){
trace("ok");
}
countdownIt = setInterval(countdown,1000);

I really try to use that code - BUT !!! -> if I use this code the external SWF predominant, my main SWF code and all the rest of my code dosen't work (like the setInterval() timer).... I want to load the SWF like the second example and still run the setInterval() function.

View 1 Replies

ActionScript 2.0 :: Command External SWF-file To Play Outside Of The Main Movieclip Via Button From Main?

Jan 17, 2012

I Have a flashmovie thats almost done and will soon hit the internet, but I want to add some animations into the website it�s two gears that I�m about to put at the bottom of the page and when a button releases in the main flashmovie the two bottom gears will turn a few frames and just stand still.These three movies are all separate (main movie, first gear and second gear).

It's a homepage designed in HTML and flash that has this "main flashmovie" in the middle of the screen, the size is about 1500(width)X800(height). And the gears is about 800wX200h placed at the left and right side bottom of the page. Dont worry the site is easy to apply to any screen resolution.I have been looking everywhere for any soul out there who suffering from the same problem but no success. Is it possible to script a button in the main movie to launch two separate movies in their own contents?

View 2 Replies

ActionScript 3.0 :: Control Main Swf Through External Swf?

May 9, 2010

ive figured out timeline transitions, and timeline based preloaders......so now i have a problem.....i have my MAIN swf file that i load all my pages in externally ( external swf files )....when i click a button ( for example ) my "about us" button - the transition begins....i have a keyframe with the following code on frame 40 ( inside a movie clip named "pages" in my main SWF where all the buttons/transitions are ):

var Xpos:Number=0;
var Ypos:Number=0;
var swf:MovieClip;

[code].....

View 9 Replies

Actionscript 3.0 :: Control Main Swf From External?

Apr 26, 2010

I will try to explain this as easily as i can.

I have a holder swf called holder.swf

Within this i am loading in external swf files. Each externally loaded swf is put into each frame of the loader page.

I have created a string to navigate through the timeline when either next_btn or prev_btn is pressed.

The probelm im having is that in one swf file there are two buttons which determin which way the story goes (eg. with pressing yes_btn goes to section2 with no_btn go to section2a)

How do i communicate from this externally loaded swf to affect the main timeline of my holder swf.

View 3 Replies







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