IDE :: Loading An External Swf File Into Main Site

Jan 16, 2004

i am extreemly new to flash / website design ( i made my first site 6 months ago ) i am very interested in making a good looking flash site. I have made a simple flash site before using dynamic text loading it form .txt documents. too bad the site is realy lame and i want to make a better one. here is the url to my site here This came about throught the useage of tutorials on this site. i am using flash MX version 6 now i am in the process of making a new site for my profile which will be totaly flash, using flash movies getting imported into a main site under a certain layer.here is how it is set up.

[Code]....

View 3 Replies


Similar Posts:


ActionScript 3.0 :: Loading An External Swf File On Main Stage?

Sep 3, 2010

I m loading an external swf file on main stage which has some links, I want if I click on any of these links the timeline of the main stage should chenge.

View 1 Replies

ActionScript 2.0 :: Loading An External Swf File/movieclip Onto The Main Stage?

Jan 7, 2009

I am loading an external swf file/movieclip onto the main stage - it is a simple transition and once it has finished playing, I want to jump to a frame in the main stage.I've loaded the movieclip onto the stage, but don't know how to jump to another frame after it has played and stopped...what's needs to be added to this to goto a frame on the main stage........

on (release) {
loadMovie("black.swf", holder);
}

View 2 Replies

ActionScript 3.0 :: Flash Loading External Swf And Controling From The Main File

Aug 13, 2011

I am loading a swf named ball.swf in the main.fla. the swf is loading but not playing the next frame that i want.[code]

View 1 Replies

ActionScript 2.0 :: Preload External Swf's Into My Main Site?

Nov 25, 2008

how to preload external swf's into my main site. I have tried all sorts of differents codes and ways to set it up, but nothing seems to work. I have a preloader I use to load the whole site, with this code

