Actionscript 3.0 :: External Menu Load External Swf

Aug 2, 2009

i have a main.swf and i load menu.swf into main

[Code]...

this works right on its own but when using addchild in main.swf the menu loads the button events work, even click but it will not load the associated file. If i place the menu code in the main.swf it loads all required files. QUESTION How do reference menu.swf when loaded as an external swf?

View 2 Replies


Similar Posts:


ActionScript 2.0 :: How To Load External Menu

Feb 28, 2003

how to load external menu into main.swf . do i have to create 2 different empty MC's

View 2 Replies

ActionScript 3.0 :: XML Menu To Load External SWFs?

Sep 25, 2009

currently, I have a XML menu. I followed the tutorial from here: [URL]. It needs more work and tweaking, but that's for later. The menu.swf is from an external SWF and it's loaded into my index.swf using the loader.My question is how can I have the menu load different external SWFs, in other words, different part of the website. Do I create another loader in the index.swf for loading the website's content? Can I use the existing XML file for the loading the SWFs?

Here are the codes I have so far:

Index.swf
ActionScript Code:
import flash.display.*;
import flash.net.URLRequest;

[code]....

View 3 Replies

ActionScript 3.0 :: Have The Menu Load Different External SWFs?

Sep 28, 2009

currently, I have a XML menu. I followed the tutorial from here: http://tutorials.flashmymind.com/200...-menu-via-xml/. It needs more work and tweaking, but that's for later. The menu.swf is from an external SWF and it's loaded into my index.swf using the loader.

how can I have the menu load different external SWFs, in other words, different part of the website. Do I create another loader in the index.swf for loading the website's content? Can I use the existing XML file for the loading the SWFs?Here are the codes I have so far:

Index.swf

Code:
import flash.display.*;
import flash.net.URLRequest;
var menuldr:Loader = new Loader();

[code]....

View 8 Replies

ActionScript 3.0 :: Targeting A Drop Menu To Load External Swf's?

Sep 23, 2009

I'm trying to load external swf's with a drop menu, this menu it's a movie clip and I,m trying to controlling it with script out of the movie clip, the main button apparently works fine but the rest of the code fail. And i want to know how can i make a script for the sub menus.

[Code].....

View 2 Replies

ActionScript 2.0 :: Load External MAC(ish) X Menu Into The Main Movie?

Mar 2, 2003

loading external mac x menu into my main movie. My main movie contains emty mc named "container" to load external.swf's and another emty MC named "menu" to load external "menu.swf" the problem i have once i load menu.swf into a level of my main.swf then the menu functions won't work at all.

View 4 Replies

ActionScript 3.0 :: Menu Button Click To Load External SWF

Jun 26, 2009

I was getting in to transitioning from AS2 to AS3 a while back and had designed a page that had menu buttons that when clicked, loaded an external swf in to a container. Pretty simple accept for the fact that it was a while ago and my computer crashed so I'm having to redo this and learn it all over again. I have read in to flash on the subject but I am not to sure on the best way to go about this. I know there are a lot of people on here who make thing a lot more simple and structured than I do. I'm so used to putting the actionscript on the button and I'm a little stuck on the best way to combine the actionscript for the button and loading the swf. I would need to make a button load an external swf in to a container when clicked? I figure I just need one and then I can copy it to all the other menu buttons.

View 2 Replies

ActionScript 3.0 :: Use ADDED_TO_STAGE Event To Load An External Xml Driven Swf Menu?

Feb 7, 2010

well i have a problem to which there are lots of related searches over the net but none could solve it. well the problem is that i have an XML driven carousel menu that needs to be loaded using the preloader. After the load is complete i can find my swf menu's backgound and the static buttons getting loaded but the buttons that should load in the carousel using xml are not present.

I have come across the even ADDED_TO_STAGE to load the swf once it has completed its dynamic loading. But they have used it in the documentation class for thier project. I am not using any separate actionscript file.All my code is written in the 1st frame of my project .... I really need a solution to this problem

View 3 Replies

ActionScript 2.0 :: Load Variable Data From An External XML File And Dynamically Displays The Item Names In A Menu - Arrays - Functions

May 18, 2005

I have been working on a Flash movie that loads variable data from an external XML file and dynamically displays the item names in a menu which may then be clicked to display other dynamically-loaded content that corresponds to the menu item that was clicked. I have now come to a standstill in the project as there is something I'd like to achieve but simply cannot work out how. This is my first attempt at working with XML in Flash and one of my early attempts at using variables. What I'm trying to achieve is; once the user has viewed the item's content, they can simply click "next" and "previous" buttons to display all of the content for the next or previous items in the XML document.

I know it probably sounds simple and I'm sure some of you could achieve this in 5 minutes (!) but I can't get my head around some of the coding. I assume previousSibling and nextSibling would come into play here as well as some sort of functions which access arrays of data for the previous and next items, but I'm just not sure how to correctly put these things to use. Rather than post my code and example images of the stage up here on the forums, I've created an html page here: [URL]

View 2 Replies

ActionScript 2.0 :: External Text Files Wont Load Into External Swf File?

