ActionScript 2.0 :: One Layer Can Move Quicker Then The Movie Frameset ?
Feb 28, 2003i just want to know if one layer can move quicker then the movie frameset
exmple { movie frameset is 12 i just want one layer to go at 20 }
i just want to know if one layer can move quicker then the movie frameset
exmple { movie frameset is 12 i just want one layer to go at 20 }
I want to call a function which does something a number of times. The complication is that i want to call it increasingly quickly, ie call it once after 1s, then again after 0.8s, then after 0.5s, then after 0.2s (the actual numbers aren't important I have an equation to work them out).
View 5 Repliesim using a page with two frames. the top frame is the navigation and will always stay the same. the bottom frame has a big flash movie. when you roll over the buttons on the flash movie in the bottom frame, i want stuff to happen to the movie in the top frame.
View 1 Repliesim using a page with two frames. the top frame is the navigation and will always stay the same. the bottom frame has a big flash movie. when you roll over the buttons on the flash movie in the bottom frame, i want stuff to happen to the movie in the top frame. is this possible?
View 1 RepliesIs it possible to add layers, re-order layers, move movieclips from layer to layer or specify which layer a duplicate movieclip appears on at runtime with AS3?I am aware of the depth properties and the functions associated with that but it would be easier to have a concept of a layer because I am dealing with masks.I have a nasty feeling I'm gonna be told that layers don't really exist within an swf and that depths and setmask are all there is to work with.
View 4 RepliesIm creating a program that is designed to allow the used to select 3 pictures (movie clips) and print them off on a single peace of paper.
The program works by allowing the user to select 3 graphics (the graphics are actually instructions for various exercises) and then moving the desired movieclips onto the stage. This all happens on a layer named "Content"
So far the program will allow the user to select the movieclips and will move them into place on the Content layer as well as move smaller versions of the pictures into a preview box the only thing it does not do is print. (the most important bit)
As in the title - I have layer with many keyframes and many objects (frame-by-frame animation), is it possible to align/position to the stage a layer as a whole?
View 1 RepliesI've got a layer full of keyframes. It's basically a circle that turns on/off, flashes, whatever,using motion tweens, but most importantly, it has a defined position on the canvasI'd like to place it in another spot, but when I try to select the whole layer and move it, it moves only the keyframe located below the playhead(I think that's what it's called), which won't do me any good.
View 14 RepliesHow do I move an entire layer? I want to move ._y and ._x of all objects on a layer beneath a mask to make some animation.
View 1 Repliesi have a 3d square box on my Stage, I have it animated so when you click a number the cubic section moves up using a tween, now their are 4 of these tweens and when i want to click say number 4 it will move behind all of the other images and i dont want it too, how to make it appear above all other layers?
View 3 RepliesI'm trying to get a movie clip to follow a guide layer using action script.
one thing that i have to do is "Create a movieclip and put it on a guide layer. Have it go along the path."
I have 2 layers in my timeline. One is on the main timeline the other is inside a movieclip. I want to make one of the layers in the movieclip render above the main timeline layer while the others render below. How do I do this.
View 1 RepliesI'm trying to get a movie clip to follow a guide layer using action script.one thing that i have to do is "Create a movieclip and put it on a guide layer. Have it go along the path."
View 1 Replieshow i can make an object move threw a specific path without using guide layers?
View 2 RepliesI make my fla file and then want to move an image on the stage slightly without recording the movement!
I have tried many ways and cannot - I even set up guides as I end up deleting layer and resetting.
I have a question, and I find it hard to find resources on it. I have two layers, and another layer with an image of a broom on it. I want to use the broom to move over layer2, and reveal the layer beneath it. Kind of making a sweeping game. Frankly my search efforts on google have only come up with alot of masking, but I am sure you need actionscript to make the broom move with the mouse.
View 1 RepliesI've tried 3 different scripts for a random loading image layer and none of them work. Does anyone have code/script for this that will work for Flash 5? I'm totally hung up at this stage and can't move on with the page or site until I have this aspect resolved.
View 12 RepliesDon't know if the flash layer on the view stack contain only the compiled flash swf file
View 1 RepliesI want to know if there is a faster way to take several bitmaps and arrange them one after another in a single layer in a movie clip.
This is how I am doing it currently.
Stage 1: Import the bitmaps to the stage
Stage 2: Distribute the bitmaps to layers
Stage 3: Make the first bitmap a movie clip symbol and cut the other bitmaps' frames
Stage 4: Go into the symbol, create a new layer, and paste the frames.
Stage 5: Click and drag the other frames into one layer, one after the other.
I now have a single movie clip with all my bitmaps ordered one after the other in the timeline.
We've got an app written in Flex that displays data from our app. The .swf file is only 427kb, but it takes a full five seconds to load in Firefox. This is a headache for our users because they need to access the page that contains the app frequently. (The app displays documents, and it's really slow to march through a list of them).
I've confirmed that it's not a slow web server problem. The .swf appears to be cached in the browser. Firebug reports that every time the web page accesses the .swf, the app server returns a "304 Not Modified" response, meaning that the load time from the server is almost zero.
Is there anything we can do to debug this issue? Or is the Flash player just slow?
I know it's possible in flash to change one frame of an html frameset with the click of a (flash)button, for example:
Code:
on (release) {
getURL("page.htm", "framename");
[code].....
I am using SWF Quicker to edit a flash swf file, but whenever I export it, all the sound is gone. Even if I export it without making any modifications, all the sound disappears. I have tried using different versions of ActionScript (1.0, 2.0, 3.0) and different Flash Player formats, but every time there is no sound
View 1 RepliesAre their any tricks or things I can do with actionscript to make images load quicker? I have a full browser xml image gallery and the images are physically big but optimised in Photoshop. I have a preloader to display the loading amount, but is there a way to speed up the loading?Flash image galleries I've seen have images of similar size to mine but seem to load quicker. Is there a way to partly preload the images before they are used. I don't want to preload all the images cos that would take ages.
View 1 RepliesThe Frameset get URL Action Script below works fine in fixed Top, fixed Bottom and fixed Bottom fixed Top button bars but not with fixed Left or fixed Right, Framesets what is the problem and correction? Here's the code: on(release){ getURL("mainFrame1.html", "mainFrame");}
View 1 Repliescoypaste an AS3 bnt code to use in-conjunction with a Dreamweaver frameset.
View 10 RepliesI am in the planning stage of an application. In fact, the application already exists but I am thinking about how to improve it. It's a sports event commentary viewer- it allows the user to view live commentary on soccer games, written by news scouters during the process of the game. Right now, it's all one big file, reading 7 different XML files on the fly, evaluating and processing them and displaying the data on screen.
It works well enough like this but now the whole thing is supposed to be expanded with live news feeds and a videoclip gallery, etc... and even though it would be possible to just keep expanding the file, I thought it would be cool to instead make several segments and put them in an HTML frameset. Now the question is: Is it even possible to pass values from one flash file that is running in one frame- to another one, running in another frame? Of course I will know the framename- so could use getURL with the framename as a target... but that would fully reload that frame and "cold-restart" the swf in that frame- I don't want that.
[Code]...
You got an eventlistener for an object that can dispatches events in intervals of 0.2ms.And if the eventhandler would need 0.5ms for his operation, what would happen? (listener and handler are in the same class).Would the last event overwrite the event before? In my case, I get some data from a xmlSocket, and I thought, that some datastrings can come in quicker than to work it off in my handler.
View 4 RepliesThis code is being run from a frameset in IE8. When the new window is opened, the form data is not being recognized. It appears that the http header, "content-type: application/x-www-form-urlencoded", is not being passed into IE and this is causing the post data not to be processed. The data is there, IE is just doing nothing with it.
This code works fine in FF and Chrome, and in fact the correct headers are passed in FF and Chrome.
NOTE: The new page is on a different site, but i don't know why that would cause a problem with a POST and not a GET.
Flash code:
varSender = new LoadVars();
varSender.title = _parent.tCourseTitle;
varSender.notes = input_txt.text;
varSender.send("http://example.com/notes/print.cfm", "_blank", "POST");
I have tried adding the header to the send request, but that has no effect at all. The contenttype header is still missing and it still works everywhere but IE.
My current work around is to use a GET instead of a post, but that's ugly and it limits us in the size of data we can pass but for now at least it works.
I have a web page with 2 sets of frames.one is called top(top.html) the other one bottom(bottom.html).on the top frame i have an SWF movie which includes a button/link that when clicked goes to a page1.html.how do i make that link open in the bottom frame so that i have top.html on top and page1.html in the bottom
View 1 RepliesI have an HTML frameset with a leftFrame and mainFrame. My navigation has been built in Flash and the SWF is embedded in the leftFrame. The pages that the nav link to need to load in the mainFrame.I have gone through your tutorial "Flash & HTML Frames" but unfortunately it doesn't work - it opens a new window.
View 2 Replies