Controling Seperate Swfs
hi all,
just a quick one hope someone out there can help, or send me in the right direction!
ok so i need 2 create one movie that controls a second movie, so i have movie1.swf with a back and forward, and i need them buttons to advance movie2.swf, which is essenialy just a slide show!
the movies will run independantly of each other, i do not want to load movie2.swf in movie1.swf! get me????
so any ideas how i go about this, i have been told of listeners, so movie2.swf will listen for a true or false command before it advances on... and movie1.swf will send out the command when the next is pressed??? would this work?
cheers people
sam
KirupaForum > Flash > ActionScript 1.0/2.0
Posted on: 03-08-2006, 11:20 AM
View Complete Forum Thread with Replies
Sponsored Links:
Controling 2 Seperate Swfs On 1 HTML File
I was wondering if there was a way to have 2 SWF files talk to each other even though they are seperate. I don't want to load the other into the file, thats not a problem, i need the 2 seperate files to be seperate and i need one to tell the other to play a certain frame.
Any help would be greatly appreciated.
View Replies !
View Related
Menu Controling A Seperate Movie
I am using a table to lay out a site and in one cell is a popup menu done in flash. In another cell, the "content" cell is another flash movie. Is it posible to make the buttons in the menu movie to cause the other movie(the content movie) to load certain frames and or scenes. Basicly is there anyway to have two .swf files talk to each other in the same webpage
View Replies !
View Related
Controling A Movie Clip With Seperate Buttons
I have three buttons, I also have a fourth main movie clip. all are seperate movie clips within a web page.
I would like each of the buttons to have different aspects of control over the fourth main moovie clip.
1.STOP/PLAY the 4th main movie, or maybe just pause it.
2.STOP/PLAY the sound, which is an mp3 file in one of the buttons timelines.
3.ON/OFF switch for the main movies loop sequence.
Is this simple to do?
View Replies !
View Related
Loading Seperate Swfs?
i have started creating a website and i would like to be able to load a swf from another swf.
here is a test of the site.
http://www.auvc99.dsl.pipex.com/test/index.html
i would like it so when the button 'home' is clicked it loads the swf 'home page.swf' into the area content.
is this possible ?
thanx
View Replies !
View Related
Converting Scenes To Seperate SWFs
How do you convert scenes into separate SWFs. I have a site with a lot of scenes and it takes a long time for dialup users to look at my site. how do you convert each scene to separate swfs so i can make it so a certain part of a webpage loads only when it is needed?
thanks
View Replies !
View Related
Passing Values To Seperate Swfs
I am looking to send a url value from one movie, to a completely seperate movie (two movies arranged in a table).
Movie A has a button, when that button is pressed, I want movie A to tell movie B to get to replace itself with Movie C which will then load a html page.
Movie A is for navigation, each button passes a different url value to B and C.
Movie B is the default movie. Is located in an Iframe (iframe1)
Movie C is the transistion movie between B and the page. (iframe1)
The diagram might explain it better.
** I could avoid this whole situation if someone could tell me how to make flash pass a variable to a php session **
View Replies !
View Related
Seperate SWFs Or Form Application[f8]
heya guys
i am learning lots of new actionscript for a new website I am creating and I am am approaching a few cross roads I am hoping someone could help me with.
The website has 5 main sections 4 of them are pretty simple just displaying some data from an XML document. The other section is more complex with 2 tiers of product categories and then products (the data is also coming from an XML doc).
The main question I have is what is the best way to put a site like this together?
Everything just in one SWF?
or
Separate SWFs that load into one Main SWF, keeping the code for the different sections separate?
or maybe a flash form application?
any suggestions would be appreciated .
thanks
View Replies !
View Related
Variables Between 2 Swfs In Seperate Htmls
This is driving me crazy. It has to be simple, but I can't seem to get it to work. I've searched and couldn't find anything. I have a flash movie, and when I click on a button it is opening up a seperate html page, and I am passing a variable through the geturl/javascript command. This works fine. But how do I call the variable in the flash movie that is in the popup window? Thanks!
View Replies !
View Related
Any ActionScript To Rotate Seperate Swfs In And Out?
I tried to do a search on this but didn't know what keywords to search for:
I need to rotate several flash animations on my page. I would like to have a swf fade out and another seperate swf fade in. I could just make a long flash animation that had all of the swfs in it, but some of the animations will change from time to time, while others will stay the same. So it would be nice if I could just modify some actionscript to jump to the new animation rather than having to cut and paste the whole swf into just one big swf.
Am I making any sense?
Y'all have helped my a lot in the past and I'd really appreciate your help again.
BlackHatHunter
View Replies !
View Related
Help With Controling Multiple Loaded Swfs
I am working on a project where I have a master swf that is a menu system. The menu basically allows the user to select one of many swfs, then load and play them. its sortof like a window and when they select one from the lists it loads the swf into the window. What I want to do is be able to add a master pause, resume, and refresh button down at the bottom of the window so that at any given time during any of the swfs that are playing the user can pause resume or refresh the swf. I load the swfs using the loadMovie("whatever.swf", "_level2") command. I do not want to convert the swfs into movie clips and have them preloaded because it reduces the quality of the jpeg images in the swfs. is there any commands or scripts that are available that are able to control loaded swfs? I realize i might have to rewrite the code for each movie that is loaded like _level2.play() _level3.play() etc. that is fine. I just need to know how to pause resume and refresh. if this is hard to understand just say so and I will post the fla so everyone can take a look at it. Thanks alot for the help in advance.
Josh Schofield
Faithxt.com
View Replies !
View Related
Controling Timelines In External SWFs?
I understand paths and targetting in Flash pretty much, ie _root.mc_instancename.gotoAndPlay(1) etc etc
However, I am struggling with something that is very easy!
Here goes...
I have a master swf which has "Next" and "Previous" buttons on it. When pressed, it loads a separate swf into a placeholder clip on the master swf's stage.
This works fine, the new swf plays it's intro bit and stops.
What I am trying to do is get play an outro sequence in the new swf ie _root.mc_placeholder.new_swf.gotoAndPlay("outro");
But when the button is pressed, it fails to communicate the instruction to play the outro to the other swf, it simply ignores it and loads the next swf.
Any ideas? This is just me being crap right?
View Replies !
View Related
LOADING/CONTROLING External SWFs
I'm sure this has been asked before but i cant find anything that works for me. i have one MovieClip (View14) and i need to load lots of different things into it. I know you're supposed to use something with variables and addChild but i cant get anything to work.
How do you reference a file that's not on the internet? (in a flash document that's also not online)
How do you load SWFs into a movieclip? (and unload/switch them)
Thank you :]
i'm sorry i couldnt find this anywhere else.
I've looked at the flash docs for MovieClipLoader and Component and they arnt helping me.
Edited: 08/22/2007 at 11:27:37 PM by J.Rocker
View Replies !
View Related
Loading Seperate .swfs In A Flash Movie?
Hi there,
I'm trying to load a seperate part of my flash movie, and I heard the only way to do this is to make the aprt i want to load as a seperate .swf and load it this way. But...I dont how to do this. And I dont know where to start about Levels!! I dont even know if that is revelant.
An example of what i need do is www.2advanced.com/flashindex.htm
It has a sections which load seperate to the rest of the site.
Please Help!
Many thanks.
View Replies !
View Related
Load 5 Seperate .swfs Into A Movie By Using A For Loop
Hi i want to Load 5 seperate .swfs into a movie by using a single for loop.
Ideally i was looking for a script that refurred to a folder which you could put as many .swfs into as you wanted and they would all be loaded into a single movie at random locations on the screen but i realise this would involve lots of hard coding and i am not sure who would be willing to help me but i thought i would give it a try
Alan
View Replies !
View Related
Synching Seperate Swfs With System Clock?
Hi,
Is it possible to run scripts based on the server or system clock, such as "whenever the seconds = :00 or :30?". I have about 4 different swfs which are located seperately throughout the page and I want them to "change" at the same time. They load seperately and vary in size so using a timer wouldn't work. The desired end result would be so that if clipa loads in 10 seconds and clipb loads in 45 seconds, clipa would do it's "change" at the 30 second mark, then clipa and clipb would change together at the 1:00 mark and every 30 seconds thereafter. If clipa loads in 10 seconds and clipb loads in 15 seconds; they would both do their change at the 30-second mark and every 30 seconds thereafter.
Possible?
Thanks
View Replies !
View Related
Seperate Swfs, Level And Swapdepths Question
Hi guys,
I think I need help, I've done searches but can't fins anything.
I want to be able to show a movieclip found in a swf above another swf found in a higher level.
I've made a gif to show what i mean...
I load two swfs into a flash file. the lower swf contains a mc which wants to appear above the higher swf.
Any ideas, if this isn't clear let me know and i'll try to make it simpler!!
Pdue
View Replies !
View Related
Controlling And Preloading Seperate SWFs On A Website
Ok... here is what I have got...
My Website opens, its written in HTML... There is a "Navigation" FLash at the top of the page which opens up HTML documents into the "Main Frame" below.
Ok now... When the Website first loads up, In the Main frame of the page I want a flash swf to play as an intro to the website (Its a band website). Once the (intro) Swf ends I want it to tell the Navigation Flash Menu Swf to go ahead and show the buttons so people can navigate.
Thats my first problem, or task to solve.
2nd... If it is possible to control Swf's from an external one it must be possible to preload them aswell right? So what I want to do, is the site to load up... and all the preloading done from the Navigation Swf to account for both Swfs (Intro and Navigation)
Makes sense? Hope you can help...
View Replies !
View Related
Controling External Swfs Sound From The Main Time Line?
Hi,
I have a main an empty movie clip which loads external swfs in to it. The swfs are mx video's. I was wondering if there is a way i could control the loaded swfs sound from the main time line?
Mute, and maybe a volume control?
Without controling any other sounds of buttons etc, in the main time line.
Is this possible?
thanks
tgreaves
View Replies !
View Related
"linking" To Different Parts In Seperate SWFs
I was wondering if there is code or a function that can tell a navigation menu (made in flash) to go to a certain part of another swf movie?
For instance. I have a swf that contains 4 empty movie clips that load 4 seperate swfs.
there's a top nav, a main screen, and a bottom navigation. the top and bottom navigation need to be able to, when pressed, go to a different "page" of the main screen or essentially a different part of the mainscreen swf.
Any help would be appreciated--thanks,
Lexthayn
View Replies !
View Related
Communicating Between 2 Seperate .swf's Each In A Seperate Frame(HTML) ... Help
this seems so elementry, .. yet I cant get it working ...
here is what I have....
A frameset (2 frames).... Frames "Top" and "Bottom"
Frame "top" contains the .swf Named and ID'd as "cont"
Frame "bottom" contains the .swf Named and ID'd as "nav"
The _parent of the frameset contains the following script.. (between the <HEAD> tags)
<script language="Javascript">
function forward1(){
window.top.document.cont.GotoFrame(10);
}
</script>
The movie in the frame "bottom" controls the movie in frame "top" with this.
on (release) {
getURL ("javascript: forward1()", "top");
}
Please look at the source for the _parent ... maybe the mistake will be apparent,heres the link
http://www.alpha8.com/s3/index.html
I'm using dream weaver ..
I'm sure that the javascript is in the _parent of the frameset.
I'm Mac IE5 ... Javascript no go?
Thanx in advance ... I desperately need a solution to this prob.
View Replies !
View Related
[F8] Talking About Levels..controling Levels, Loading Swfs Into Levels, Etc
Hello, people!
I have a little tweaking i need to adjust.
To get to the point:
if (1==1)
{
loadMovieNum("test.swf", 3);
_level3.gotoAndStop(10);
}
else (...)
The problem is that on the if cycle, it doesnt consider the level as being loaded. I've tryed a while to wait for the level to load, nothing worked.
I've tested with a button to see if the level exist and is possible to control it and it is, with the onRelase.button etc etc.
Any ideas?
Ricardo
Thanks!
View Replies !
View Related
Loading SWFs Into FLAs And Making The SWFs Transparent HELP
I have a set of buttons inside a movieclip, inside a movie clip (if that makes sense).
When the buttons are clicked I need them to load a content .swf file into frame 2 at at specified position (x=20, y=140)
I also need the .swf being loaded in to have a transparent background.
How can I achieve this?
I cannot include the .fla files for your perusal because the KirupaForum uploader can't upload bigger than 2mb and my zip file is 5.28mb or something like that.
View Replies !
View Related
Loading SWFs Into FLAs And Making The SWFs Transparent HELP
I have a set of buttons inside a movieclip, inside a movie clip (if that makes sense).
When the buttons are clicked I need them to load a content .swf file into frame 2 at at specified position (x=20, y=140)
I also need the .swf being loaded in to have a transparent background.
How can I achieve this?
I cannot include the .fla files for your perusal because the KirupaForum uploader can't upload bigger than 2mb and my zip file is 5.28mb or something like that.
View Replies !
View Related
Loading External Swfs Into Externally Loaded Swfs.
ive got some buttons on my main timeline that im using to load external swfs into an empty mc. the buttons are coded with the following:
on(release){
if(_root.currMovie == undefined){
_root.currMovie = "1";
emptyMC1.loadMovie("1.swf);
} else if (_root.currMovie != "1") {
if (emptyMC1._currentframe >=
emptyMC1.midframe) {
_root.currMovie = "1";
emptyMC1.play();
}
}
}
1.swf also has some buttons that load external swfs into a second empty mc. those buttons are coded with the following:
on(release){
if(this.currMovie == undefined){
this.currMovie = "2";
emptyMC2.loadMovie("2.swf");
} else if (this.currMovie != "2") {
if (emptyMC2._currentframe >=
emptyMC2.midframe) {
this.currMovie = "2";
emptyMC2.play();
}
}
}
1.swf loads into emptyMC1 ok, and 2.swf loads into emptyMC2 ok.
when i press any of the buttons on the main timeline, the outro animation of 1.swf plays correctly, but the outro animation of 2.swf does not. is there a way to the buttons so that the emptyMC's unload sequentially?
View Replies !
View Related
Navigation Through Flash Site, Old .swfs Remain Behind New .swfs
need to unload the .swf files, not sure how to do this. All my swf interlace with each other
heres the code
Code:
stop();
about.buttonMode = true;
contact.buttonMode = true;
portfolio.buttonMode = true;
var ldr:Loader;
about.addEventListener(MouseEvent.ROLL_OVER, overAbout);
about.addEventListener(MouseEvent.ROLL_OUT, outAbout);
about.addEventListener(MouseEvent.MOUSE_DOWN, downAbout);
function overAbout(MouseEvent):void{
about.gotoAndPlay(2);
}
function outAbout(MouseEvent):void{
about.gotoAndStop(1);
}
function downAbout(MouseEvent):void{
/*var request:Loader = new Loader();
request.load(new URLRequest ("AboutMe.swf"));
loadMC.addChild(request)
*/
var request:Loader = new Loader();
request.load(new URLRequest ("AboutMe.swf"));
loadMC.addChild(request)
gotoAndStop(2);
}
portfolio.addEventListener(MouseEvent.ROLL_OVER, overPortfolio);
portfolio.addEventListener(MouseEvent.ROLL_OUT, outPortfolio);
portfolio.addEventListener(MouseEvent.MOUSE_DOWN, downPortfolio);
function downPortfolio(MouseEvent):void{
var request:Loader = new Loader();
request.load(new URLRequest ("Portfolio.swf"));
loadMC.addChild(request)
gotoAndStop(2);
}
function overPortfolio(MouseEvent):void{
portfolio.gotoAndPlay(2);
}
function outPortfolio(MouseEvent):void{
portfolio.gotoAndStop(1);
}
contact.addEventListener(MouseEvent.ROLL_OVER, overContact);
contact.addEventListener(MouseEvent.ROLL_OUT, outContact);
contact.addEventListener(MouseEvent.MOUSE_DOWN, downContact);
function downContact(MouseEvent):void{
var request:Loader = new Loader();
request.load(new URLRequest ("Contact.swf"));
loadMC.addChild(request)
gotoAndStop(2);
}
function overContact(MouseEvent):void{
contact.gotoAndPlay(2);
}
function outContact(MouseEvent):void{
contact.gotoAndStop(1);
}
any help would be excellent!
View Replies !
View Related
Loading Swfs Into Swfs: Undesireable Result
Situation:
I am using one swf to import other swfs dynamically based on user input (menu with buttons that are dynamically configured once the SWF has loaded).
I built the framework/base (I will refer to this as mainframe.swf) movie in Flash, I then built the populating SWFS in Swish Max (they will be called ad.swf).
When I load the swish max movies into the flash, they show up in the right location and everything, but if the imported movie (ad.swf) has items/shapes that over hang the bounds of the movie, the show up in the framework swf.
and example can be seen here, the issue is in the second ad (CFP):
https://fieldnet3.massmutual.com/fnm...ig002-temp.xml
I want to restrict the visible area of the loaded movie to the original movie that is it populating ( I replace a content holder.swf with ad.swf using a loadMovie). In the movie I am loading int the framework, I have created a white mask to block anything outside of the grey box. This just proves to obscure the buttons, title etc. in the mainframe.swf
The buttons are loaded dynamically as movie clips and I have assigned them to a level 10 levels above the movieclip that holds the ads, this doesn't seem to make them take precedence....
Any one have any ideas on how I can make the movie clip on the edges or make the buttons raise up?
Code availabe as needed.
Allen
View Replies !
View Related
Loading/Unloading - Swfs Inside Of Swfs
Here we go...
---------------------------------------------
I have a main.swf.
Main.swf contains 4 buttons(about, portfolio, contact, clients).
These for buttons call in external swfs(ex. portfolio.swf) into an empty movie clip on the main.swf stage.
inside portfolio.swf are three more buttons(print, web, logos)
When you click on one of these buttons they need to call in another external swf(web.swf) and also remove itself(portfolio.swf)
---------------------------------------------
That is where I run into my problem.
this is the code i am using for the original buttons on the main.swf:
Code:
function initMovieLoad(path) {
movieToBeLoaded = path;
if(!initializedExternalMovies) {
initializedExternalMovies = true;
loadNewMovie();
} else {
target.gotoAndPlay('midpoint');
}
}
_global.loadNewMovie = function() {
target.unloadMovie();
target.loadMovie(movieToBeLoaded);
target._y=-130;
target._x= -160;
}
var mc:MovieClip = this.createEmptyMovieClip('target', this.getNextHighestDepth());
initMovieLoad('intro.swf');
this.homeBTN.onRelease = function() {
initMovieLoad('home.swf');
}
this.aboutBTN.onRelease = function() {
initMovieLoad('about.swf');
}
this.portfolioBTN.onRelease = function() {
initMovieLoad('portfolio.swf');
}
this.clientsBTN.onRelease = function() {
initMovieLoad('clients.swf');
}
this.contactBTN.onRelease = function() {
initMovieLoad('contact.swf');
}
I thought I could just place this code inside the portfolio.swf and boom, everything would be set. but it didnt work.
I need to know how to call from the main.swf that web button inside of the portfolio.swf to bring in the web.swf
Any ideas would help at this point. THX
View Replies !
View Related
Preloading .swfs AND The .swfs They Call
Hello. I'm using a preloader on my website, the first .swf of which loads another .swf into a movieclip. The preloader only checks to see if the 1st .swf is loaded, and not the called .swf, which interferes with the timing, depending on how fast or slow the user's connection is.
So, how do I make a preloader which accounts for the loading of .swf files called by the _root swf?
Here is my preloading technique:
frame 1:
if (_root._framesloaded >= _root._totalframes) {
gotoAndPlay("start");
}
frame 2:
gotoAndPlay(1);
frame 3:
this frame is labeled "start
frame 4: [loads the other .swf]
this.createEmptyMovieClip("main", 999);
loadMovie("main.swf", main);
View Replies !
View Related
Multiple External Swfs With Other Swfs In Them
Hey guys,
I am probably the newest guy here to use flash so please bear with me.
I am making a site for myself and my buddies. Well I want to have a music player on the site at all times. All im going to do for now is just play one mp3 so its not that complicated but while reading Kirupa's tuturial about adding music it said that you need to have more than one swf for the player to work.
My question is...how can I load multiple swfs in one main swf.
so this is what i want:
music player loaded at all times, and other swfs loaded whenever a person navigates through the site.
please help me out.
Thanks in advance.
p.s.Sorry if this is a dumb or simple question.
View Replies !
View Related
Loading Other Swfs From Loaded Swfs
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"?
If you need anything just ask, also, any help is useful.
Thanks
View Replies !
View Related
Controlling Loaded Swfs, From Other Swfs....
alright on my site, i have a loaded movie clip with sound, which is the main bg music, and i have a samples page, and i want each sample to load up on press or whatever. now i need to know how to not just unload the mian bg music swf, but make that swf go to and stop on frame 3 (1 is loader, 2 is play, and 3 is stop) thanks alot!!
View Replies !
View Related
Multiple External Swfs With Other Swfs In Them
Hey guys,
I am probably the newest guy here to use flash so please bear with me.
I am making a site for myself and my buddies. Well I want to have a music player on the site at all times. All im going to do for now is just play one mp3 so its not that complicated but while reading Kirupa's tuturial about adding music it said that you need to have more than one swf for the player to work.
My question is...how can I load multiple swfs in one main swf.
so this is what i want:
music player loaded at all times, and other swfs loaded whenever a person navigates through the site.
please help me out.
Thanks in advance.
p.s.Sorry if this is a dumb or simple question.
View Replies !
View Related
How Do I Seperate <>
if (score<7>3) {
gotoAndStop ("alien4-6", 1);
}
thats an example peice of my code..
how do i make it check if "score" is between 4 and 6?
im trying to make it check if score is less then 7 but greater then 3. i dont know how to seperate the 2
View Replies !
View Related
How Would I Seperate A MC?
Would it be possible to take a mc that is inside a mc like say _root.mc1.mc2 would i be able to make say a button so that in the swf when i hit that button mc2 is brought to _root and if i hit another button with _root.mc2 it would respond. Sry if im making it sound confusing, but if anyone can understand it plz help me
View Replies !
View Related
Controling Mcs From One Swf To Another Swf
Hey guys need some help
I have five swf all on there own levels. On level0 I have a set of buttons that load swf into level1 and level2.
In level1 I have a menu, which tells the content in level2 what to do.Now the content in level2 is never the same, it depense on which button on level0 is pressed, to determen the content in level2. But the menu in level1 is always the same.
Now my problem is that the menu on level1 is hidden until a button on level0 is pressed and then animated to reveil itself. Now I have a loadmovie script level1 and level2 on each of the buttons in level0. However I only want the swf in level1 to load once.
I know it sounds confusing but if any one can help me that would be great.
Thank you
Malachai
View Replies !
View Related
Controling Mcs From One Swf To Another Swf
Ok need some help on a tough problem.
I have an animated menu that is set to open once when a button on the parent level is pressed.
however there is a home button on the animated menu that tweens in back to its hidden position when pressed.
The problem is when the button on the parent level is pressed after the home button, the menu doesn't open.
The menu is on a different level and i have tried to Unload the swf and it doesn't what to reset the menu. Here is the script I am using for the button on the parent level
on (press) {
if (_root.ctr<1) {
loadMovieNum ("menutop.swf", 2);
_root.ctr++;
}
}
Thank you to any one that can help me.
View Replies !
View Related
Controling Swf From Another Swf
Ok here's the deal!
I have a web site built in dreamweaver with 2 seperate flash menu's. What i need to do is control one menu from the other.
the top menu is to navigate the user to specific pages in sections, displaying the section title at the top.
Now the second menu is a side menu that performs a quick jump to pages within specific sections.
what I want to happen is when the user uses the quick jump menu i want the top menu to display the section the user is in.
any help is well appreciated.
View Replies !
View Related
Controling MC
hi
i want to be able to tell a file.swf to which i have loaded into a movie clip to stop playing and then play when hit a button
i have tried for hours with different ways and now its driving me mad
i have been using code like this:
_root.mc_instance.stop(); // (from the timeline for this)
HELP
cheers
View Replies !
View Related
Controling A Swf
Hi
I have a separate animated swf file that has no interaction but just plays through its long sequence of frames.
But now i want some buttons on top of this swf that will allow me to jump forward or backwards 20 frames at a time.
I gues this is going to invole layers but i really don't know where to start.
Can anyone point me in the right direction?
View Replies !
View Related
Controling One Mc From Another
Hi,
I've got two movie clips, one with buttons in it, and one with images in it, they are both on the stage. Say they are called "alpha" and "beta". What I want to do it press a button from "alpha" so that it changes the image in "beta". I thought I'd attach this line to the button in "alpha"
_root.beta.attachMovie(test1, test2, 1)
but it doesn't work. Any ideas on how to control one movie clip from inside a different movie clip?
It's not the attachMovie part I'm having trouble with, it's the communicating with the second movie clip.
View Replies !
View Related
Controling A MC With AS
I am trying to change the x and y scale of an MC with a transperant button, however I want the MC to stop at a fixed x and y scale.
So if my MC instatnce is named (clip_mc)
I have tryed this on the root time line on a layer called actions.
clip_mc.onEnterFrame = function() {
if (scale) {
clip_mc._xscale+=5;
clip_mc._yscale+=5;
}
then of the transparent button I ASed
on (press) {
_root.scale = true ;
}
on (rollOut, dragOut) {
_root.scale = false ;
}
This works but I now need to get clip_mc to stop at a fixed x and y scale.
Any help is appreciated,
sandokel
View Replies !
View Related
Controling One Swf From Another.
Hi there,
I'm not sure how to word what I'm trying to do so I can't find info on how to do it...
Here goes.
I have one html page with two different swfs on it (or would like to).
Id like to have it so when an action happens in one swf (in this case a menu with buttons gets moused over) it causes an action to happen in another swf. I know how to do it when there are multiple movies all in one big swf file but not from one swf to another.
Thanks in advance for the help.
Thanks.
View Replies !
View Related
Controling One MC By Another...
Hi everybody
I got a small MC that's like a squer on a brain, i need that squer to be dragable, and whan i drag it, it controls a biger MC thats behind a mask (so i can see only part of it at a time)- basicaly- whaen i move the squer left, the biger MC moves left...and so on.
Can anyone direct me or tell me how can i do it?
Thank you
Michael
View Replies !
View Related
Controling One MC By Another...
Hi everybody
I got a small MC that's like a squer on a brain, i need that squer to be dragable, and whan i drag it, it controls a biger MC thats behind a mask (so i can see only part of it at a time)- basicaly- whaen i move the squer left, the biger MC moves left...and so on.
Can anyone direct me or tell me how can i do it?
Thank you
Michael
View Replies !
View Related
Controling MC With MC
Hey all -- tell me what I'm doing wrong (because I got about 5 Flash Books here and I'm stuck)
I'm trying to gotoandPlay a movieclip with another movieclip and it's not working out.
This is what I have so far on the button type MC:
on (release) {
_root.stickerMC.gotoAndPlay(1);
}
OK -- what am I doing wrong -- help!
Thank you.
View Replies !
View Related
Controling The Other Swf From The Other Swf...
hi, how to control the other sef by a click of a button from other swf???
i wanna create a website with multiple swfs inside a main big swf. and i wanna like, click a button at swf C that moves something at swf G...
do i use the _root. comand??? and i saw a _global. comand... what does it do?
hope u guys know what i mean... thanks
thanks alot.
View Replies !
View Related
|