May 28, 2007

Structure: There is 1 main file that loads external SWF files depending on what is clicked on.One of the external SWF files loads its text from external text files. This works fine when viewing the SWF applet on its own. But when viewing as a whole site, the text doesnt appear. Very annoying.I made that particular SWF on my mums computer running Flash MX 2004The flash file itself uses the Scrollbar component from MX.Could someone tell me why the text doesnt load in this scenario? It runs fine on its own, just not as an external SWF.

View 4 Replies

ActionScript 2.0 :: Trigger External Swf To Load Into Main Swf From Button In Another External Swf?

Apr 22, 2007

I am trying to get a nav button in one movie (main_nav.swf) to target a my main movie (index.swf) and load a sub nav movie (metals_subnav_infinite.swf) into it. The sub nav movie will do a similar task - loading a portfolio swf into main movie (index.swf). Here is the file breakdown of my working files:index.swf - main final movie which loads "main_nav_infinite3.swf" on startmain_nav_infinite3.swf - loads main nav "main_nav.swf" and scrolls it infinitely (infinite menu)main_nav.swf - main nav with buttons that trigger sub nav "metals_subnav_infinite.swf" to load into index.swfmetals_subnav_infinite.swf - loads sub nav "metals_subnav.swf" and scrolls it infinitelymetals_subnav.swf - sub nav with buttons that trigger "folio.swf" (have not created this file yet!) to load into "index.swf"The script I was focusing on is in main_nav.fla and it is:

metals_mc_bn.onRelease = function() {
reActivateMenu();
this.gotoAndStop(3);

[code].....

View 2 Replies

ActionScript 2.0 :: CS3 : Load External Library Objects From An External Swf?

Jan 19, 2009

How do you load external library objects from an external swf? I want to have an external swf that only contains library objects that are exported for Actionscript, and load these from the master .swf file dynamically during the master swf execution. (I may have multiple external swf resource files)I want to be able to load the external swf, and then access it's library objects via actionscript in my main swf file.

View 6 Replies

ActionScript 3.0 :: Using Loader To Load An External Swf And Control The External Swf?

Nov 17, 2010

as3 is new for me, but i would like to write a script using loader to load an external swf, and control the external swf. But I find I can't control the swf, because there are no fixed instance name. here is my script.

[Code]...

View 3 Replies

ActionScript 1/2 :: Load An External Xml In An External Loaded .swf

Jul 24, 2009

I've got a small (more than 100 hours of thinkwork up till now!) problem I can't seem to solve:

I want to populate an external loaded swf with an dynamicly loaded xml fil (loaded from my config.xml).

[Code].....

how do I get the external xml into the external swf as a variable for the actionscript in the external loaded swf (So I just want to put the path in the script in my external swf...).

View 5 Replies

Actionscript 3 :: Using Events In An External Swf To Load A New External Swf

Mar 31, 2010

I'm trying to get an external swf to load when the flv content of another external swf finishes playing.

I've only been using actiosncript 3 for about a week and I've got to this point from tutorials, so my knowledge is limited.

This is what I've got so far:

Code for External swf (with flv content):
import fl.video.FLVPlayback;
import fl.video.VideoEvent;
motionClip.playPauseButton = player;

[Code].....

I'm starting to get an understanding of how all of this works, but it's all to new to me at the moment, so I'm sure I've approached it from the wrong angle.

View 1 Replies

ActionScript 2.0 :: External .swf - Unable To Load CSS With External .swf's?

Dec 24, 2006

I have a "about.swf" file that loads a CSS file and formats some dynamic HTML text. On its own, it works fine...but when it gets loaded into my "Main.swf", it doesn't work. What am I doing wrong? Is there a bug that doesn't let you load CSS with external .swf's?My style sheet and index file holding the "Main.swf" are all on the root level of my site. The "Main.swf" has a "holder_mc" clip that I load the "about.swf" into which has the CSS formatting. When loaded into "Main.swf", it doesn't work.

View 9 Replies

ActionScript 3.0 :: Load External SWF And Unload External SWF

Jun 13, 2010

I'm sure this question has been answered but I have been looking everywhere and all I can find is how to load an external SWF but not how to unload it. I come from a basic knowledge of AS2 and it was easy for me to load using levels but I have run into a wall. I have a main swf and to keep the initial filesize small I would like to split some image intensive sections out and load them when needed.

View 6 Replies

IDE :: Preload External Swf Then Load Another External Swf On Top Of It?

Dec 17, 2009

Normally I do get by with a lot of R&D, but for some reason am stumped and really pressed for time!An interactive file (say main.swf) is already ready to go.I now need to make this play over a background (say bg.swf) which is a fairly heavy file.

What I'm trying to do it this:Open a new flash document (say "index.fla")- on the first frame, call "bg.swf" by using "loadMovie('bg.swf', 2)"[where 2 is the level number] and then calling "main.swf" by using "loadMovie('main.swf' 4)" [where 4 is the level number]

Now the problem I am facing is this:"bg.swf" is quite a heavy file so takes quite some time to load, whereas "main.swf" is much lighter and loads before "bg.swf" buffers fully.

What I want to achieve is this:Create a new swf file (say "index.swf"), making sure that "main.swf" does not load until "bg.swf" loads completely under it. Note: I cannot make any edits to "main.swf" (which is like a slideshow) file and it is rendered such that it starts the slideshow after 5 seconds.

View 1 Replies

Drop Down Menu And External Swf

Jul 25, 2011

i have contact form which is full working in xml files and i set it as external swf to my flash site

so all is working fine except the drop down menu which is not filling the box

View 5 Replies

ActionScript 2.0 :: Using External Swf Transitions From A XML Menu?

Oct 9, 2004

I'm constructing a site for a friend and had already completed a basic button menu and used you transitions tutorial to get it to work. its works great and thank you!!

I, however, am always ambitious and decided to try doing the same thing with an XML menu.

here's what they look like:

[URL]

View 4 Replies

IDE :: External SWF - Dropdown Menu Not Filling Box

Jul 24, 2011

I have contact form which is full working in xml files and I set it as external swf to my flash site so all is working fine except the drop down menu which is not filling the box.

View 1 Replies

ActionScript 2.0 :: Unload A External Movie With A Xml Menu?

Mar 8, 2009

i have this menu, that has the general actionscripting on the button, but the characteristics are in the xml file... color, and file name..

in the main movie, the button's actionscript i have:

ActionScript Code:
// On press goes to the link setted in the xml
area.onPress=function(){

[Code]....

what do i do to unload the movies each time another is loaded?

View 1 Replies

ActionScript 3.0 :: Menu Selections - External SWF And Events

Apr 8, 2009

I have a Main Menu swf with Menu selections. When you click on the Menu1 button it launches a separate swf file that will be doing allot of things. I have buttons, video etc. All with some sort of a addEventListener attached to them. Because the Main Menu is running and you have the option to select another button, which launches another swf, I am unloading the current swf. I can tell the video is still running in the previous swf because you can hear it. I use the SoundMixer.stopAll() and that stops the video. But what about all those addEventListeners?

This is what loads the external swf (Main Menu).
Lesson = external swf
var myLesson:MovieClip = new MovieClip();
addChild(myLesson);
myLesson.x = 205;
myLesson.y = 30;
[Code] .....

This is what unloads the external swf: I call this in a couple of places depending if the selection is in another external swf.
myLoader.unload();
I also have been noticing that the naming of instances is increasing allot in a few of my lessons. Don't know if that has an impact on anything or not. How do you control events running in a separate external swf from a Main swf or stop, remove them.

View 3 Replies

ActionScript 3.0 :: Menu Buttons Loading External .swf?

Nov 30, 2009

Basically I have a site that will load an external .swf for each menu button to display the content for each page. I have found tried several methods to do this and all at least create a loader and display the default .swf without problem.

Heres the code...

***start code***
stop();
var xPos:Number = 0;
var yPos:Number = 125;

[code]....

My problem is I am getting the following error:

"1120: Access of undefined property event. var newSWFRequest:URLRequest = new URLRequest(event.target.name + ".swf");"

Now the buttons I have set up are text converted to a button. Not sure that matters as I have seen other instances where people create an object (retangle) covert that to a button and put the text inside of that as an instance of the retangle. I have even created a new .fla with just a single button creates with a retangle and the text as an instance of that and still get the same problem.

View 2 Replies

ActionScript 3.0 :: Unloading An External Swf From Menu Navigation?

Jun 1, 2010

i loaded an external swf in my main page to showcase a photo album but i can't seem to clear it when the user moves on from that point.

ActionScript Code:
gallery_btn.addEventListener(MouseEvent.MOUSE_DOWN, gallery_click);
function gallery_click(event:MouseEvent):void {
function startLoad() {

[code]....

View 9 Replies

ActionScript 2.0 :: Menu With Categories From External File?

Oct 14, 2004

are there any good examples on how to create a menu which gets the menu points from an external source? i'm not a native english speaker - hope you understand what i mean.preferably with submenu points... (drop down or hierarchial)

View 1 Replies

ActionScript 2.0 :: Scroll Menu With External Images

Apr 19, 2006

I would like to ask if anyone could help me to make a scroll menu with external images in it.I found such a tutorial ( URL...) which discribes how to make a scroll menu with picture. I want to make nearly the same, just with external pictures.

View 1 Replies

ActionScript 2.0 :: Menu With Categories From External File

Oct 14, 2004

are there any good examples on how to create a menu which gets the menu points from an external source? i'm not a native english speaker - hope you understand what i mean.

View 1 Replies

Actionscript 3 :: Load A Local External SWF, The Application Load-unload Infinitely?

May 6, 2011

I have a Flex application that just load an external SWF, but the application load and unload infinitely my swf.

[Code]...

View 2 Replies

ActionScript 2.0 :: Flash Xml Menu That Loads External Swf Files?

Feb 23, 2010

have this flash xml menu that loads external swf files like this:

Code:
<item title="ABOUT"content_path="http://mysite.com/folder1/folder2/folder3/about.swf"target=""mo

[code]......

View 8 Replies







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