Professional :: Addchild() Not Loading External Swf When Run In Browser

Jul 4, 2010

I've created a couple of flash animations, fairly simple, but the whole relies on loading external swf files and then unloaing them.
 
The base file works fine, loads the externals and unloads them (although I need to preven the user from hitting the unload button when there is nothing to unload) and will then load another just fine, IF I run it directly from my file system.
 
I want it to be on a web page, but when you click the button to load the external files, nothing happens.  Safari tells me it cannot find the file, and I'm using the exact same directory to test.
 
So, works fine when testing with flash (CS4) and running directly from the directory in finder, but from a web page, it cannot find the file.

View 6 Replies


Similar Posts:


ActionScript 3.0 :: Loading External Swf To The Background And Resizing It According To The Browser?

Oct 20, 2009

I want to load an external swf to the background and then have it resized proportionally according to the browser window so it can fill up the whole screen.

View 2 Replies

ActionScript 3.0 :: Loading External To Background And Resizing It According To Browser

Oct 20, 2009

I want to load an external swf to the background and then have it resized proportionally according to the browser window so it can fill up the whole screen. Could anyone point me to any online tutorials or show me how to do it?

View 0 Replies

ActionScript 3.0 :: Loading External Swfs + Full Browser Flash?

Jan 5, 2009

There are two external swfs loaded in one main flash file - the rolling ball, which is a default external swf, and the circles swf, which loads after the gray button is clicked. I would like the circles swf to load into the blank movie clip I have set up.  I  would like the external swf contained within the blank movie clip to  be full browser flash and scaleable with any change in browser size. To do this, I set up some actionscript to make the blankmc full browser and scaleable (i've done this on a regular movie clip slide show from within a flash file, rather than being an externally loaded swf, and it worked.)   with the hope that the blank movie clip and its contents, which would be the external circles swf file, would resize and rescale appropariately if the browser window were changed.
 
Currently, when the gray bar is clicked, the circles swf comes in not as full browser.  Once the window is resized, the animation relocates itself to the lower right corner,  with the top corner of the external swf situating itself on the center  of the blank mc. I know this is a registration issue, but before resize the animation is where i want it.  Also, while the scale of the circles animation does change with the browser window size, it does so i a wacky way.

View 5 Replies

ActionScript 3.0 :: Loading External Swfs Full Browser Flash?

Jun 27, 2011

Take a look at this swf file at [URL].. Click on the gray bar, then once the circles animation begins, try resizing the browser window. There are two external swfs loaded in one main flash file - the rolling ball, which is a default external swf, and the circles swf, which loads after the gray button is clicked.I would like the circles swf to load into the blank movie clip I have set up.  I  would like the external swf contained within the blank movie clip to  be full browser flash and scaleable with any change in browser size. To do this, I set up some actionscript to make the blankmc full browser and scaleable (i've done this on a regular movie clip slide show from within a flash file, rather than being an externally loaded swf, and it worked.)   with the hope that the blank movie clip and its contents, which would be the external circles swf file, would resize and rescale appropariately if the browser window were changed.
 
Currently, when the gray bar is clicked, the circles swf comes in not as full browser.  Once the window is resized, the animation relocates itself to the lower right corner,  with the top corner of the external swf situating itself on the center  of the blank mc. I know this is a registration issue, but before resize the animation is where i want it.  Also, while the scale of the circles animation does change with the browser window size, it does so i a wacky way.

View 3 Replies

ActionScript 3.0 :: Load External SWFs, AddChild(Loader) Versus AddChild(Loader.content), Etc?

Jul 29, 2009

I have a main "shell" swf which, by clicking several buttons, will load/unload various external swfs into a Placeholder_mc which resides on the main timeline in Shell.swf In the documentation and tutorials I've seen a couple different methods, and I'm not sure I quite understand the difference, or at least the reason you would use one over the other...In the 1st method, you can just add the Loader object using the addChild() method:

Code:

var myLoader:Loader = new Loader();
var myURLRequest:URLRequest = new URLRequest("ExternalFileA.swf");
myLoader.load(myURLRequest);
Placeholder_mc.addChild(myLoader);

This will apparently add myLoader to the display list once it has completely loaded.The 2nd method, you supposedly can add the Loader.content; however, it appears you can only do this once the content has completed loading, so you need to incorporate an event handler with the contentLoaderInfo object:

Code:

var myLoader:Loader = new Loader();
var myURLRequest:URLRequest = new URLRequest("ExternalFileA.swf");
myLoader.load(myURLRequest);

[code]....

What are the pros/cons of adding the entire Loader object, as opposed to the Loader.content and vice versa?

View 7 Replies

Professional :: Movie Only Loading Partially In Certain Browser/Player?

Nov 16, 2011

I have a multi SWF movie that uses AS2 and is behaving differently in different browsers.The basic scenario is this . There is a root movie that acts as a control panel for user input. 1. It loads then parses some xml to determine how the interface should look (what images, radio buttons, etc. to display) 2. Then it loads and positions items on the stage ( rbs, thumbnails) 3. It loads child swfs
 
When the issue occurs step 2 is only partially completed and step 3 doesn't occur. No message about script error appears.

[Code]...

View 5 Replies

Professional :: SWF Flash Won't Work With External Videos In A Browser?

Jun 5, 2010

I created a flash website component and everything works great in flash when I preview it, or if I view it from my hard drive via the flash player. All the flash components work except for the external videos. When I try to add it to my html file in dreamweaver and then publish it, none of the videos pop up, just the main layout.I've searched every forum and tried everything I saw and still no luck.I was able to get it to work if I link directly to html, but not if I'm linking to my hard drive which I upload to the server.Here is a link to both the html file and the swf file[URL]

View 1 Replies

ActionScript 3.0 :: Addchild Browser Resize?

Dec 23, 2010

I got my external swf to center...However, when I resize my browser the external swf dissapears off the screen (I can still hear it's music though) Anybody have any suggestions? Heres my class code:

[Code]...

View 3 Replies

ActionScript 3.0 :: Full Browser Not Working With AddChild?

Aug 31, 2009

Full Browser not working with addChild

I'm working on a full browser site - it has 3 MovieClips, header_mc, body_mc and footer_mc.

When the browser resizes, the header and footer stay the same height and the body height changes.

It's all working fine when I have the MovieClips on the stage and named.

[URL]

Code:
stage.scaleMode=StageScaleMode.NO_SCALE;
stage.align=StageAlign.TOP_LEFT;
//

[Code].....

View 3 Replies

Professional :: Loading External Swf From Within An External Swf?

Dec 20, 2010

everything was going fine on a website project I've been working on, until yesterday. I'll try to explain the whole scenario first, and I'll put the code in here too so anyone can try to figure out what is wrong. Here's the breakdown of the site:
 
1) There is a MAIN SWF file that plays an intro and then stops on the last frame with the "Main" Navigation buttons.
 
2) Inside the Root folder where the MAIN SWF resides, there is another folder called "swfs" which contains six main external navigation pages, as well as another folder called "galleries" which contains additional external swf files for six gallery pages.
 
3) On one of the layers of the MAIN SWF, there is a movie clip called "mySWFLoadingClip" that the "Main" Navigation buttons load and unload the external  swf pages onto. These all work perfectly. The problem start on the next step. This is the code I used for the navigation buttons on the MAIN SWF timeline:

[Code]...
 
If anyone can help me figure this out I would be really grateful. This is a very important project and the deadline is coming up very soon. Please help me figure out how to load an External SWF onto the main time line and then load an additional external swf from within the first external swf. I'm stumped.

View 3 Replies

Professional :: Loading An External Swf

Apr 10, 2010

I want to import an external swf file into my page, ive used the standard loadMovieNum as an action on the frame, however when I run the program i found that it interferes with the rest of the page, meaning it goes over the rest of the page. I have a drop down menu, and it means that the text loaded into the counter overlaps the drop down menu, is there any way of making it so that the movie being loaded into the counter does not overlap the rest of the page?

View 11 Replies

Professional :: Loading External .swf Files?

Jan 20, 2010

I'm working on a simple example of loading external swf files with some ActionScript.I've placed an instance of List Component and gave it an instance name of loadList. Using Component Inspector, I assigned data for 4 external files as below:

Next, I've added a UILoader component (instance name - loadWindow). The code that is supposed to load the content into UILoader is this:

loadList.addEventListener(Event.CHANGE, selectItem);function selectItem[code]..........

View 4 Replies

Professional :: Loading And Unloading External SWF?

Apr 1, 2010

I'm trying to load an external swf and unload it after its completion. I have tried a few things and am stuck. Here is my current code to loading the swf, which seems to be working fine, its the unload I cant get:

