ActionScript 2.0 :: Centering JPG Loaded In MovieClip?
Dec 5, 2009
I have created this Flash site: [URL] But i am having a problem. Under "Gallery", each picture, is a movieclip, which loads a picture from my server. But the pictures aligns to the top left corner of the MovieClip. How do i make them align to the center of the movieclip?
[Code]...
View 0 Replies
Similar Posts:
Mar 7, 2006
Is there a way to center images that im am loading externaly using XML. Im new to this xml business and have found myself in over my head.
View 2 Replies
Oct 28, 2005
I have an index.swf that it's dimensions are 1020x610, now when I load content in a container in the index.swf it will be centered using an onResize stage listener, that works fine but only if the loaded content is 1020x610, I've also used an onEnterFrame that checks if the width and height are !=0 so that way it waits for it to load before centering the content.
What should I do to always keep my content centered. Lets say I want to load a swf that is smaller (ie the 1st frame only contains 1 element that is smaller than the stage dimensions) I'm not sure if I'm explaining this well....
View 6 Replies
Jun 24, 2008
i am trying to get an empty movieclip to center after a jpg loads into it. the images load, but they don't center. my first attempt (using loadMovie) would read the size too quickly and would only center after a second click. i thought using a MovieClipLoader would work, but my leftEdge always returns 350. i'm getting a 0 value for _width.
on a related topic, i want to apply a DropShadowFilter to the same empty movieclip.i haven't tried it with the MovieClipLoader, but it didn't work using loadMovie. any ideas on that? if i have to, i can create a generic dropshadow and position and scale it accordingly, but again, i will need to be able to read the size and position of the empty movieclip.
Code:
var mcl:MovieClipLoader = new MovieClipLoader();
var mclListener:Object = new Object();[code]...
View 5 Replies
Aug 21, 2009
I'm trying to center a dynamically loaded jpeg to the stage. The jpegs are loaded via xml to a movie clip called 'picture'. I have the code below which works fine on my computer, however, when trying it on a live server I sometimes get a problem where instead of centering the image, the image ends up with its left edge aligned to the center - which suggests that the code didnt get the image width properly. This only happens sometimes, not all the time so must be something to do with how its loading.(code is partly based on xml slideshow found on here somewhere)
Code:
this.onEnterFrame = function() {
filesize = picture.getBytesTotal();
loaded = picture.getBytesLoaded();[code].....
View 2 Replies
Apr 11, 2006
I am needing to load an external image (probably jpg) into a movie. I am using an empty movie clip, giving it an instance name and the code:
Code:
instance1.loadMovie("image.jpg");
What I also need to do is be able to either place that image in a specific location on the stage or just center it. Any advice you can give me on that?
I am attempting to do something like this: Use two movie clips. One is a holder that contains the second movie clip, which is where the image is actually being loaded. Then, I am using the following math:
Code:
instance1.isntance2.x - instance1._width/2 instance1.isntance2.y - instance1._width/2
Does this look like it would work? Is there anyway I can set instance1 to have a width that is equal to the size of the main movie (1024 x 768)?
View 12 Replies
Aug 9, 2004
what it has to do is to generate "j" buttons (j being the number of registrations from my database) and arrange them in rows of 5 or 6. unfortunately the buttons are generated but are not arranged properly. i have 9 registrations in the database so there are 9 buttons... the first 8 are next to each other and the last one is somewhere to the right.further on, at the release of a button it should create the lwLogo movieclip and load there a certain pic (the path being taken from my database). then the lwLogo mc should be centered on the screen... as this doesn't happen in the _root the center of the screen would be -442 in this movie clip so normally to center the image i should place lwLogo at -442-(lwLogo._width/2) but this doesn't work. the photos are loaded but not in the center.[code]
View 3 Replies
Feb 2, 2006
I got this far with my images display. I found code and it was able to work, but I'm not savvy enough with the code to unload images.I have 'searched' thru kirupa to see if someone had something similar. Found other 'centering images' type .fla's, but can't connect them to mine.I don't want to change the navigation or the way I have it set up -- I need it scripted frame-by-frame as it is. I was hoping someone knows how to get the images to 'unload' as you press each button.
View 1 Replies
Jun 7, 2007
I want to make my createTextField centered on my movieclip, does anyone know how this is done? I've tried using the texWidth/_width property but it only makes it to narrow. Or is it possible to size the background fill to the length of the word?
PHP Code:
var aPoints:Arra =["one", "two", "three", "four"];
function printIt()
[code]......
View 2 Replies
Dec 12, 2005
I'm loading an external movieclip into an empty movieclip which is inside of another movieclip. But the movieclip I'm loading isn't properly centering to the top movieclip.
Code:
this.createEmptyMovieClip("side2", this.getNextHighestDepth());
this.side2.loadMovie("skins/default/red.swf");
this.side2._x = this._x;
[Code]....
Way way way off of the top movieclip. I'd at least expect side2's 0,0 point to be in the upper left which would snap to the center point of this. But not even close.
View 2 Replies
Apr 17, 2009
i have a movieclip(content_mc) that contains 4 movieclips(img1, img2, img3, img4) of different widths within it. The content_mc has been scaled to the browser using _xscale and _yscale. so if i want to center img1 on the screen the math WITHOUT content_mc being scaled would look like this
Code:
Stage.width/2-(content_mc._width - content_mc.img4._width - content_mc.img3._width - content_mc.img2._width - content_mc.img1._width/2)
but being the fact that it's scaled...it returns the original _width values of the nested movieclips. How do i get the values of the new, scaled widths?
View 2 Replies
Feb 20, 2012
I have a website made with flash and I have added all the pages inside a movieclip and this moviclip is centered in the stage using event. Resize and event.Enterframe. But now the problem is..although the gallery (which is an external swf) is inside this movieclip it doesn't stick to this stage.rezise event. How can I control this gallery.
View 1 Replies
Oct 21, 2004
How do a make a center a mc automaticly on the stage with aS. The script should detect what the stage size is and move the mc to the middle. I am making smartclip-preloader and want to be as productive as possible later on.
View 4 Replies
Mar 17, 2008
I'm having trouble to center any dynamic content (movieclips, textfields...) inside a dynamically created movieclip, which has a default point of interested in the top left corner.
PS: Just as an example, I have a dynamically created text field inside a dynamically created movieclip....and when I try to scale that movieclip I need to scale it from its center
View 2 Replies
Jul 5, 2007
I'm loading an external swf that is a button to close other loaded movies. I want it to stay above all the other movies at all times so that the user has a way to close them and go back to the main stage. There are buttons on the stage that load external movies and the close button movie loads automatically. All of the movies load in fine but once I load in a movie from a dynamically created movieclip button on the stage, it covers up the close button movie.The following code is where I dynamically load movies from the dynamic movieclip buttons and then after that is where I load in the external swf for the close button.
//Dynamically assign external movies to load from
//the dynamic buttons
for (j=1; j<holderArray.length; j++) {
[code]...
View 1 Replies
Oct 16, 2011
what I'm trying to do is accessingsnapText = scrollPane.source.textSnapshot;from an external swf. I've tried:
trace("-->: "+scrollPane.source.textSnapshot.getText(0, 1000));
trace("-->: "+myLoader.content.textSnapshot.getText(0, 1000));
trace("-->: "+mc.textSnapshot.getText(0, 1000));
[code].....
View 3 Replies
May 26, 2010
Im making a movie with a menu that loads movie clips according to which menu is selected simple enough. However, the newly loaded movie clip also needs to allow the user to load another movie into the main movie effectively swapping the first movie clip with the second. This needs to be done without using the main menu.
View 6 Replies
Nov 15, 2004
know how I can resize the stage to match the size of an external graphic/movieclip which is loaded into an empty movieclip,
View 3 Replies
Jul 25, 2011
I load an image into a MovieClip. At a second time I want to move this image to another MovieClip.
View 1 Replies
Jun 27, 2006
I'm loading an image into a blank_mc within a movieclip called 'background_mc' using the MovieClipLoader object; when the onLoadInit for the MovieClipLoader object is fired, i then attempt to clone my 'backgound_mc' object and the loaded image it contains so i can do something with it (i,e a funky masky/blur thing, not important right now)I'm successfully loading my image into the blank clip within background_mc, the onLoadInit behaviour fires and duplicates background_mc once the image has been loaded, but in a disappointing turn of events, my clone of background_mc no longer has an image attached, and has instead reverted back to it's original form, just as ti was before it had the jpeg image loaded in.
View 3 Replies
Mar 30, 2009
This is something I'm experimenting with, but haven't seemed to figure out... I have several MovieClips, basically the same, only different colors. As each one plays, I'd like it to "overlap" whichever one is already there. Right now I have each button linked to a gotoAndPlay function, but I don't think that will ever get me what I want. You can see how I have it now here: [URL]
Instead of having the content MovieClip go back to all white when a button is clicked, I'd like the preivious one to remain, and get "covered up" by the new one. You continue to see the old color, and the new color overlaps it. I have a feeling I need to use a variable and then addChild, with a removeChild for the old MovieClip after the new MovieClip has loaded, but I'm not getting any good results yet.
View 1 Replies
Dec 6, 2004
hide movieclip A when a loaded swf B overlaps that movieclip? movieclip A = level0. loaded swf B = level1
View 3 Replies
May 5, 2006
I tried "attaching" a custom context menu on the 'picture' movieclip (empty movieclip that holds externally loaded pics) but with no luck.
View 1 Replies
Sep 16, 2009
When I open a new document in flash, the stage is in the top left corner of my screen and I cannot figure how to center it in the middle. I cannot go to the left or above the stage which is making it very difficult to work with as I cannot access those areas.
View 1 Replies
Jun 25, 2008
I know theres probably a simple solution but it's escaping me at the moment.
I have a centered swf, I want it to stop centering if the swf reaches the side nav so they dont overlap.
function Center(mc) {
mc.onEnterFrame = function() {
if(mc._x >500){
[Code]....
this stops the centering when it hits 500, but it stops all centering because it's stuck on 500.
View 3 Replies
Oct 25, 2003
I have used the centering pop up technique, but my problem lies with the boreders. I'm using the pop ups for jpgs, but it seems to have a bit of a boreder at the top and the left of the image, how can I get rid of this. I used the tut on this site for centered popups. an example of my problem is on my site at [URL]..
View 4 Replies
Jan 14, 2010
I'm nesting a SWF inside my movie by so
Code:
var loading:Loader = new Loader();
loading.load(new URLRequest("loading.swf"));
placeholder.addChild(loading);
All is fine and dandy. But I would like playback of the nested swf to be stopped initially. This can be done by putting a 'stop()' call on the swf itself but I would really like to know if it's possible to do this from the parent movie?
View 5 Replies
Jun 23, 2009
I have a movieClip that starts out a a specific scale. I then tween the images properties and as it tweens it also scales again. What I'm trying to do as it tweens and scales its obviously changes the width and height of the movieClip. So I'm trying to constantly keep the clips position in the center of the stage.
I'm using tweenMax and I tired an update event so I could keep checking the width and height of the clip as it scales and then using this code to center it but it doesn't seem to be centering the image. On other thing to note is my MovieClip is using its top left corner as the registration point.
[Code]....
View 1 Replies
May 14, 2009
I'm told that the following chunk of script will center the stage on resize, but not knowing much of anything about actionscript,
myListener = new Object(); myListener .onResize = function () { ... } Stage.addListener( myListener ); // later ... Stage.removeListener( myListener );
View 5 Replies
Oct 14, 2009
I've come across a new snag to a previous project. I'm not quite sure why, but when the full image is loaded to the stage, it is not centering it properly. The trace of fullLoader returns "0" for the width and height of the full-sized image, and I'm not quite sure how to pass the necessary information into the showPicture function so that it correctly centers the image. I tried tracing the content of fullLoader and got an error message.[code]
View 2 Replies