ActionScript 1/2 :: LoadMovieNum - Load Mac2.swf On Main.swf

Nov 20, 2009

I am using Actionscript 2.0 and I'm a newbie. anyway, I have four swf files: Main.swf Mac1.swf, Mac2.swf, Mac3.swf On Main.swf, I have three frames and each frames it has these action scripts Mac1.swf:

[Code]...

View 9 Replies


Similar Posts:


IDE :: Unloading A Movie - Can't Put The LoadMovieNum In 0 Level Because It Would Replace The Main Stage

Feb 26, 2009

I can't seem to unload a movie, I've tried every possible actionscript code and still it won't go away. My objective is to run in the main stage a sub menu and for that I've done sub pages each one with a previous and next button (inside the movie that will be loaded), and that's the catch. I can't put the loadMovieNum in 0 level because it would replace the main stage. So I'm trying to do on the button:

on (release) {
unloadMovieNum(1); // it was loaded into level 1
loadMovieNum("new_item.swf",1); // he overlays both movies with transparency
}

Is there anyway to remove the actual movie and replace it with the new one?

View 3 Replies

ActionScript 2.0 :: LoadMovieNum - Load Ext. Swf In NextHigherLevel

May 1, 2008

I am loading multiple external swf into a main swf (slides), but they collapse in the root.

This is the code I am using now

emty_mc.loadMovieNum("gallery.swf");

I used to have a code instead of using levels for each empty movie clip, something like

NextHigherLevel

that fixed the problem before, but I forgot how to use it.

Can somebody give me the right code to load multiple swf files without collapsing in the root, using NextHigherLevel?

View 6 Replies

ActionScript 2.0 :: Use LoadMovieNum To Load A Part Visible Swf?

Dec 15, 2009

I was build a ComboBox, and it's working ok. Im choose an option, and movie is loading to stage, but its load with full workspace that was previously exported. How i can hide everthing about my animation ? I have several animations in different size.

And second question, how make position of the animation on the stage ?

