I want to make:
- a flash header with a cityscape moving from left to right behind a transparent logo
- the header will be included in a html-template with a width of 100%
- theh content of the website will be center-aligned (950px wide)
How do I make sure that:
- the cityscape moves over the full width of the screen, regardless of the size of the screen?
- the logo remains correctly positioned?
Click here to see how it looks as a non-moving version: [URL]
I am trying to move an object across the stage while my preloader is going. (i want two fists to meet when the preloader hits 100%). i am not very good with AS but i have tried things such as this.fist1_mc._x = percent + 100; but i am just taking shots in the dark at this point.
I am currently making a header for a website, I have made a cloud effect so that they move. Yet I want to create the impression of grass moving, I have the 4 separate grass reed layers yet I'm struggling to make them look realistic?
My Flash animation using 100% CPU. I don't know why? It is a simple animation i.e. done in an ecard at: Valentine Ecard. I have not used any script in it nor it has too much animation in it. The frame rate is 12.
What is the best way to determine the percent value of a color between two given values. In other words, what is the best way to calculate the % position of color C?
Color A - 0x0000FF Color B - 0x00CCFF Color C - 0x00FFFF
I am looking to make a 100% deterministic Flash simulation (for multiplayer RTS game). So far areas that require special attention identified: ActionScript Code: Math.random() // obviously, have to use Seeded random Number // floats are volatile, but that can be overcome by truncating precision For.. in and For Each loops: // the order of looping through properties on an Object is different every time
i am loading all thumbs and images in a container on a single frame using action script..but the size of the swf becomes 1.2 mb so i want to add a loader to it. the loader i am trying to add counts the frames but my file has just one frame so the loader doesnot show up..
here is the script of my gallery..and the timeline has just one frame...
How does flash scale for fullscreen?For example, if I draw a shape and give it a width and height of 100px (square)...does that scale up proportionally when the flash is made full screen? Or does that object stay 100px x 100px?
i want to create a site %100 SWF width so it resizes with the browser and also a Carrousel effect that lets me go back and front in the timeline. But just can't find a way to do it.
Here is an example of the site i want to do: [URL]
As you can see, the models has the Carrousel effect and the Width is %100.
I'm pretty sure this feature doesn't exist (I just looked), but is there Flash IDE project-wide Actionscript search? The Flash IDE might be a tolerable AS3 code editor if this feature was available, now that code-hinting/intellisense is better in CS5.
I have a container_ mc that is 560x320wide. I have a "About Us" button beside it with this code in my actionscript file:
[Code]...
The about1.swf is a 560x320 wide swf movie with pictures and images in it. When I preview my main movie and load "about us" page the about1 swf is stretched out much wider than 560px. It is about 700px wide and goes off the page.
i'm making a scrolling xml gallery. Everything is working fine however for the particular design of the site i'm making i need thumbnails that have different widths. Currently i've written an xml file that lists the names of the images which are then loaded into a container within a scroller.Is there a way i can load external images and then write some AS that figures out how wide each thumbnail image is? (i have a feeling i need to write a variable for the widths of the containers but not sure how) or maybe an easier way of looking at it - does anyone know of an example that loads an array of images sequentially that have different widths but display next to each other?
I am using % values for height and width properties of my components, so they would look some what similar in different screen resolutions. But when the aspect ratio changes or on Wide Screen monitors, my components are looking very badly as in not consistent and somewhat stretched.
I'm working on an AIR app that will have a free basic version and a more advanced paid version that's unlocked with a license key. Ideally once a license key is entered I'd like it to unlock the application for all users of the computer. However, I haven't been able to find a suitable system-wide location for storing the license key file. All of the preconfigured locations in the File class (e.g. File.applicationStorageDirectory) are either user-specific or read-only.
Is there a standard system-wide location in AIR where I can store things like this? If not the file system, maybe shared objects, or SQLite, or the encrypted local store? Failing that, are there standard locations on each system (Windows, Mac, Linux) that I could hardcode that are guaranteed to be writable by all users? The last option is made more difficult by the lack of access to any environment variables.
If all else fails I guess I could just require the application to be unlocked per-user, but that doesn't sound like a recipe for happy customers ("What do you mean I have to buy it twice for my wife to use it? We only have one computer!"). (Okay, yes, it it's per-user I'll probably let one key unlock the app 3 or 4 times to be nice about it, but it's still less convenient for the user to activate multiple times).
Any way to search for a code snippet throughout all symbols and frames and mass-replace?Movie Explorer lets you copy all the actions showing to the clipboard but you can't replace.
I made a movie clip consisting of many other clips. Its 232px wide & 300px high. Actually its an ad. Somebody plz guide me how can make the whole movie a link?
1) In my program, I am wanting to create a function that would take in the height and width of a loader object, compare them to the stage dimensions, and then scale the object in question before it is added to the display list. However, I have several different types of classes that I want to make use of this functionality. So what would be better, to create a NEW class that would have to be created each time a resize needed to occur, and is imported by all needed classes, or just have a function within each already existing object and copy that function to every class's scope that needs it? Would this be resolved by placing the function in question inside of the default package?
2) When accessing stage properties, are they a global or a relative scope? i.e.[code]would those two statements produce the same value regardless of whether they were in the default package or inside of 1300 classes? Or is the stage scope relative to some degree?
Is there a way to say "only use the coords of the viewable area" when aligning a mc that is masking a really wide object? (I'm looping through XML and duplicating MC's inside a centered mc and under a mask.)
I need to make any request to this url and get Http Rewspons header (like this one:HTTP/1.0 200 OKContent-type: video/x-flvCache-Control: no-cacheI do not need reponse body at all. After I get header need to emmidiatly close connection to that url (so stop to obtain data from it)
I have a file uploader that uses a file reference list (FRL) to upload files. However what I want to do is use the FRL to display all the images/files that were selected and then display them in either a list, or photo gallery. I would lean more towards the photo gallery approach but I don't know how to dynamically lay out the thumbnails properly.
What's the best way to display the thumbnails in rows 3 pictures wide and then skip down a line etc.Now ofcourse I don't know how many files will be selected so my next question would be can I draw the thumbnail gallery in a seperate container (or frame sort of like in VB) and then have that container have it's own scroll bars?
I have a tree, which childs dispaching event, if i run the object outside TitleWindow - everything is working fine, but if i encapsulate it inside a TitleWindow as into the source below - the event is not anymore dispached system wide.
I have been researching all day and there are many different solutions, none that are straight forward. I am currently in the process of making a website in Dreamweaver which has a flash header. Problem is the flash header reloads when you go to every page. Is there a simple (I'm a noob) way I can get the flash header to stay open at the top of the website, and the content of each page just change when you go to each page. Thus the flash header and nav buttons do not reload on every page. To review the pages so far; [URL]..
I have created a flash header like hulu.com with the help of some tutorials. But facing problem to moving the prev and next btn. When I move the btn on the side middle part it comes but the links on the images didn't work.I have attached the files.
I am trying to include a flash header at the top of every page of my site. I have the majority of it done but I am having difficulties creating the navigation bar that will link to the other pages. Will someone please help me figure out how to do this? I have designed the flash all on a single timeline, is this the issue? I am fairly new to flash and just have the basic understanding of tweens and some actions,
I was wondering if we could get some insight as to how an effect similar to the one found here would be achieved?I've seen a lot of this style of animating in Flash. The image creation isn't a concern, it's how to get such fluid animation on the hair/smoke type of effects.