Colors Help
I am making a website for my father's restaurant. I am really really bad with colors. Can someone help with the background color of flash, background color of the html thingy and the text color? I am looking for something green.
FlashKit > Flash Help > Flash MX
Posted on: 02-24-2004, 12:24 PM
View Complete Forum Thread with Replies
Sponsored Links:
Flash Colors Vs. HTML Colors
I'm having a issue with the colors on a client site we created matching up. I think this is a pretty unique problem. Here is the url: URL I created the flash to appear as if it was under the swoosh, but to give the masking effect of the images are appearing from under the swoosh I had to include part of the swoosh in my flash movie. By doing that I have a color issuse on monitors using 16 bit color. My boss is getting on my case to try and find an answer for this problem and he is the type that doesn't take no for an answer. He wants it fixed and that's the way it is! If anyone could ge me an advice that would be greatly appreciated!
View Replies !
View Related
Colors In JPG And Colors In Flash
Hi, I recently made a website and I have images that I want to transfer seemlessly from JPG to Flash. My website is http://www.Sergprotector.com/2. However you will notice that the JPGs along the borders are not the same as the flash image. Is there any way I can avoid this? Flash blunder? Thanks
View Replies !
View Related
How To Get The Inbetween Colors Between Two Colors?
Howdy...
I was just wondering if anybody know effective ways to get the inbetween values between two color values... I am trying to create a function that changes the backgroundColor of the text field from one color to another, for example...
For example, 0x000000 and 0xFFFFFF... Say I want 4 inbetween colors... Then it will be 0x333333, 0x666666, 0x999999, 0xCCCCCC, right???
What about 0xFF0000 and 0x0000FF??? Or, what about 0x000000 and 0x0000FF??? What would be the logic behind it??? I just can't get my brain working... What would be the logic behind it???
View Replies !
View Related
Help Colors
HI
I'm not too familiar with the swatches that come with Flash, I went to a page on the net where this company took their time to put together a websafe palette organized by colors so is easier for designer to use.
Could you take a look to this page http://www.lynda.com/hex.html and tell me what do you think about this palette.
Tell me if you think is worth to go through all the trouble of adding color by color into a Flash swatch or if is not worth it becuase the web safe color swatch that come with flash 5 are better and if is so witch of the color palette that come witch Flash 5 should I use for the net?.
Thanks
Alex
[Edited by QBA on 10-10-2001 at 03:38 PM]
View Replies !
View Related
Colors...
I need help. if anyone knows how to change the color of an object in the middle of a movie, can you please tell me. I'm not sure how to use the color actions...
View Replies !
View Related
I'm Seeing Colors
For some reason when I set the RGB of a movie clip to one color in flash and set it to the same value in actionscript (setRGB(0x000066)) the colors don't match. Could someone shed some light on this issue. I thought that maybe flash converts your colors to websafe colors but cannot do the same for colors set by actionscript at runtime but this is really just a wild guess. Thanks in advance.
View Replies !
View Related
Colors
Hi
When stack colors (a movie clip on another) the colors don't mix, it is a slight darker. Thing that doesn't happen in flash 5.
Is there any transparency factor that I should rule somwhere.
Please help
View Replies !
View Related
BG Colors... Plz Help...
Hey all,
I was just wondering how to set a color for rhe BG of your movie... I use Modify > Movie > Background Color. But from there I can only use a limited amount of colors. I need a color that isn't in the choices so I waas wondering how I could set that up. Any help would be greatly apreciated... Thanks alot... Later
View Replies !
View Related
Colors
Dear Flashers
I have 7 buttons with 7 colors, (red, green, yellow,..etc)
and i have a movie clip
i want that when i click the red button the mc should fade to red, then when i click yellow, i want it to fade from red to yellow, then when i click green, it should fade from yellow to green ... etc.
how is that done?
(flash 5)
Thanks
View Replies !
View Related
Using Non Web Colors
I was wondering what would happen if I don't use "web colors" for my vector graphic in the flash movies, what would happen if someone's monitor has only 256 colors? Is it up to the internet browser or the monitor, how many colors does the browser contain anyways.
thanks.
View Replies !
View Related
Colors
How can I get the exact code from each channel (color+offset+alpha) from a object and then assign each code to different variables?
I really really need help to solve this one.
View Replies !
View Related
ColorS
Hey hey!!!!!!
Is there a function that returns the color value at a certain coord. ?
I am trying to make a color selector, and the user and just click on the color wheel, and whatever color is under the _xmouse and _ymouse is stored in a variable.
Thanks!
View Replies !
View Related
Colors
Ok lets say I have a square divided into four parts. One part is say "0x400320" etc... How can I change that part of the square by identifying what color it is and what to set it to? I cannot seperate it into different mc's either.
View Replies !
View Related
Colors
What I am about to say may shock you. It's a really really really really REALLY stupid question. You might think I'm retarded for asking it. Maybe I'm just lazy. But I'm asking it anyways.
How do I add color to text. Can I do that? In flash? I'm sure theres a way....I've done it before...Maybe...
Thats right. Told you it was a stupid question.
so..very...dark and..and...noobish...
View Replies !
View Related
Hex Colors?
Hey guys!! Its been a while,
Just wondering how to control a MCs color using HTML hex codes....
I have tried loads of methods but havent been able to get em to work!
Cheers
Rob
View Replies !
View Related
[F8] Colors Via AS
hi,
i have amovie, and i want it to change collors smoothly, what i have it's a script which is changing the colors, but it changes it emediatly.
how can i delay that?
Code:
myCol = new Color(myMovie);
ra1 = 0;
for (i = 0; i < 255; i++) {
ra1++;
myTransform = {ra: ra1, rb: 20, ga: 100, gb: 245, ba: 12, bb: 90, aa: 40, ab: 70};
myCol.setTransform(myTransform);
}
or maybe there is another way to do it?
View Replies !
View Related
No Colors
hey,
ive got a problem; if i make a circle or set a background or whatever, i can not see the chances immidiatly... if i press crtl + enter, i do see the color, but i can not see any color when im editing the flash document
see the example:
the crtl + enter is shown in color, but the place where i edit is without colors :S
anyone knows how to fix this?
View Replies !
View Related
Colors From XML
I am creating a shaded map and really don't want to assign colors to each country in longhand. I created a function to color my MCs.
function colorMe(obj:Object, clr:uint):void
{
var colorTransform:ColorTransform = obj.transform.colorTransform;
colorTransform.color = clr;
obj.transform.colorTransform = colorTransform;
} //end function colorMe
I store the needed color in the XML as something like <clr>0XE5ACEA<clr>.
Shouldn't this work:
var b:Number = 0;
function loadXML(e:Event):void
{
var xml = new XML(e.target.data);
var a:Number = xml.country.length();
while (b<a)
{
colorMe(xml.country[b].title,xml.country[b].color);
b = b+1;
} // end while
} // end function colorMe
Instead, I get this error: TypeError: Error #1034: Type Coercion failed: cannot convert XMLList@2ac36821 to flash.geom.ColorTransform.
View Replies !
View Related
Colors
how come the colors arent the same as html.
example:
the table color is green.
the .swf is green.
put them together and they don't blend.
why?
View Replies !
View Related
Colors While Using TAB
Hello
When i use the tab key to go from one field to a ohter i get a green 'glow' around my selection. the textfield and not arounfd my text that is just plane black. What is going wrong ?
I do not want this glow.
View Replies !
View Related
Help With Colors
hey guys
im making a retro theme for my website and i was woundering if you have any ideas on what i should put, and if any of you know some funky color codes that match. plz help
View Replies !
View Related
Bad Colors
I'm using hexadecimal color codes (#6699CC) to define the background color of my flash movie, and the background color of the table it sits in.
Even though both hex colors the same, the flash background is slightly lighter in color.
This makes the site look 'less-cool'... anyone know why it does this, and preferably how to fix it?
You can see the site i'm workin on here
thanks
View Replies !
View Related
Flash 5 Colors
HI
I need to know how can I created my own color palette in Flash 5. I cleared the default color palette and I want to add my own color one by one, I got the colors numbers codes and the R G B numbers as well, the palette I want to add was put together by a company, is a web safe color palette and is order by Hue, here is if some one want to use it http://www.lynda.com/hexh.html
Can some one tell me please how can I add the each colors into a new flash palette for my self?
thanks
Alex
View Replies !
View Related
Websafe Colors
HI
I have 2 questions, the first one is about something that some one posted "I use (1px) background images in stead of background colors, when another color than websafe is needed."
Can you please tell what he means by using 1px image as a background instead of color when he is not using web safe colors?
And the second question is; If make a websafe color lighter or darker stop from being websafe?
Thanks
Alex
[Edited by QBA on 10-12-2001 at 11:04 AM]
View Replies !
View Related
Gradiant Colors
haven't been able to find this in my two hundred gigazillion kagillion page flash bible so...
Can you change the colors of gradient fills? or do I have to use psp for that?
View Replies !
View Related
Changing Colors?
I've downloaded some samples of text writing from this site, but they're all white letters on a black background. Is there an easy way to inverse this? I want black letters on a white background.
DO I have to change each component and effect? Or is there an easier way to do this?
Also, the sample text writing effect I liked has a font I don't like. Is there an easy way to change the font in these files?
Ok, any help is appreciated, thanks!
View Replies !
View Related
Changing Colors Please Help...
I have made a script that should constantly and seamlessly change color of an object. But it does not work as it should. It starts out allright but then it gets into a loop or something and it doesn't at all look good... Anyone know what is wrong with the following script?
--------------------------------------
Frame 1:
//Back is the name of the object
color = new Color(Back);
color.setRGB(random(1677215));
--------------------------------------
--------------------------------------
Frame 2 (Label: One):
//newcolor is a local variable...
newcolor = random(16777215);
--------------------------------------
--------------------------------------
Frame 3 (Label: Two):
if (color.getRGB() < newcolor) {
color.setRGB(get.getRGB()+1);
}
else if (color.getRGB() > newcolor) {
color.setRGB(get.getRGB()-1);
}
else if (color.getRGB() == newcolor) {
gotoAndPlay("One");
}
--------------------------------------
--------------------------------------
Frame 4:
gotoAndPlay("Two");
--------------------------------------
I guess it has something to do with hex and dec values?! Wish one could set formatflags as in C++ ... =)
View Replies !
View Related
Gradient Colors?
I've seen many movies that use transparent colors in gradients, but I have no clue how to get these colors. I know how to do Effects>Transparent but how do you make colors themselves transparent? I know there are not Gifs and I just cannot figure how to make them transparent.
Thanks,
John S.
View Replies !
View Related
Button Colors
Hi folks:
Is it possible to programmatically change the color of a button? I tried this but it didn't work:
on (release) {
if (areaOverlay == "off") {
buttonName.setRGB(255x666666);
areaOverlay = "on";
} else if (areaOverlay == "on") {
buttonName.setRGB(255xFF0000);
areaOverlay = "off"
}
}
View Replies !
View Related
Colors In Variable
hiho everyone
i have a dyanmic text field that shows
a variable set in the Param tag in the
html site.
is there also a possibility to get the
textcolor changed with a variable taken
out of the html document?
if yes, i' d thank ya to help me
- if no - i wait for flash 6:-)
thx
View Replies !
View Related
Colors On Mac Look Wrong
I am developing a flash movie on the mac for a cd (which will also later be used on a pc). The files I am importing are from illustrator (which were also created on the mac). When I import the illustrator files into flash - the colors look muted (even when I publish). So I converted them to objects and tried to edit the rgb on them. But according to flash the rgb values are exactly the same as they were in illustrator.
Then, to test further, I published the movie and brought it over to a pc to view. And on the pc the colors show up exactly correct.
I am using flash 4
I have no idea what is going on, any help would be really really appreciated.
Thanks
View Replies !
View Related
Changing Bg Colors
Im trying to set up a few color swatch's that are buttons. When you click them it changes the background color of my web site. It works on the flash movie but how do I make it change the entire HTML page. Im sure its possible I have seen it done before. Any one know ???
on (release) {
col=new Color(_root.bg);
col.setRGB( 0xFF6633 );
}
View Replies !
View Related
Changing Colors
Is it possible to change one color to a new color in multiple keyframes at the same time? I have been changing the color one keyframe at a time but there are 100 keyframes and it is taking forever. Your advice and help would be greatly appreciated.
Groucho
View Replies !
View Related
Dynamic Colors...
I need to make a flash that is all one file, but the colors of it change depending on the page you are viewing. For different sections of the site, there are different colors, and I would like the flash logo to be one file, but change to those colors... how could I do this using Javascript or PHP (and actionscript, of course!)
the site is http://nrebellion.dynamic-site.net (the server may not be up, try around 7 PM or so EST)
the logo Im talkign about is the one at hte top with the spining globe thing.. how could I acheive the effect of dynamic colors?
View Replies !
View Related
Changing Colors
Hi
I'd like to be able to change the colors of a movie imported in another movie. It is imported by attachMovie function. I'd like it to change without having to push on a button ,but through a function.
So, I have a fuction on the main stage:
function couleur(c) {
co = new Color(this.topMenu);
co.setRGB(c);
}
attachMovie("testbulle","testbulle1",0);
testbulle1.couleur(0xcbcc99);
stop();
I think there's a path mistake somewhere.
Well, this is it
View Replies !
View Related
Changing Colors
Hi
I'd like to be able to change the colors of a movie imported in another movie. It is imported by attachMovie function. I'd like it to change without having to push on a button ,but through a function.
So, I have a fuction on the main stage:
function couleur(c) {
co = new Color(this.topMenu);
co.setRGB(c);
}
attachMovie("testbulle","testbulle1",0);
testbulle1.couleur(0xcbcc99);
stop();
I think there's a path mistake somewhere.
Well, this is it
View Replies !
View Related
Colors In Actions
Dear Flashers,
Im trying to use actions to make an effect on a movie clip, the effect should be changing the color gradually from red to orange to yellow to blue .. etc, i dont care what color comes first or next, what i care about is the tweening between colors, when i use setrgb, and add the value 1 each time, it changes a bit and then comes to a point where it changes dramatically, does anyone know how to do that?
thank you
View Replies !
View Related
Overlapping Colors
I have three colors: red, yellow, blue. Each color is represented by a circle that animates along it's own individual motion path. I want to know how I can make red and blue show as purple when they overlap, or yellow and red show as green, or red and yellow overlapping show as orange...and so on and so forth? help me out yaw! please!
View Replies !
View Related
|