Professional :: Multiple Fla Projects - When Loading Main Swf File 3 Other Swf Files Are Also Loaded

May 31, 2011

I am new flash developer, and inherited a project which has 4 fla project files. When it runs inside a browser, it appears "window" which occupies whole browser. This project is write in Flash CS3. I have few questions:

1). When loading main swf file, 3 other swf files are also loaded. These swf files are communicating with each other through message. When debug the mail swf with CS3, I can set breakpoint and the program can stop only at limited AS files. My questions is how to debug other AS files in other swf file?

2) I used CS5. It seems that I can stop at more AS files, which does not belong to main swf file. Why?

My questions is should I use CS5, which might makes debugging easier? Is it right direction to go to debug multiple swf? (For CS5, I need to fix some code in order to make the program fully working as CS3)

3) What's best tool to use for such project since CS3 is very old. Should I use Flash builder, Flex. Amethyst?

View 1 Replies


Similar Posts:


ActionScript 2.0 :: Loading 4 External SWFs Into An Empty MC On The Main Stage For Each Of The 4 Projects?

Feb 12, 2010

The problem is this: I am loading 4 external SWFs into an empty MC on the main stage for each of the 4 projects.So you press a button on the main stage for a project, and it loads that specific SWF.These SWFs contain an opening text for each project, a button to "continue" to the gallery, then the text fades out and the gallery loads.That's all within the SWF itself.The SWFs work fine on their own, but the problem is that when I load the SWFs into the empty MC on the main stage, the "continue" button doesn't work correctly The SWFs load fine, it's just the button At first when I pressed the button it would send my main stage back to the first frame, so I thought it was because the AS for the button in the SWF was probably conflicting with the main stage and confusing it. I went back into the SWFs and tagged part of the SWF timeline with the name "togallery" so that when you click the "continue" button, in theory, Flash knows specifically where to go within the timeline of the SWF and not the timeline of the main stage.

That hasn't worked either. The button just doesn't work at all now, at least not when the SWF has been loaded onto the main stage. Again, it works fine on its own. So what can I do? How can I get a button within an external SWF to reference only it's own timeline and not that of the main stage?

View 1 Replies

ActionScript 3.0 :: Loading Multiple Swf File Into A Main Swf File?

May 18, 2011

I have problem in loading multiple swf file into a main swf file. I will state the things clearly at first. I have a main Index file to which i have to load some swf files which i have placed in a seprate folder. I tried to load those movies to main swf file using loadMovie it worked well when i give the exact path of the swf movies in subfolders. Aslo it worked when i placed the entire swf files including the Index file on a single folder, this worked only on my local machine suppose if i copy those entire folder to some other Computer and tried to run the Index file it doesnt works if it is in an single folder it works. The thing i need is the Index file alone has to be placed on the main folder and rest of the Swf file has to be placed on sub folder so when i run the index file it has to load the required swf file from sub folder this even have to work when i run the application on some other computers.

View 4 Replies

ActionScript 2.0 :: Add One To The File That Is Loaded Into The Main Movie Main Movie That Is Loading The File?

Aug 3, 2003

using the command:

loadMovie(_root.section, _root.content);how would i work in a preloader bar?? add one to the file that is loaded into the main movie or on my main movie that is loading the file?

View 1 Replies

ActionScript 3.0 :: Loading Xml Files From Already Loaded Xml File?

Aug 31, 2010

I have created a flash movie which loads a XML file. This XML file contains around 8 links.

Now I am trying to load another XML files corresponding to each link. That is, if clicked on Link1, flash movie should load XML File 1, Link2 should load XML File 2 and so on.

View 1 Replies

Professional :: Load Multiple Swfs To Main Flash File?

Aug 27, 2011

I am using the following codeIn actions for Frame 1:

