Loading URL Inside Layer
I'm curious how I can load an HTML page inside a layer similiar to how you would with frames.on(release){getURL("www.google.com", "mainFrame");}How can I do this inside a layer and keep everything else from loading on a new window?thanksmarshall
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Loading URL Inside Layer
I'm curious how I can load an HTML page inside a layer similiar to how you would with frames.
on(release){
getURL("www.google.com", "mainFrame");
}
How can I do this inside a layer and keep everything else from loading on a new window?
thanks
marshall
Can You Put A Guide Layer Inside A Masked Layer?
Here's the situation: I've got a flash animation in which one character is dreaming. I put a balloon over his head. I want to put a bicycle inside this balloon which comes into the balloon, circles around once and then exits the balloon. I've masked the ballloon so that the bike isn't seen before it enters the balloon, but now I want to put a guide layer above the bike layer so that the bike can circle around a bit before it exits.
I don't see any info on this in any of my Flash books. Is there any way to put a layer, with its guide layer above it, inside a masked layer?
Thanks for the help.
Set X-position Of Mc Inside Mask Layer?
Is it possible to move a single symbol on a mask layer using
actionscript to dynamically set the x and y coordinates?
It works perfect if the layer is not a mask.
So no setting x or y inside a mask???
thanks, Stephan
Movie Inside Mask Layer
how do I load a movie inside a mask layer?
I use _root.attachMovie in a frame in a layer under the mask
but it's not working
SWF Inside Layer <DIV> Doesn't Show Over Another SWF
I have a menu
When i pass over 1 option, i then show a transparent swf. The thing is that there's a SWF down of the menu.
You'll understand better when u see the picture.
I use the MM_showHideLayers function that Dreamweaver inserts when u do the show/hide behaviour.
Any solutions?
Thanks alot in advance.
I must find a way to show the swf "menu" over the "dynamic text" swf ...
Random Flash Movies Inside A Layer
here's the question, I've got 3 flashmovies that I want to be randomly loaded into a specific layer on my site everytime the page is loaded,
does anyone know how this is done..any help would be great
How Do You Get A Duplicated Movie Clip To Play Inside A Masked Layer?
In my movie that i have attached a screen grab of, you can see that half of the skeleton on the right is hidden behind the masked layer. When you press the add skeleton button, it duplicates the skeleton movie clip. The skeleton on the left is the duplicated movie clip and you can see that it is not covered by the masked layer. So does anyone know how I can duplicate it so it will be masked? The skeleton movie clips can be dragged and dropped.
Thanks
Movieclip Playing Inside A Button....problem With Layer Path Crap
I have a button with code on it that effects a movieclip within said button. For some reason i can't get the commands to the movieclip...I don't really understand all that _child _parnet stuf so it's probly what i need to do here...this is the code i need to send to the movieclip within the button
on (rollOver) {
menu1.stop();
fra = menu1._currentframe;
if (fra>12 and fra<24) {
menu1.gotoAndPlay(fra-12);
} else {
menu1.play();
}
}
on (rollOut) {
menu1.stop();
fra = menu1._currentframe;
if (fra<12) {
menu1.gotoAndPlay(fra+12);
} else {
menu1.play();
}
}
Exit/Quit Button For A Transparent Flash Movie Inside A Layer
HI all,
I've created an advertisment, a flash movie which pops up with a transparent background and its placed inside a layer. i need the code to exit/quit the movie.swf
i've placed an exit button but nuthin works closing the just the .swf file........fscommand works for exe and the javascript.close (getURL("java script:self.close();"); ) codes gives a window pop "the webpage you are veiwing is trying to close the window, do you want to close the window?"
i need a code which i can attach to the exit/quite button which wud jus exit/quite the flash.swf n not the browser window
Thankx in advance
H
imhobier@yahoo.com
Linking From Flash Menu Link To Ext. HTML Page Inside A DIV LAYER
I have a page that combines Flash and HTML in Dreamweaver 8. I have my links menu generated in Flash MX 2004. My desire is to have a link (when clicked from the Flash swf menu file) bring in a new html page into an existing LAYER of the same Dreamweaver document. Is this possible? My idea is to not have to reload all the other elements of the page, just the items on the one layer with new content. I know how to do this if the page were all Flash, but this is for an html page using the LAYER div tag.
Thanks for your help
Craig
Loading Swf Into Specific Layer?
how do i load an external flash movie into a specific layer in the main timeline?
right now i'm loading external swf through an empty mc into lavel 1 like this:
loadMovieNum ("flash/intro.swf", 1);
but i've got navigation on layers above the empty mc which are showing up underneath the loaded movie.
thanks in advance.
yjk
Loading Into A Specific Layer
can someone give me advice on how to load an external swf into a specific layer of a timeline?
my problem is that i have a mc which contains my submenu navigation which the user can reveal and hide ... but when i load a movie into _level1, a lot of the elements in that external swf are in front of the menu. of course loading it into _level0 just replaces the shell swf.
at this point, i am forcing the external movie to "hide itself" every time the menu is being revealed by the user and then to "reveal itself" again once the user puts the menu away ... but theres gotta be a better way ... click below to see current version...
thanks.
Loading A Mc On A Diferent Layer
hello, guys, i need to load an external mc into my main movie, and i need to load it into a bottom layer. My problem is that its always loaded into the top layer. Can anyone help me please?
thanx.
Loading A Imageloader Into A Particular Layer?
i have my site where im loading my external mc (portfolio) using buttons using the imageloader method
if u check http://www.xartwork.co.uk u'll know what im on about.
the problem is that i've made another button (the arrow on the right) so that when the mouse is over it, it shifts the buttons to the left to view more buttons.
it also shifts the portfolio (via imageloader) as well.
i just want to know is there a way just to load an external mc into a particualr layer in my flash file?
if ur baffled i will kindly elaborate more, but check the site then u'll know what im on about
x
Loading Layer Location
I'm loading a move into layer 99. Cna i set the layers display location on the screen. I don't want to make a movie clip and load it into tha because i don't have time to change my code. NAy ideas?
Loading A Movie Into A Different Layer
This is dumb, and I should be able to get it, but I cant and Im running on sugar right now.
I have a movie with 8 layers. I am trying to click on a button in layer 2 and have it load into layer 1.
It should just be a simple
PHP Code:
on (release) {
loadMovieNum("test.swf", movie);
}
right?
Whats going on?
Loading A Url Into A Div Layer From Flash
Hey all,
new to the forums.. looks like a great spot for info though!
was wondering if anyone knows how or has ever done this before?..
i have the swf file in a table.. i made the flash file transparent.. and stuck a div layer onto of the swf file... now the content inside of the div layer.. needs to change when the user presses a button inside of the flash file...
so pretty much... i need to load a url into the div layer from the flash file..
does that make sense?
THANKS FOR THE HELP!!
Link To Loading A Scene In A New .SWF Layer
I have a very basic problem, but it gets really complicated when I try and explain it. So the best thing is, I have drawn a diagram of my problem, which can be viewed here:
http://www.archimediadesign.com/problem.gif
Basically, it concerns a base SWF template, which is just a level zero "holder" for all other SWFs which then load into and out of level 1, replacing each other when the next one is brought in, etc.
What I want to do is have a button in an SWF in level 1 which then not only links to and loads in another SWF in level 1 (which replaces the SWF containing the actual button that was linked FROM), but I want the new SWF file that has just been loaded in to go to a scene and frame other than scene one, frame one.
So far, I CAN get scene one, frame one, but what I want is to link straight to, for example, scene three, frame eight.
Check out the diagram link above - hopefully it makes more sense.
Loading A Movie Clip Into A New Layer
Hi guys
I always thought I knew how to do this but now it seems I’ve been doing things incorrectly. Can anybody please tell me how to load a movie clip (part of my site) into a new layer.
Any help would be much appreciated
Loading Movies In Layer With Posisiton?
I need help on how i can position (x, y cordniates) loaded movies into the main timeline. I know i can do loadmovienum. But then what?
Any help is appreciated. Thanks
Loading And Scaling Movies In A Layer
Our team has developed several movies that were designed to be loaded into a higher level of a main flash movie. These are all going to be external swf files. The problem is that through a communications goof some developed their movies at 800 X 600 and the others including the main movie are 760 X 540. When we use the code
Code:
loadMovieNum("movieName.swf," 10);
the ones built at 800 X 600 run off the right and bottom edges. Is there any way to scale a movie that is being loaded into level without having to load it into a container movie clip? All of these external movies were created with code that breaks if we try that. Any help would be greatly appreciated. Thanks!
Problem Loading Swfs On Top Layer As A Pop Up
I have this flash presentation in which there is a section with videos. In order to create the illussion of popups I loaded each movie as a swf on a higher level. On a Macintosh computer the presentation runs just fine but when I try it in windows, it runs the first two ok then on the third is starts stuttering. And then it wont run any other. Is there any way to accomplish what i want without this problem. Any suggestions will be greatly appreciated.
Loading Extermal Swf's (any Layer Control?)
Hi-
In my AS3 document I am loading 3 different external .swf files. I am using this method:
var myLoader:Loader = new Loader(); addChild(myLoader); var url:URLRequest = new URLRequest("open.swf"); myLoader.load(url);
and renaming the variables for each different movie - works well, but they aren't layering on the right levels.
Is there any way to control what "layer" these come in on? I have tried moving the layers around in my document with the load actionscript on different layers but it does not seem to matter, and don't see a way to designate what layer they load on like the old days in AS2 loadmovie()
Thanks in advance...
Shawna
Loading Multiple Movies -- How To Layer Them?
Hello I have a very simple question that Im sure all you AS Guru's could answer in a second. I have a main_mc calling multiple movies including my nav-- I use this to pull in the seperate mc's into the main_mc
Code:
this.createEmptyMovieClip("clip", 1);
this.clip.loadMovie("player.swf");
this.createEmptyMovieClip("clip2", 2);
this.clip2.loadMovie("player.swf");
I use this on the nav to pull in different pages into the main_mc
Code:
on (release) {
unloadMovie(1);
loadMovie("home.swf",1);
}
My problem is that I everytime i use loadMovie -- it loads it above my nav which is being called into the main MC. Is there a way to assing order level of each mc. In other words use code to layer is mc one on top of the other. I appreciate any help you guys can provide thanks.
oz
Loading An Swf Into A Movie Clip Layer
Hi,
I have finally finished my coursework assignments of an animation and a portfolio.
Now I have come across a new problem of combining them!
I have exported the animation. It is of size 439.2 x 329.5.
The portfolio is 550x400 and has a few scenes(pages).
What I need to do is load the animation swf in one of the pages.
I have tried using create empty movie clip but it isn't appropriate as far as I can see. because I need to be able to mask around the imoported movie to keep it 439.2 x 329.5. If I use create empty movieclip then I can see all the graphics outside of the animations canvas size.
Therefore my idea was as follows.
On the scene in the portfolio i have got a movie clip layer the cortrect size of the movie, and i have masked this off with a mask layer, so there is a 439.2 x 329.5 window which will be visible.
What I need to do is be able to load the BendItLikeBush.swf from the library into the movieclip (which is called movie).
PLEASE help if you can! I've spent about 60-70 hours on this damn project and i just want to get it finished!
Thanks in advance!
Mike
External JPG Not Loading In MC In A Masked Layer
I am using loadMovie to load a JPG to a MC. The MC is one of 3 layers under a mask. The mask is not a tween. The image fails to load in the MC. When I move the layer with the MC out from the mask, the JPG loads. Any suggestions?
Combo Box Links Loading In Level/layer 2
is there any way i can make combo box links load into the second layer?
link.addItem("LOAD", new Array("http://www.Load.com/load.swf"));
that is the type of setup i am using now but would like to make the load.swf file, load into the second layer/level
instead it just loads the entire movie.
If anyone could assist i would appreciate it.
thanks
Loading An Empty Movie Clip On A Different Layer?
G'day All!
ok I have a button, when I rollover it, it brings up a movie clip which is basically just an image fading in. when you roll off it fades away....
I have got an empty movie clip on the stage which I am loading into..
But it keeps loading ontop of all my layers, so how do I make it load say on layer 2???????????????
Im using the following code..
__________________________________________________ _________________
on (rollover) {
_root.attachMovie("rollover2","rolloverClip2",2);
_root["rolloverClip2"]._x = 391;
_root["rolloverClip2"]._y = 278;
}
on (rollOut) {
_root.attachMovie("rollover2_off","rolloverClip2", 2);
_root["rolloverClip2"]._x = 391;
_root["rolloverClip2"]._y = 278;
}
__________________________________________________ _________________
Loading External Movies Into Layer 1 On Load
I have a movie that i load other movies into or onto. Main movie is layer 0 and all others are loaded on layer 1.
when layer 0 starts I want one of these external files to load automaticly on load up of layer one.
Any ideas how to do that?
To get an idea what im doing go to http://www.devilsarmada.com
thanks in advance
Loading A Quicktime Into An Html Layer From Flash
i want to load a qucktime movie over flash. Since I cannot do this on a flash level, I was hoping i could do it into an Html Layer over the flash...
does anyone know how to target an html layer from flash in order to load a quicktime in it?
Loading External Movieclip Into Layer And Going To Frame
I am trying to load an external movieclip into layer10 which is working fine using:
on (release) {
loadMovieNum("worksheets.swf",10);
}
However I want the movieclip to go to a particular frame or label depending on what button instance it is called from on my mainmoive. Everything I have tried is not working. Any help would be appreciated.
Showing Total Progress Of A Loading MC And A MC Loading Inside Of It.
When entering a page I want a main.swf to load, using the MovieCLipLoader. When main.swf has completed loading, it automatically starts loading another swf, home.swf, into itself in a specific area.
I want to display the total download progress of loading the main.swf and home.swf.
First when the whole download progress is done, I want the main.swf together with the home.swf to be visible.
Any ideas on how to do this ?
Loading Variables With Secure Socket Layer Encryption
Hi,
I have recently installed a server certificate to obtain encryption functionality on my site. The largest part of my site is ASP and HTML, but I also have a Flash movie using Generator objects as an importent part.
Before I installed the certificate my site worked fine. After installing I am having problems loading my variables when opening the flash movie. Well the problem isn't that they won't load, it's more that they don't show as when I didn't have the certificate installed.
When I open the flash movie I give the variables with get; "movie.swt?number=<%=id%>" where <%=id%> is ASP. In actionscript I can use this variable by; "_root.idnumber = Number("{number}");". And this works fine without SSL.
After installing the certificate I have to change the above into; "_root.idnumber = {number};" But only one of the instaciations have to be changed. The rest of my actionscript can be unchanged whitch means that another variable can be _root.temp = Number("{variable}");.
Does SSL change flash or the format the variables are sent?
This is giving me a headache. Can someone please help me?
Regards
Pål Eilertsen
Loading An Internal Movie Clip Into A Specific Layer
I think I might have asked a similar question before - but this is very specific, so I'll ask away.
How would I load a movieclip within my main swf, into say Layer2 - and have any actionscript that specifies level2, affect that movie clip?
at the moment, i have a number of external swfs that are loaded into layer2 by a loadmovie scipt. and these can be reset to their first frame by a scipt I have on another button.
I would like to have these all as internal movie clip instead of external swfs (it will bring the overall size DOWN. currently each clip has to have helvetica and hiragino, a full japanese font, loaded - bringing them all into the main movie means only once - knocking 20-25k off per clip) and still be able to affect them by specifying level2. (ie. bringing in a second clip, overwrites the first one - and telling level2 to go to frame 1 makes whatever clip is visible return to frame 1)(I would prefer to keep it specifying level 2, which is general, than having to individualy specify each clip - as there's about 15 of them, which may grow in the future as I increase the content)
I've tried everything under my capabilities and i've been tearing my hair out. So some advice would be fantastic. thanks in advance
Loading A Page In A Layer, Trough A Flash Button
Hello, people, im new in this forum (be patient )
I want to be able to create a button in flash, and when its pressed, it has to performs the action of loading a page in a layer. To be more clear, I make the button, then I insert it on my page, and I want it to load an html in my mainLayer, as if it was a mainFrame but instead its a mainLayer. I think it can be done with some ActionScritp and JavaScript, but i dont know were to start...
thanks, good luck
cya.
Loading A Page In A Layer, Trough A Flash Button
Hello, people, im new in this forum (be patient ). I've posted this message in the section FlashGeneralHelp, but the i realised that i should post it here .Thats the question....
I want to to create a button in flash, that alows me to load a page in the mainLayer of my page. To be more clear, I make the button, then I insert it on my page, and I want that when i press the button it loads an html in my mainLayer, as if it was a mainFrame but instead its a mainLayer. I think it can be done with some ActionScritp and JavaScript, but i dont know were to start...
thanks, good luck
cya
Loading Php Pages In A Html Layer Trough A Flash Menu?
I would greatly appreciate some help on this.
I'm a real newbie if it comes to actionscript, and this is probably quite simple. Ok on to the problem:
This is what I have:
A site that is divided with 2 frames (html)
A flash menu with some buttons in frame 1
A Div layer in frame 2
This is what I want:
I want the flash menu to load PHP pages, (for example: members.php) into the DIV layer in frame 2.
Here is a shot of what I mean:
http://www.clawhammer.nl/div.jpg
Thanks alot for your help!
Loading A Swf Inside A Swf Inside A Swf...
my main movie is basically just navigation buttons that load a content swf into a movieclip - that's ok.
but when the content swf is also loading a second swf into itself, the second swf isn't showing up.
when i test the content swf by itself it's ok - the second swf shows up
it's only when i load the content swf into the main movie that the second swf doesn't show up in the content swf.
i don't know what is wrong - can someone help?
Loading An Swf Inside An Swf Inside An Swf
Hi everyone, I ve been trying to make this for days now but its
not working.
I have a main "base" swf that has a holder MC that on it I
externally load my "main menu". That works fine.
On that menu I have buttons that supposed to load a "sub page" each.
I cant find the problem on the coding(obviously I am new to this)
but the MC "buttons" of my main menu are not working at all.
I dont know what to do. Please help if you can .
Here is are the files to the whole thing.
http://rapidshare.de/files/20790041/web_page.rar
Erasing The Top Layer With A Line To Show The Layer Beneath It
I was curious if anyone would be able to help me out. I have a layer that is a menu with some buttons. When a button is hit, I'd like to do this: A line from above the menu will go down the page, and as it goes down it apperas to erase the menu layer and show the layer beneath it. So as it goes down, what is beneath the line is still the menu page but above the line is the information (movie clip) that should be shown to that corresponding button. Any one have any ideas?
Thanks
Have a Happy New Year
Ty
Creating A Delay/Pause, Frome Layer To Layer.
Hello,
I'v been having trouble with my newest project, i'm trying to create a pause from it going from 1 layer to the next without using frames.
If i use the frames my project just messes up, so im trying to create a pause of going from frame 1 to frame 2 to frame 3 up to 20.
If someone could help me i'll be really great full.
Layering Problem: McText (layer 1) Over McText2 (layer 2)
Hi,
Quickie: Have 12 layers. Base layer has some text (mcWelcome) and a popup on layer
8 with some text plays over it. When I do a a href link to bring up the next mcTextfield combination
on top of the layer 8 the new layer goes under all other layers even though its on layer 10 (it has an arrow and a textfield).
In Design mode it is on top but when it plays it (layer 10 mc) plays under even the first layer.
What am I doing wrong? No matter where I drag the layer containing that new movie clip it goes underneath. Made
a new layer and it does the same thing adding text with ActionScript.
I've even done the "bring to front" and it has no effect. Why is the new mcText alway below the other layers?
Any ideas?
Thanks,
Thanks,
Loading Movies Inside Movie That Are Inside Other Movies
I have built a website in flash.
I have a main interface with navigation. On press of a button (topic) it loads a movie into a certain area.
//area on timeline to stop any probs or overlapping
on (release) {
gotoAndStop ("1");
}
// get the clip
on (release) {
loadMovie ("mainmovies/products.swf", "_root.mainmovieframe");
}
this works fine and is the simplist and most effective way (i think)
NOW... what happens if I have buttons inside the products movie that inturn call movies inside the sub movie..
It will now work, just crashes flash player. I am using the same command as in the interface but with different clip/instance name...
Please tell me how to make movies work. I cannot make layers and stuff work for some reason.
Loading An External Swf Inside A Movieclip That Is Inside Of A Movieclip
I was wondering if anyone could help me!!!! I used the tutorial for loading external swf's into a movieclip off of this site. But what I am trying to do is load another external swf inside of that external movieclip. Not sure if that makes sense. I kind of have it working where it loads the first external clip. But when I press a button to load a different one, it plays the transition then loads nothing. It's just blank.
This is the AS 2.0 that I am using for the external swf button that is inside another:
on (release) {
if (this._parent.currMovie == undefined) {
this._parent.currMovie = "StrategicPlanning2";
container2.loadMovie("StrategicPlanning2.swf");
} else if (this._parent.currMovie != "StrategicPlanning2") {
if (container2._currentframe>=container2.midframe) {
this._parent.currMovie = "StrategicPlanning2";
container2.play();
}
}
}
And this is the AS that I am placing on the last frame in the actions layer
this._parent.container2.loadMovie(this._parent.cur rMovie+".swf");
Please help!!! I am only a Graphic Designer!!
Loading Text Inside Movie -> Inside A Movie
Ok so I have a movie that has a bunch of little movies which are played on a click of a button. Now inside the second layer movie I want to load some text from an external txt file but for some reason it is not working. I am using, loadVariablesNum("content.txt", 0); and my dynamic txt area is suppose to retreive the variable rafting. now for some reason it is not loading the text into the text area, could it because it is not in the main scene??? Can someone please help me out???
Thanks
Nick
Control Audio In Layer 0 From Movie In Layer 2
I have a sound (mySound) playing from a movie in layer0 (default movie). this movie has loaded another movie into layer 2 using loadmovienum.
I want to stop the sound from playing while in the layer 2 movie. I have tried using _layer and _root but I can't reference the sound.
Can someone tell me how to reference the sound and either stop it or set the volume to 0 from within layer 2 if the sound object is in layer 0?
thanks in advance
Behavior In One Layer Automatically Carries On To Any Layer
I hate to be a pain, but I am really trying to learn a lot by following tutorials and this problem is reoccuring with every tut I try...
I am following this tutorial: [L=http://www.entheosweb.com/Flash/preloader2.asp]
I am stuck on this (have redone it at least 17 times following verbatum but something isn't right):
Now come back to your bar layer, Push the rectangle to the left as shown below
Go to Frame 40, keeping playhead on frame 40, pull the rectangle onto the other side as shown below
My problem is that when I move it in frame one, it also moves in frame 40... and when I move it to the other side in frame 40 and go back to frame 1 it is no longer in the original position... I can't get my head around this!!! I am using Flash 8 Professional if that's any help!
I am inserting frames and not keyframes, just like the tutorial says...
|