This code is putted to ComboBox and does not work: (also i was try put this. before _level1._x, but when i was choose an option, menu was moved to the x,y position.[code]...

View 0 Replies

ActionScript 2.0 :: Use LoadMovieNum And Then Call Load Function?

Mar 13, 2012

I want to use loadMovieNum('platformer4.swf', 0);to reset all my variables, but then I want to call a load function after to load the users data. How can I do this?

View 1 Replies

ActionScript 2.0 :: LoadMovieNum - Load In External Picture Files?

Apr 1, 2003

I am using loadmovienum to try and load picture files(.jpg) into my main movie. When loading it onto a certian "level" it works fine However, when using load movie in the past I have loaded separate .swf files into movie clip symbols on the main time line which greatly helps when trying to position the movies I am loading in.

I am trying to load in my pictures files in the same way (into movie clip symbol on the timeline) however it doesn't seem to be working. Is is possible to load in external picture files in this way?

View 1 Replies

ActionScript 1/2 :: Loading Clips Into Loadmovienum - How To Make Load In Background

Apr 11, 2010

I swear that this was working earlier but i must have changed something because now it isnt. I have a few clips that im trying to have load in the background without actually being visible upon initial load. To accomplish this i was going with something like this on the first frame of the main clip:
 
loadMovieNum("dl_illustration.swf",4);_level4._visible = false;
 
I SWEAR this same code was working just fine about 30 mins ago and now ive been playing with some other stuff and its not working anymore- the illustration clip just loads right over top of the main clip, basically ignoring my call for it to be invisible.

View 10 Replies

ActionScript 2.0 :: Load Main Swf File (main.swf) On Top Of Background

Sep 24, 2004

I have a background swf that has been coded so that it scales with the browser. I want to load the main swf file (main.swf) on top of this bg so that it is always centred on the page.

View 2 Replies

ActionScript 1/2 :: Load Movie - Randomly Load Other Swf's (individual Ads) Into Main Swf After

Apr 2, 2009

I am pulling double duty with this question as it serves two purposes. I am developing a total flash controlled ad system for myself, but also need to use the same theory for a project for work.

Concept: I have a main movie (ad rotator system) that I then want to randomly load other swf's (individual ads) into this main swf after a set period of time. The random load I got set no problem. The problem I am having is to get it to move to the new Frame label of the main movie which then loads the smaller swfs. I am using the LoadMovie with nInterval time delay command in flash to load the movies.

[Code]....

View 5 Replies

ActionScript 2.0 :: .load Six Separate External .swf's Into The Main Movie While The Main Movie Loads Too

Dec 23, 2004

I want to load six seperate .swf's into the main movie while the main movie loads too. So in simpler words, i want to be able to load all of the swf's the same time i am loading the main swf.

View 2 Replies

ActionScript 2.0 :: Load The Load.swf Into Main.swf With Fit The Screen?

Nov 3, 2009

i have a 2 swf, one is main.swf, and another one is load.swf, the load.swf height and width will be change dynamically but i have to load the load.swf into main.swf, with best fit the screen. how?

my main.swf is 1000x780 and my load.swf more than or less than 1000x780 how can i fit this? i use to load the load.swf is content_mc.loadmovie("url");

View 1 Replies

AS3 :: Load SWF As Its Own Main

Nov 7, 2011

I'm using a wrapper app to download a remote SWF and save it to a Xoom Tablet. The download and save works fine but using something like [code]Screws with the targeting in the loaded swf so that in my loaded swf if I try and call "stage" from "Main" its null. I thought since loaded SWF's had there own sandbox it would load and run just like it I installed it by its self, does not seem to be the case. If this was a desktop app I could use NativeWindow but its not supported on mobile devices yet. Are there any know options where I can load and run it in its own sandbox where paths and roots are intact? Possibly a command it launch it as a separate swf from my wrapper swf?

View 1 Replies

ActionScript 3.0 :: Load A Swf Into A Main Swf?

Sep 21, 2011

I'm trying to load a swf into a main swf. This works fine. The swf I load is not made by me but bij clients and can be anything. For I do addChild I what to resize them to the size I want. This works fine as long the content(animation) is all inside the stage. If there is something outside the stage that shouldn't be shown it will be shown anyway.
 
I want is to determine the stageWidth And stageHeight from the loaded swf.

View 12 Replies

LoadMovieNum Swf Keeps Looping

Apr 15, 2009

I'm a newbie at Flash...and have a main movie that I would like to load external movies into..for ease of modification of the different areas vice having one large swf.I'm using the loadMovieNum command to load the external swf's just fine. When I play the external swf's by themselves...they play once and stop. When they are loaded into the main movie...they loop.I've placed a "stop();" command at both the frame in the main movie...and also on the line directly after the loadMovideNum line.

View 3 Replies

Why Swf With Loadmovienum - Cannot Work In Ppt

May 20, 2009

I have made a swf that loading another swf fileļ¼Œit works well alone. When i put it into a powerpoint file using shockwave flash object,it works only one time. When i close the ppt and reopen it, the swf cannot work.

View 1 Replies

Professional :: LoadMovieNum In AS3?

Jul 5, 2010

how to loadMovieNum in AS3?..I know the migration that we should use the Loader type

var lala:Loader = new Loader(new URLRequest("home.swf"));stage.addChild(lala);

something  like that?..But my question is if we do LoadMovieNum("home.swf",0); ""lvl 0 > Stage right""its like replace the previous stage with the new stage..whereas the 2 swf have the difference size..when i did with the Loader, thats load covered the previous SWF and the window size didnt resize automatically..

View 2 Replies

ActionScript 3.0 :: Load Into Main Swf File

Apr 26, 2009

I have some external videos I want to load into my main swf file. How do you get them to start playing before they've fully downloaded? I've tried a few ideas from googling but so far I haven't found the right code.

[Code]....

View 2 Replies

ActionScript 3.0 :: Load An External SWF Into Main SWF?

Jun 24, 2009

I'm using the following code to load an external SWF into my main SWF. The code is called inside of a button function. The code works TOO well. The external SWF loads multiple times on top of each other.
 
var ldr:Loader = new Loader();ldr.load(new URLRequest("portfolio.swf"));
ldr.contentLoaderInfo.addEventListener(Event.COMPLETE,      onLoaded, false, 0, true);function onLoaded(evt:Event):void {    addChild(evt.target.content);    evt.target.removeEventListener(Event.COMPLETE, onLoaded);}
 
To see the mess go to:[URL] hit the "web" button.

View 4 Replies

ActionScript 1/2 :: Load The Swf In To The Main File?

Jul 2, 2009

I have a main.fla, its fully developed by AS2, and i have a another small animation file animi.fla, its fully developed by AS3, i tried to load the AS3 swf in to the main AS 2 file, But its not working /

View 1 Replies

Professional :: Load A MC On The Main Timeline From A MC?

Feb 9, 2010

I have a movie clip (mc_menu) on that is on the main timeline.This movie clip has buttons that I want to use to display other movie clips on the main (parent) timeline.

View 1 Replies

Can't Get Main Content When Load A Swf Which Has TLF Included

May 10, 2010

In one of my project, I will load a swf after a button click. I use Loader and try to access the document class by Loader.content as Movieclip. But I find if the target swf contains TLF and if you set the publish property to RSL instead of "merge into code", the content of Loader will be set to some "__Preloader__".

View 2 Replies

Actionscript :: External Swf Load Into Main?

Aug 13, 2010

I need to load external swf into my main swf into a dispay object in this main swf.

View 2 Replies

ActionScript 3.0 :: Load External Swf In Main Swf?

Feb 18, 2009

i'm trying to load external swf in my main swf. when I click first time in first frame on object(movieClip) which has event handler gotoJob, the jobfair.swf will load and it works. But I have on the stage in first frame also another objects - movieClips. If I click on some movieclip, than it means to go to nextFrame. But when I return to first frame, where is also object with click handler gotoJob and I click on it, it does not load the swf.

Code:
function gotoJob(evt:Event):void{
var requestSWF:URLRequest = new URLRequest("jobfair.swf");
var loader:Loader = new Loader();

[code]...

View 5 Replies

ActionScript 2.0 :: Load External SWF And MC On Main SWF Via Xml?

Dec 15, 2009

external SWF 1 plays and when it finishes, it loads the SWF 2.inside the loader SWF, there are MC-buttons which can control which swf will be played.i want it to be dynamic so i used XML.there are 5 external swfs and 5 MC-buttons. when i update the xml, i want loader SWF to display only 4 external SWFs and 4 MC-buttons.update:the xml is being loaded but it wont load the SWFs. heres th AS and xml

Quote:
stop();
myXML = new XML();

[code]......

View 2 Replies

ActionScript 2.0 :: Load Swf File Into Main Fla?

Mar 15, 2010

im trying to load swf file into main fla without the user will have to perss on a button. i want that the movie will run and when it arrive to keyframe number 30 the external swf will be played.i

View 7 Replies

ActionScript 2.0 :: Load An External .swf Into The Main .swf?

Jun 14, 2004

In the current flash project im working on I load an external .swf into the main .swf, the external .swf contains sound loops and movieclips which they are attached to. In the main .swf there are buttons which trigger the sounds to stop and start.the problem im having is that the sounds wont play when the button is pressed, when everything is in one file it all works fine, so i believe the problem is to do with the reference to the external file.

[Code]...

View 1 Replies

ActionScript 2.0 :: Load The Contact.swf Into The Main.swf?

Sep 27, 2004

I just made my first contact form with flash MX. It works very well. But when I load the contact.swf into main movie, something goes wrong because I receive empty e-mails. If I run (only) contact.swf by itself, I'll get e-mail with content. I'm pretty sure that this is a very simple case but I can't solve it by myself.This is the code in the layer1 of contact.swf:

function clrData(){
this.formData.name = "";
this.nameIn.text = "";

[code].....

View 4 Replies

IDE :: Use The Progress Bar Component To Load The Main Swf?

Apr 28, 2010

I've searched a little and in tutorials the progressbar always loads an external mc...I was wondering, is it possible to make the bar load the main movie?

View 1 Replies

ActionScript 2.0 :: How To Load Contact SWF Into Main One

Sep 27, 2004

I just made my first contact form with flash MX. It works very well. But when I load the contact.swf into main movie, something goes wrong because I receive empty e-mails. If I run (only) contact.swf by itself, I'll get e-mail with content.

This is the code in the layer1 of contact.swf:
function clrData(){
this.formData.name = "";
this.nameIn.text = "";
this.formData.company = "";
this.companyIn.text = "";
[Code] .....

This is the code of contact button in the main movie (main.swf):
on (release) {
loadMovieNum("contact.swf", 1);
}

View 4 Replies

ActionScript 3.0 :: LoadMovieNum Not Working?

Aug 23, 2009

For the past 7 years I have been creating a presentation in CS3 using Flash and ActionScript2. I am using a new plug-in that requires me to use AS3. I basically have about 20 different flash files, and to link all the swf files together I used to use:

stop();
loadMovieNum("gtradial.swf", "1");

When I use this now I receive this error:

1180: Call to a possibly undefined method loadMovieNum.

what I need to add/change to make this work with AS3?

View 1 Replies







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