var myrequest:URLRequest=new URLRequest("A.swf");  var myloader:Loader=new Loader();myloader.load(myrequest);img1.addEventListener(MouseEvent.CLICK, clickButton);function clickButton(event:MouseEvent):void{ 

[code].....

View 7 Replies

Professional :: 5 Swf Files That Want Loaded And Displayed One At Time Via 1 Swf File

Sep 14, 2011

I have tried all manner of AS3 scripts to no avail. Most scripts that are listed on the internet either loads them and displays them at the same time (simlutaneously) or I get script errors.

View 1 Replies

ActionScript 2.0 :: Caching Of Swf Files Loaded Into Main Movie?

Apr 28, 2005

In my main movie I am loading external swf files. The proplem is that these files are cached so when they load the updates aren't shown. I've read some stuff about loading vars or xml with a random function to prevent it from caching, can that work with swf files? Maybe something like:

loadMovie ("news.swf?="+random(1000),_root.dropPage_mc);

I've placed the meta tags in the main html to stop that from caching; which doesn't really work. Could the same be applied in the html? Or maybe a php function when loading the main flash movie?

The files that are loaded are only a few kb so I'm not worried about the user having to load the files everytime.

View 3 Replies

ActionScript 3.0 :: Loading 2 Swf Files Into A Main Swf?

Dec 30, 2010

I have created a main movie which I would like to load 2 external swf's in succession.I would like that when the 1st swf is finished playing, it should be replaced by the second swf. I would also like that there be no blank screen in between the unloading of the 1st swf and loading up of the 2nd swf.

View 12 Replies

Externally Loading 5 Swf Files Into Main Movie?

Sep 2, 2010

Im have 5 swf files that I want to play one after another on my home page.

I would like to have the first movie load and play and while that is going on have the others downloading in the background so they are ready to start when the first movie finishes.

After the 5th and last movie has played I would like it then to return to the first movie and just loop this process continually.

I have attached what I have at the moment which is a file called demand.fla that uses buttons to load in demand001, demand002, deamd003 etc.

Ideally i would like demand to load in each slide automatically and then have flashmove onto the next one after 5 seconds or so.

[URL}

View 2 Replies

ActionScript 2.0 :: Loading Several Swf Files Into Main Movie?

Apr 7, 2002

Im loading several swf files into my main movie, How do I load the swf's and have them display like:

swf1 | swf2 | swf2.. and so on?

View 4 Replies

ActionScript 3.0 :: Preload Multiple - Load And Display The Percentage Loaded Of Total Bytes And Bytes Loaded Of All The Files

Jul 13, 2009

What I'm trying to do is get the total bytes of all the files I want to load and display the percentage loaded of total bytes and bytes loaded of all the files. Its a slideshow so i want all the files loaded and then it will play. I've looked at bulk-loader but it wasn't what I needed. The image are loaded from an xml file. I think I would need to create an Array and then find out the total bytes but I don't know how to reference the loader in the progress.

[Code]....

View 2 Replies

ActionScript 2.0 :: Load Separate Swf Files Into Main Movie, With Loading?

Jan 15, 2012

on (release) {
_parent._parent.buttonClick("movie name", _parent._name);
}

For the above script, am trying to load a swf file to load into an main movie file. This is for a flash website am working on, and i wanted to know if the above .Since having all the pages (6 pages) in one flash file, it would take long time to load, so am planning to have each of the 6 pages in an separate swf file and load these into main swf file, on click of a button, Also there needs to be a loading bar for each page.

View 1 Replies

ActionScript 3.0 :: Load Multiple XML Files And Know When All Loaded?

Apr 21, 2009

How to load multiple XML files and know when all loaded

I load several XML files at the start of my AS code. Using addEventlistener/Event.Complete for each URLloader I call upon functions to get data from the respective XML files.

Like this:

// Loads themes from XML file themes.xml
themeLoader.addEventListener(Event.COMPLETE, getThemes);
themeLoader.load(new URLRequest("themes.xml"));

[Code]....

In those functions I call other functions to start my application.

The problem is that if some XML file (like cats.xml above) has not been loaded before I call MainShow(), I get errors since MainShow() also uses data from the cats.xml. Thus I would need to somehow wait for all my XML files to be loaded before I start up my application.

How can I do this in a convenient way?

View 4 Replies

ActionScript 3.0 :: Loading Multiple External SWFs Within A Main Swf

Aug 31, 2009

I'm building a website that loads multiple swfs within one main swf. I would also like some swfs to unload when i click on the button situated on it. Currently I'm only able to load one swf with this code, can I somehow load more that just one swf by default? you can see the code below:

[Code]...

View 3 Replies

ActionScript 1/2 :: Loading Multiple Levels Into A Main Level?

Nov 12, 2010

How could I make a preloader with multiple levels in as2? Should I use loadMovieNum or the MovieClipLoader class?
 
I want to make a main progress bar, that represents the loading of all the levels, not a progress bar for each level.

View 7 Replies

IDE :: Best Way Of Loading Multiple XML Files?

Dec 7, 2009

What is the best approach in AS3 when loading multiple XML files. I have 3 XML files I need to load. Should make separate XML loaders and functions for each XML file?

View 1 Replies

ActionScript 3.0 :: Two Different Speeds On Dynamically Loaded Multiple Swf Files

Feb 22, 2012

I have created a galley with dynamically loaded multiple swf files. Half of them contain animations running at 60fps. The other half are flash movies at 30fps. If I select the speed of my gallery file to be 30fps animations play slow. If speed of gallery file is 60fps flash movies play too fast. How can I override the speed of the individual .swf's so they all play evenly.
 
some AS3 script for each individual movie? i.e. animation speed (individual file) speed: 1/2?..

View 27 Replies

ActionScript 3.0 :: Contains A Page With Multiple Swf Files Loaded Externally

Jul 12, 2010

I'm trying to put together a flash portfolio which contains a page with multiple swf files loaded externally, I've managed to follow a tut and works fine..except,
the loaded swf video loop, and as I navigate to other pages the sound plays through. I tried the unloadAndStop technique which helped but didnt stop the loop, i even added a

[Code].....

View 0 Replies

ActionScript 3.0 :: Main Swf Loading Multiple Swf's Containing Netstream Video Clips?

Sep 6, 2011

I have this Main swf that is supposed (via buttons) load external swf's. These external swf's play single videos with code that follows ie:

var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);