import flash.net.URLRequest;
import flash.display.Loader;
import flash.events.Event;
import flash.events.ProgressEvent;
function startLoad() {
[Code] .....

View 3 Replies

Professional :: Loading Class From External Swf?

Jun 14, 2010

I found some code that let's you load variables from an external swf. I'm trying to adapt it so that I can use the symbols from external swf library in my main swf. I get an error telling me 'call to an undefined method...' and then the name of the symbol I am trying to import to the main swf (testMe123_MC). Here's the code of my external swf as:

[Code]...

View 1 Replies

Professional :: Loading External SWF Files Into A FLA

Jan 21, 2011

I'm having trouble importing an external .swf into my .fla. file. The only AS that is working gor me is-
 
loadMovie("panoSceneNoMarkers.swf", _root);
 
However, once the swf shows, it replaces the background interface. I assume I have to add a _level into the code but how?

View 1 Replies

Professional :: Loading Multiple External Images?

Oct 22, 2010

I have created invisible buttons which when clicked will load an image into a UILoader. When testing, an output error message comes up saying:

Error #2044: Unhandled ioError:. text=Error #2035: URL Not Found. URL: file:///E|/butcher1/images/cut0.jpg

I thought it might have been incorrect naming conventions or instance names but I have checked and I'm sure i've got it all right.
 
Could it possibly have something to do with my setup of the timeline as I have all my layers on the same line.
 
Should I start all over?

This is what some of the code looks like an i have done the same for the rest of the invisible buttons

this is what part of the code looks like...

cut7_btn.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler_3); function fl_MouseClickHandler_3(event:MouseEvent):void{ // Start your custom code // This example code displays the words "Mouse clicked" in the Output panel. trace("cut7_btn"); probackground.iloader.source = "images/cut7.jpg"; // End your custom code}

View 16 Replies

Professional :: Loading An External Movie Clip?

Feb 15, 2012

Last time I wanted to load an external clip I could do it like this on (release) {

[Code]..

So now I want to achieve exactly the same thing in AS3, I have been looking at examples on the web but am getting all sorts of errors and basically don't know what I am doing.  I also want to know how to navigate to .swf files in a file structure, as I have to build an old school fscommand file structure for a cd-rom.

View 2 Replies

Professional :: Different External .swf Files That Are Loading Onto A Parent?

Feb 16, 2012

I have two different external .swf files that are loading onto a parent, I have the same code on each, one works fine but the other one is giivng me this error,
 
TypeError: Error #1009: Cannot access a property or method of a null object reference.at aavar/frame1() at flash.display::MovieClip/gotoAndStop() at aavar/mouseA()my FLA still runs, but I would like to work out what is going wrong.  I do not have any references to this function in my document class but it doesnt like it! What is going on here?

[Code]...

View 1 Replies

Professional :: Net Stream Glitch When Loading External Content?

Jan 11, 2010

I have a program that plays an FLV using netStream and has cue points embedded which trigger the loading of external graphics.  If the code for loading the external graphics is commented out the video plays normally.  However, if the code to load the external graphics is left in, each time a graphic is loaded the video appears to stop and start. FYI, I built the program using a FLVplayback instance on stage and there is no glitch when the images load, but I have a lot of other things built using the nestStream class so I'd prefer to do it that way.

View 3 Replies

Professional :: Target Event Listener When Loading External SWF

Jan 22, 2010

I'm looking for an alternative to using:
stage.addEventListener(KeyboardEvent.KEY_DOWN, keyFunction);

The problem I am encountering is that eventListener above works fine on its own(stand-alone swf), but when loading an .swf externally into another .swf, the listener fails with the following error:
TypeError: Error #1009: Cannot access a property or method of a null object reference.

How can you target the event listener when loading as an external .swf differently?

View 3 Replies

Professional :: Loading External Movie Clips Randomly

Mar 2, 2010

I am currently trying to load a movie clip in the main SWF. Got that done.Then call and replace the first movie clip with another, got that done too.This is for a menu i am making, I am not too great in action script. I am working in AS2.Problem is after I call the second external movie clip into the main SWF, it all stops working.Is there a way I set this up that no matter what it keeps loading and unloading the external movie clips? This is what I have so far.[code]This starts with the "king_menu.swf" already loaded, i have it unload it and load "dqueen_menu.swf" to the call point named "load_king".I am guessing I need to have a universal call point for all my external movies to load and work in a random chain.

View 10 Replies

Professional :: Loading External Text File Into Animation?

May 6, 2010

I'm a total rookie working with flash and i'm wondering if theres a way to call in text from an external file. I'm building a news feed on my companies home page, and I'd like to be able to have my boss edit it easily 'cause he doesn't know how to use flash.
 
you can see it here... [URL]

View 1 Replies

Professional :: Methods Used For Loading External Swfs And Assets?

Jun 29, 2010

My client wants to take all the Flash games on their website and put them on a portable device that's not connected to the internet. I need to make sure that the swfs are completely self contained, in that they do not require the internet to load any swfs or other assets. The client does not have any of the fla's, so my plan is to download the swf and decompile it with Sothink, and then search the AS for these methods:

URLRequest
loadMovie
loadMovieNum
 
If the search returns results then I'll assume the game is loading something and that game will not be used. The client doesn't want to put any development time into this, so it either goes on the portable as is or not at all.

View 6 Replies

Professional :: Load An External Swf Using A Loader To Show While Its Loading

Jul 26, 2010

how to load an external using a loader to show while its loading...my swf which is to be loaded is a gallery having jus one frame on which action script is placed..

View 10 Replies

Professional :: Loading External Swfs And Playing Them In Succession?

Sep 15, 2010

I found this code for loading external swfs and playing them in succession.
 
It works when I use the external swfs that come with the code, but not when I try to use any other external swfs.

I can't figure out why - does anything seem obvious (the clip swfs are here [URL]
 
// Array of external clips to use. Variable index refers to next clip to be displayed.var clips:Array = ["clip0.swf", "clip1.swf", "clip2.swf"];var index:int = 0; 
// Stuff to load swf filesvar thisLoader:Loader = new Loader(); thisLoader.contentLoaderInfo.addEventListener(Event.INIT,

[Code].....

View 9 Replies

Professional :: External Image Loading Into MovieClip On Stage

Oct 18, 2010

I am trying to load an external .swf (actually it is only an image that I published as a swf file, not a complicated movie) but I get errors. I am trying to load the .swf into a movieclip and the movieclip appears on the stage. I have put the code in frame 1 where the image should appear (in the movieclip). The code that I used is below and works fine with a .jpg and when I load it directly on the stage, that is to say, when I put the code in a frame on the stage. Why does it not 'work' right now?

I have added 'parent' in 'parent.event.target.content.y = 200;' in the first frame of the movieclip timeline, to make sure that it will appear on the (main)stage. The error that i get is this one:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at galerie2010_fla::mcBallon1_11/frame1()

This is the code in frame 1 in mcBallon1:
var imageRequest1a:URLRequest = new URLRequest("images/SWFoverig/ballon1_702x368.swf");
var imageLoader1a:Loader = new Loader();
imageLoader1a.load(imageRequest1a);
addChild(imageLoader1a);
imageLoader1a.contentLoaderInfo.addEventListener(Event.COMPLETE, onComplete1a);
function onComplete1a(event:Event):void{
parent.event.target.content.y = 200;
parent.event.target.content.x = 205;}

View 2 Replies

Professional :: Loading External Quiz Into Video Player SWF

Oct 20, 2010

I'm having some resizing/full-screen difficulty with loading an external quiz swf into a video player swf. What's happening is that, when the quiz swf is first loaded into the video player, the size of the loaded swf has the correct dimensions and aspect ratio. That part is fine, but as soon as I try to fullscreen or resize the video player (using listeners with stage dimensions) the external quiz swf changes dimensions on me and looks vertically squished and smaller.

I've talked to other people about this issue, and they're telling me that this issue is occuring because the quiz swf contains elements outside of the stage. These hidden elements are supposedly giving the video player "incorrect" dimensions. Is this really the case? Is there any other solution other than fitting any hidden elements within the quiz swf within the stage? And if this is the only solution, then why on initial load does the quiz swf show up properly?

View 1 Replies

Professional :: Next Button In Array For Loading External Swf Files?

Jan 5, 2011

Someone here recently helped me immensely with a question I had about creating a previous button in my flash file that would allow the user to click on the button and view the previous swf file.  I'm hoping someone can help me with making the Next button now, too.

I have a movieclip that loads an array of external swf files.  I thought making the next button would be as simple as changing just a select few things to the previous button.However, that's not working.  When I try that, the movieclip doesn't even load the swf files.  Below is my AS2 code for my file.  I bolded the part at the end that is for the previous button.  Does anyone know how to make the previous button?

[Code]...

View 16 Replies

Professional :: Loading External Swf Then Going To Frame In Root Timeline?

May 10, 2011

when a button is clicked, I want an external swf to load and play, then I want to go back to a particular frame in the original timeline.

View 2 Replies







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