myProgressBarListener = new Object();
myProgressBarListener = function (eventObject) {
myProgressBar._visible = false;[code].....

is there a way i can take this code and the preloader i have made and place it on one frame in my timeline and change the code a little bit to provide for my external swf to be loaded into a holder?If anyone has links to how to do this easily that would be awesome. I am having quite a headache trying to figure this out. I have a lot of photo galleries that i need to preload when the button is hit and you are directed to that frame in the movie, so people have something to look at while that photo series loads.

View 3 Replies

ActionScript 2.0 :: Load External Movie Into Main Flash Site

Aug 31, 2004

[code]What I'm trying to do is load an external movie into my main flash site, but I want the main flash site to wait till the movie is loaded then the main time line starts to play again. I would told that the onClipEven(data) would give me this option. So I thought I said that when it's loaded go and play frame 6 of the main time line.My external movie works fine, and it has a preloader, just want the main timeline to wait till that movie is loaded to start to play again

View 2 Replies

ActionScript 2.0 :: Command External SWF-file To Play Outside Of The Main Movieclip Via Button From Main?

Jan 17, 2012

I Have a flashmovie thats almost done and will soon hit the internet, but I want to add some animations into the website it�s two gears that I�m about to put at the bottom of the page and when a button releases in the main flashmovie the two bottom gears will turn a few frames and just stand still.These three movies are all separate (main movie, first gear and second gear).

It's a homepage designed in HTML and flash that has this "main flashmovie" in the middle of the screen, the size is about 1500(width)X800(height). And the gears is about 800wX200h placed at the left and right side bottom of the page. Dont worry the site is easy to apply to any screen resolution.I have been looking everywhere for any soul out there who suffering from the same problem but no success. Is it possible to script a button in the main movie to launch two separate movies in their own contents?

View 2 Replies

ActionScript 3.0 :: Loading External SWFs From Another External Swf Into The Main SWF Container?

May 4, 2011

I have created a main "site.swf" file that loads a "default.swf" file into a container after a preloader. On this default.swf file I have buttons that needs to load new external SWF files in its place in the container. All of the external SWFs contain buttons and navigations that will also call up other external SWFs into this container. So, I would like to know how to program each button (some are movieclips as buttons) to unload itself and load the respective SWF into the container (eg. AboutUsButton to call up aboutus.swf into the container). I do not have a main navigation on the site.swf file bacause the navigation changes on each SWF that needs to be loaded into the container.

View 2 Replies

ActionScript 3.0 :: Remove / Unload External Swf File(s) From The Main Flash File And Load A New Swf File And Garbage Collection From Memory?

Sep 12, 2009

I can't seem to remove / unload the external swf files e.g when the carousel.swf (portfolio) is displayed and I press the about button the about content is overlapping the carousel (portfolio) . How can I remove / unload an external swf file from the main flash file and load a new swf file, while at the same time removing garbage collection from memory?

View 15 Replies

Getting Error 2044 When Loading External Swf Into My Site

May 20, 2010

Ok what i have is a site made from 1 flash file where i am loading external swf files for my picture galleries. now what is happening is in Flash, dreamweaver and when i test the site, everything is working perfectly, the problem is coming when i go into internet explorer go to the site and click on the flash button to go to the picture gallery, that is when it is giving me a Error #2044: Unhandled IOErrorEvent:. text=Error #2036: Load Never Completed.

View 3 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 External Video Flash Site Bug?

Oct 20, 2010

Im having issues with the loading external video method in acitonscript 3.0 book by todd perkin.  The issue is about the lesson on page 308 in ch 11.

[Code]...
 
This is the only thing that crashing my site.  The load external video methods nice but if I cant make practical use of it, its useless.  Any actionscript gurus out there know a solution to fix this problem? 

View 1 Replies

ActionScript 2.0 :: Loading A External Swf Into An Existing Flash Site

Apr 13, 2009

i just need to know about loading external sxf into an existing flash site. i used the load external code. but i just want to know about the link . how must i be. the example it like so

[Code]...

now the path where it says path how must it be. once these files are uploaded to my server. must it be like so(as above) or how the full part which is ./public_html/pics.swf

View 1 Replies

Loading XML File With Swf On Site?

Jan 3, 2010

I created a swf that I have on my website. The swf loads xml data. it works fine when I test it locally. But when I upload it to the server, I get a IOErrorEvent().[code]How can I figure out what is causing this error? Driving me crazy...been up from 9am - 5am trying to create this header for the site and now I'm stuck on an XML load error...

Correcting the comment tags fixed my xml loading problem.I then was faced with the images within the xml file not displaying on the screen. When I went to www.mysite/media/myFlash.swf, the images loaded perfectly; however, when i went to www.mysite.com where the 'myflash.swf' was in a the images threw another error.I corrected this issue by changing the file path in the xml...instead of acquainted.jpg I changed it to media/ specials/ acquainted.jpg.

View 2 Replies

ActionScript 3.0 :: Loading Jpg Form External Site Not Working On Server

Mar 5, 2009

I'm trying to load a jpg from [URL]. I load if from my computer, it works.. load it online, doesn't. And it doesn't give me any errors or anything. The completeListener is not working! Is there a problem with flash loading from other domains or what?.. If I test it, it shows in Safari's activity that the jpg was loaded, but it won't display it.

[Code]....

View 7 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 An External SWF To A Main SWF

Jul 7, 2009

I'm loading an external SWF to a main SWF. The external SWF is a dynamic video gallery. When I test my movie, I click to load my external SWF. It load ok and functions perfect. Then if I click on a back button to return to my inicial view, I have I get an error that says:Error #2044: Unhandled IOErrorEvent:. text=Error #2036: Load Never Completed.It's funny because I already used the same code in another project and this problem never came up.The code on my main SWF is:[code]

View 4 Replies

ActionScript 2.0 :: Including External Swf File With Preloader In Main Swf File

Apr 21, 2008

I'm creating a flash 3d website for a company. The idea is that there is one overall swf file - this holds the navigation and design. Once the user clicks on a button, it goes to frame 10, I have included the following script to load a swf file

loadMovie("deepbartesting.swf", maincontent);
this.onEnterFrame=function(){
if(movieClipName._currentframe==5){

[Code]....

the preloader works, but instead of going to frame 2 of that swf file, it goes to frame 2 of the overall swf that holds the navigation. Does anyone know how to get around this so that it goes to frame 2 in the same swf file as the preloader?

View 1 Replies

ActionScript 3.0 :: Loading External (3d Gallery) Swf Into Main Swf?

Dec 24, 2011

I have one swf that was made by Wondershare Flash Gallery Factory Deluxe program, and some other files comes with it.

The problem is that when it loads into my main swf doesn't appear into the movieclip that i target to the code but on the stage, on top of all others, i don't know exactly what happens, it seems not to be in the display list!!!
The point is that i'd like a back button showing in front of the gallery in order to be able to close it and go back.

View 1 Replies

ActionScript 2.0 :: Loading And Unloading External Swf Into Main Swf?

Dec 1, 2010

ive been trying to load 3 games(swf's) into a main swf and ive had nothing but problems.

what im trying to do is have three buttons on the main swf, each one loading a different game. im having no problems getting the game loaded into the swf its unloading it and getting back to the first frame of the MAIN TIMELINE, or MAIN SWF.

ive tried loading the swf's into a movie clip and ive tried loading them in there own frame BUT nothing is working and it is SO FRUSTRATING

View 1 Replies

ActionScript 2.0 :: Loading External SWF Into Main Movie

Jan 5, 2005

I am a bit new to the world of externally loaded swf's. I am trying to load an swf into my main movie, and then access/control the movieclips within that newly loaded swf, but for some reason it is not working.

Here is a quick example:
this.menu.createEmptyMovieClip("myMovieClip_mc",this.menu.getNextHighestDepth()+1);
this.menu.myMovieClip_mc.loadMovie("\menu\standard.swf",this.menu.getNextHighestDepth()+1);
this.menu.myMovieClip_mc._lockroot = true;
trace(this.menu.myMovieClip_mc.option);
this.menu.myMovieClip_mc.onRollOver = function() {
trace("Hello?");
this.bounce(120);
}

Okay this code does sucessfully create the movieclip but my onRollOver function does not work, and I cannot access any of the movieClips within myMovieClip_mc such as option, it traces out as undefined.

View 2 Replies

ActionScript 2.0 :: Loading External Swf With Attatched Xml Into Main Swf

Apr 12, 2006

ok so here the problem: i have a dynamically generated menu which is made up of a swf and an xml files, i want to be able to load these into my main swf, now the code i have got for the button is:

[Code]....

yet when is click on the button the swf loads but i get the follwing error: Error opening URL "file:///C|/Documents%20and%20Settings/alex%2Dwork/Desktop/Betatest/Flash/menu.xml" when i place a copy of the xml into the above folder it crashes flash 8 so what do i need to do to correct this problem?

View 2 Replies

ActionScript 2.0 :: Loading External Swf Into Main Swf (PHP Scripting)?

May 12, 2003

First off, here are the files I'm dealing with:

1. guestbook.php
2. guestbook.txt
3. guestbook.swf
4. main.swf

I have a form on guestbook.swf that sends the data to guestbook.php which then reads and writes to guestbook.txt. Guestbook.swf works fine as a standalone movie - it'll read the text file and then display the data in the dynamic text box named 'guestbook'.

However, when I try to load guestbook.swf into a movie clip named 'content' from main.swf the data is not being shown in my dynamic text box ('guestbook'). I'm pretting sure it has something to due with a targeting issue, but I'm not sure how to do this.

Here is the code that I think is causing the problem (action for submit form in guestbook.swf):

on(release){
if(name eq ""){
warning = "You forgot your name!";
}else if(message eq ""){

[code]....

I've tried changing '0' to "_root.content.guestbook" in loadVariablesNum but when I tested it out, as soon as I click on submit it opens up another window with the address guestbook.php. I want the data to load in text box 'guestbook' not in another window.

View 1 Replies

ActionScript 3.0 :: Cannot Load An External Swf File From Site?

Dec 7, 2011

I have a fla file which is loading external swf files from my local folders.I inserted some of the swf files to a web site and tried to load them from the site, not from my local folder...So it gave me a security error like below:

*** Gvenlik Sanal Alan °hlali ***security domain-area violation
http://www.celiktek.com.tr/KIRIL.swf' SecurityDomain esi -- security domain element, 'file:///C|/Users/Acer/AppData/Local/Temp/Untitled%2D1.swf' uyumsuz bağlamına erieye

[code].....

View 9 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 3.0 :: Detect End Of External File (swf) From Main File

Mar 11, 2010

I have a video in .flv format that I have converted into .swf. And this .swf file, I have added it in into my main flash file by using Loader. And now, I want to detect when this video will finish playing so that I can go to the next frame which is not looping the video again and again.

View 3 Replies

ActionScript 2.0 :: Entire Site Content Loading From One Txt File?

Aug 25, 2007

Ive been looking into whether or not, it is possible to load the entirety of site content dynamically from a text file. I know, how to specifically choose and reference from one txt file to a dynamic text block. But, is there a way to have one huge file? That is to say, can I target certain things within a txt file?

View 2 Replies

ActionScript 3.0 :: Loading External .SWF Into Main Page With Preloaders?

Nov 25, 2008

I am working on my first Flash project with AS3.The structure of the flash site is pretty simple. I have a stage 1165px wide x 710px height Inside my Stage I have an horizontal bar with a menu followed by a container right under.

is that whenever I click on one of the button on the menu, that the related external .SWF loads into the container with a preloading bar and %. I already did all my .SWF files.

View 1 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 2.0 :: Loading External SWF In Empty MC On Main Timeline

Jul 8, 2004

I'm loading an external swf into an empty mc called "emptyMC" on my main timeline. That loaded swf loads another swf into an empty mc called "view2" when a button is pressed. Code:
on (release) {
loadMovie("tabletennis.swf", "_root.emptyMC.view2");
}
The above code isn't working right. I'm not sure how to target each empty MC in sequence in order for this to work.

View 4 Replies







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