[Code]....

When this video clip has ended I want the main swf to be loaded again.

View 2 Replies

Professional :: Load Swf Files In Main Movie?

May 27, 2011

I have the following to load swf files in my main movie. The first swf files that loads has a movie FLV file in it. When I unload that swf file, with the below, the swf seems to get removed, but the audio of that flv keeps playing. What do I have to do, to completely remove that swf file.  

private function loadNewSection(e:ProjectEvent):void
{
while ( content_mc.loaderClip.numChildren > 0 ) {
content_mc.loaderClip.removeChildAt(0);

[Code].....

View 3 Replies

Loading Multiple Jpeg Files

Jul 7, 2009

i'm making a simple portfolio site, and bringing in a series of jpeg files using a 'for' loop and the Loader class. once all the files are loaded in, i'd like to just be able to add, remove, tween, etc... the items from the stage as need-be by using instance names, such as movie clips or Sprites. but for some reason, i cannot seem to figure out how to have each image, as its loaded in, be separately accessable to me after the loop has completed.

View 10 Replies

IDE :: Loading Multiple XML Files In Flash

Jan 28, 2009

I'm curently using:

Code:
var example:XML;
var exampleLoader:URLLoader = new URLLoader();
exampleLoader.addEventListener(Event.COMPLETE,XMLLoaded);

[Code]....

Do I have to declare a new Loader and a new function for every XML file I load? Is there a way to load multiple XML files easily ?

View 1 Replies

ActionScript 3.0 :: Loading Multiple XML Files

Sep 14, 2009

ActionScript file

Code:
package classes{
import flash.events.Event;
import flash.net.URLLoader;

[Code]....

In my output box doesn't appear anything.

View 1 Replies

ActionScript 2.0 :: Loading Multiple Files?

Apr 8, 2005

In a website i have 10 buttons and each of them loads an image. the image only loads into a empty movie clip as soon as i press the button.What i want to try is to start load the images as soon as i enter that page, and I want the buttons to show, only when their image is loaded. Kinda like a progressive thing.What i have to do?? send each image to a diffrent level when loading?

View 3 Replies

ActionScript 3.0 :: Working With Multiple Projects

Aug 11, 2009

I am working on an educational project where users access multiple interfaces that teach them scientific concepts and I've come to a snag in the best method of developing these interfaces.As they were developed in the last module the format looked like this. Each interface was a separate swf file that contained all needed code, graphics, and a set of fake data for whatever the interface needed. Each revision of the interface is compiled and displayed through meetings or emails where the actual swf file is sent, we do not have a test server nor do we have access to the internet in the rooms where reviews happen. Currently after the final look and interaction is approved all calls to the fake data are modified to either make database calls themselves, or call functions from it's containing swf file once it is loaded.[code]Obviously I haven't gotten it to work but I'm thinking something along those lines. Any suggestions on a method to do this the best. Ultimately I would like to be able to do this for embedding assets as well. For example a font, currently I load fonts from an external file, which means each FLA needs a copy of that font file and at completion all files load the same text file.

View 3 Replies

Media Server :: Connection Failed When Loading .asc File On Main.asc File

Jan 6, 2011

Got a really big problem here. I keep on getting "NetConnection.Connect.Failed" when I load a .asc file on my main.asc file, i use the method load() in my code. I really don't understand why this happens, but when i comment out the code that loads the asc file, I can successfully connect to fms. I can't figure out what's happening here. Btw, i'm using fms4 in windows 7 32bit.

View 6 Replies

ActionScript 3.0 :: Loading Multiple Xml Files Into Arrays

Apr 7, 2010

im trying to load 7 xml files into a question array, im unsure as to whether i need 7 arrays or if i can load it into one single array. each xml file has a set of questions for a quiz i am making i have managed to load the first set of questions but i dont really know how to proceed

View 2 Replies

ActionScript 3.0 :: Loading Multiple Sound Files?

Jul 28, 2009

I am trying to put a few songs on a website, not as an .mp3 player, I just want to be able to assign individual buttons to control them.ow, and it works great. I would like to now how to add more and assign them to their own buttons seperate from the other songs.This is the code I have for one song

var url:String = "";var urlRequest:URLRequest = new URLRequest(url);var sound:Sound = new Sound();sound.load(urlRequest);var sc:SoundChannelvar startTime:uint=0;
playBtn.addEventListener(MouseEvent.CLICK,playF);stopBtn.addEventListener(MouseEvent.CLICK,s

[code]......

View 5 Replies

ActionScript 2.0 :: Loading Multiple XML Files With LoadVars?

Mar 15, 2010

How would i load multiple xml files in a LoadVars Object and return each values?

View 1 Replies







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