ActionScript 2.0 :: Call External Swfs In An Empty MC On The Index Page?
May 28, 2008
I am currently building a website and what i need to do is to call external swfs in an empty MC on the index page regarding which buttons of the nav you clicked on.It works, very nicely. But then i need to be able to preload another swf on the index when i click on a thumbnail.
e.g: index load the "who.swf" first. On the who.swf there are 2 thumbnail and when click it must replace the "who.swf" with contact.swf. It works but the only problem is that i cant make the preloader of the index to preload the empty MC which load all the external swf.
Is it because i am using loadMovie and not loadCLip.
View 2 Replies
Similar Posts:
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
Aug 14, 2008
I have 20 external .swfs im trying to load into 20 blank movieclips . i am trying to load them randomly into each blanck movieclip without the external .swf's duplicating.
so far I have this code
[Code].....
Im trying to load all the movieclips with all the external .swfs without any
of the .swf's repeating.
View 2 Replies
Oct 24, 2003
I went through Claudio's preloader transition tutorial on kirupa ([URL]). I have tried to apply it to my own fla and everything seems to work fine EXCEPT I can't get any of the external swfs to load into the empty movie clip called "content". And yes, I have checked and rechecked to make sure that all MCs have instance names!
View 7 Replies
Nov 20, 2009
I have a html page with a flash element. The flash element loads in an external swf. This works fine when I'm testing from the swf, but when I test from my HTML page the external swf doesn't seem to load into my main swf.
I have all my swf's in a folder called "swf". The HTML document is at the root level. In my main swf the actionscript for loading the external swf is:
[Code].....
Some how the path to the external swf gets lost. I've tried new URLRequest("soundComponent.swf"); as well. And like I said, this all works from the swf, just not when viewing from an HTML page.
View 1 Replies
Feb 23, 2011
I am loading swfs into a movie clip. However, the contact button is not a loaded swf any longer. It's in the main flash page. This is what I want to do. All the buttons load the external swfs except when I click on the contact button that is in the main flash page. I need to get the other buttons to load after I click the contact flash button. Below is the code for the contact button and the one under for one of the other buttons.
[Code]....
View 3 Replies
May 15, 2010
I'm loading from my main page an external js file, with a function.
I have a flash file in the main page invoking the javascript function.
Everything worked very well until when the javascript code was in the main file, but when I moved javascript to an external file the function seems not called anymore.
So... there is no way to move the javascript code to an external file ? Or any other solution ?
[Code]...
View 3 Replies
Sep 2, 2006
[URL]regarding this tutorial I started my site [URL] to get some trasition effects but im getting somewhat different since the external SWFs take time to load. isn't it better to create "intro and outro" on the same time line instead of loading external SWFs bcos once the movie loaded as a whole will lead to smooth and contineous transitions.
View 1 Replies
Jul 11, 2011
I have a project for a site that sells fishing lures.I want to have an animated index page before moving on to the home page. My idea is to have a boat sitting on a pond fishing lines in the water, when a fish jumps out of the water, the water ripples, the next time you see the fish it's got a hook in it mouth and jumping out of the water.how do I go about it? How to I create the water rippling? I think with the fish I can do easily enough with it jumping on and off stage. Would I do the water with shape tweens?
View 1 Replies
Jun 29, 2009
I have created a small image gallery for use in a CBT Program.What I am looking to do is, each image in the slide when clicked needs to go to a separate html page.I currently have it working as far as being able to execute a single External Call to go to a HTML Page, but it is working for the entire gallery not individual pictures.I am thinking of separating the way the MC are loading into the container, then tying External Calls Specific to the individual clips.
below is the current code.
--------------
import mx.transitions.Tween;
import mx.transitions.easing.*;[code].....
View 0 Replies
Aug 15, 2005
I recently created a site using the "Transitions between External SWFs" tutorial for Flash MX 2004. I use this to load the sections of my site into the main movie file. Each section is an External SWF file. When a viewer clicks on a navigation button, the specific external swf move will load and play. Currently, a viewer would need to click on another navigation option to close the current external swf file. I would like to add a close button to each of the external swfs so that a view has the option to close the window without clicking on a naviagtion link.
View 12 Replies
Jun 18, 2011
know how to load them using one container. The problem I have is that when a new SWF loads, it covers the main navigation's drop menus from main container. The navigation bar on main container is a movie clip labeled nav_btns.Here is my code, which works when loading SWFs
import flash.display.MovieClip;import flash.display.Loader;import flash.net.URLRequest;import flash.events.Event;
var Xpos:Number=10;var Ypos:Number=115;var swf:MovieClip;var loader:Loader=new Loader();var
[code].....
View 1 Replies
Nov 3, 2011
I have an invisible movie clip I want to go to the NEXT page, as it goes to that page, I want it to essentially remove itself (page1.swf). e.g. page1.swf (contains fancy.swf - [AS2], 4 images, several invisible MCs with code) has an invisible MC + on click = remove page1.swf.
To be clear, this does work. It goes to page2.swf and page2.swf goes to page1.swf as it should. The issue is that if the user repeatedly does this (just 2 or 3 times) the fancy.swf becomes impossible to control and Flash (CS5) crashes. I think this is due to the fact it's not unloading the entire thing, it's only unloading fancy.swf on click (I hope). So underneath page2.swf is page1.swf, and when the user clicks back to page1.swf, page2.swf AND page1.swf are underneath that, and so on and so forth.
[Code]...
View 9 Replies
Sep 11, 2009
I have a main fla file which loads an external swf into an empty movieclip on the main timeline which works fine but I want a button in the external swf to load another external swf into another empty movie clip on the main timeline.eg. start.swf loads UKEIAMap.swf into (empty movie clip within start.swf) MapLoader_mc then a button havant_b within UKEIAMap.swf needs to load HavantProjectSheet.swf into (empty movie clip within start.swf) ProjectSheetLoader_mc without unloading UKEIAMap.swf
View 3 Replies
Nov 13, 2010
I am loading eight external swfs by way of eight buttons with actionscript to remove the swfs and sound after a new button is clicked. This works fine except that as soon as you get to the frame where the actionscript is all the swfs load at one time on top of each other. I don't want any to load until the button is clicked for the right one. MouseEvent listener works but only after all the swfs have loaded. How do I get the swfs to load only when the buttons are clicked. I can't figure out what I am doing wrong.
[Code]...
View 5 Replies
Apr 3, 2011
Would it be possible to see if a frame is empty and if it is then call a function?
View 4 Replies
Aug 11, 2010
I've defined an array which stores the function name, like this:
var aresetButtonTop:Array = new Array(resetTop1,resetTop2,resetTop3,resetTop4,resetTop5);
Then I have a button named"btnresetTop" which when clicked will call one of the five functions stored in the above array(aresetButtonTop). The functions are called at run-time depending upon some conditions. I need to figure out how I can call those functions using the array index. I'm using the following code to call the function. The value of i has been already calculated.
btnresetTop.addEventListener(MouseEvent.CLICK, aresetButtonTop[i]);
After doing this I'm getting the following error when I click the button:
TypeError: Error #2007: Parameter listener must be non-null. at flash.events::EventDispatcher/addEventListener() at gallerytest_fla::MainTimeline/thumbTopClick()
Note: thumbTopClick() is a function inside which all these codes are written.
I need to find out whether it is posible in AS3 to call a function name using the array index or not.
View 2 Replies
Nov 15, 2011
I have an swf loaded in a browswer (fire fox) and i use log on console using [code]I have initialized my swf in the document class on the Event.Added to stage.and i have a clean up function performing all the clean up/exit process in the code on the event [code]Now Doubt that this is being called/ activated/trigered as i am not able to log the start and end of the function to the console.The console log is of firebug.What exactly am i missing here? I would like to call the cleanup function on reload of page or relode of swf or change of page.How do i trigger and log it properly
View 1 Replies
Apr 30, 2009
i had to remove the flash built form and place an iframe over the top of the animation with an html form! (my reason was that the exported flash file always recognised keystrokes as that of an american keyboard and the @ sign came out as this "when you hover over the icons at the bottom which bring up information contained in a button, it falls behind the iframe.is there anyway in which i can make that particular button that contains a movieclip get the next highest z index to go above the iframe?FYI:-i have tried this on the button instance but does not work...
on (rollOver) {
this.getNextHighestDepth();
}
[code]....
View 1 Replies
Nov 4, 2002
on this page .i had to remove the flash built form and place an iframe over the top of the animation with an html form! (my reason was that the exported flash file always recognised keystrokes as that of an american keyboard and the @ sign came out as this hen you hover over the icons at the bottom which bring up information contained in a button, it falls behind the iframe.is there anyway in which i can make that particular button that contains a movieclip get the next highest z index to go above the iframe??FYI:-i have tried this on the button instance but does not work...
on (rollOver) {
this.getNextHighestDepth();
}
[code]......
View 1 Replies
Dec 31, 2009
I am in the middle of trying to create an swf that allows the user to upload an image into the flash file and manipulate it in several ways using actionscript 3 and flash cs4. (ideally if possible keeping the flash player needed at 9 or lower).I have solved most of the photo editing side, but am having trouble uploading any photo into the flash file. I have looked into the 'getfile reference' class and also the 'oncompletedata' but havent got it working. Can anyone help? I need the user to click on the upload button on frame one which will upload the file to the server and display it on frame 2 in the empty_mc (instance of myObject) Currently i have a random jpeg image in its place.
Originally i intended to use an html form and php upload script to do all the uploading then send the url link into flash but again cannot come up with a way for this.This successfully uploads my image onto the server in the 'images' folder but how do i get this into my swf?
View 8 Replies
Aug 17, 2010
Will a flash movie the size of of the logo area for example[url]...
slow site down when visitors first open site, my friends said no but the whole movie has to load as well correct[url]...
View 1 Replies
Aug 22, 2009
I am using swf files for headers on my website. All has worked well until tonight. If I clear my browsing history in IE then go to my website, the swf does not show on the index page (index page only thus far). If you refresh the browser the file loads fine. The only thing I have changed is I added some css for a navigation bar, which I would not think would effect the swf. You can look at the site at [URL]
View 12 Replies
Jun 8, 2009
The FLV is the index page......when it ends, then the next web page comes up, with all the naviagation.
View 13 Replies
Sep 7, 2009
i am trying to remove a .swf once you leave the index page. unsure of the method "contains" and how to remove the banner var or unload the var
the page variable code is
Code:
var sights:URLRequest=new URLRequest("sights.swf");
this defines the page loader
[Code].....
View 5 Replies
Sep 11, 2009
For a new site I'm implementing swfaddress to enable deeplinking. Everything works fine when I test the movie in flash. However when I upload the file on the web, the content_mc keeps returning to its first position (the content_mc is a movieclip containing five pages on the timeline). Also the title in the title bar does not change consistently. The strange thing is that it works fine while playing the swf file itself.
The as3 code is:
import SWFAddress;
import SWFAddressEvent;
var pageTextArray:Array=new Array("Click a Button",
"Button 1",
"button 2",
[Code] .....
View 6 Replies
Jan 16, 2009
I have a flash animation that plays on the index page.My client wants it to only play when someone first gets to their site. (each visit)So if they go on to the contact page and then back to the homepage, the flash movie will stay on frame one.
View 4 Replies
Dec 6, 2003
My main movie calls loadMovieNum("projects/index.swf", 1); . Therein, the movie index.swf calls loadText.load("projects/projects.html");.
Is there a way to change the working directory so that index.swf can simply call projects.html, without referencing the projects directory? This is particularly useful bc the text file calls a number of links.
View 1 Replies
Nov 20, 2009
I have a flash item on my website and I have Flash Professional CS3 software. On the main index page I need to remove a printed name and replace it with a logo. Is it possible, I can find directions on how to do it?
View 12 Replies
Oct 18, 2010
I have an index page with several buttons on. When the buttons are clicked, it takes the user to a different point in the timeline and loads the appropriate swf in the UILOader I have on stage.Everything was working fine, but it has suddenly decided to stop working. Now if you click a button on the index page, it loads the relevant swf just fine, but when you go back to the index page and click a different button, the UILoader will not show the corresponding swf and just appear blank, although I know its there as I can hear the sound of the swf playing! I'm not sure if its simply something blocking the swf, but I don't even know what it is! I'm using addChild to add little panels to the screen when a button is pressed, but they are hardly big enough to cover the whole of the UILoader!
View 1 Replies