Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Color Quality



I'm using import to stage from a PSD - PNG - and JPG

Every item i import into flash looks washed out.

Color Settings have been both sRGB and Adobe RGB from Photoshop, and i'm importing to library for flash, JPG Quality 100%.

Any ideas?



FlashKit > Flash Help > Flash Newbies
Posted on: 03-31-2008, 08:02 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

[F8] Color Quality
Ok I have search extensively for this and have found nothing about how to fix image quality other then looseness.

I have attached one FLA containing an image that is attached as well. The PNG when opened in Photoshop looks great, however when imported into flash colors are drastically changed. There is also a BG mask set as the same color as the flash BG, but when the images is placed on the flash doc there is a big difference in the gray.

If anyone has any idea why this might be occurring, I’m all ears. I am using OSX as well.

My file is 1.4meg, too large to upload, here is a link to the zip file.

http://upload.chewycreation.com/uploads/colorTest.zip

Image Quality Lost, Exported At 100% JPEG Quality
I am working on a Flash website for a design group to display their work. These designs needed to be scaled down to fit the format of the website and many of these designs have body copy with small text. In the FLA file they look ok, but when I export the SWF, the text looks really bad.I know JPEG compression isn't very good for text but even when I export at 100% JPEG quality it still ends up looking different. The text looks very "sparkly" with the thins of the letters have been lost. The original assets that they gave me were all in one photoshop file at 150dpi with one design per layer and some of the text were just slightly pixelated if you zoom in (all text were rasterized and flattened into the designs). Some of the same images supposedly from that file had been used on their previous site with no problem. On some of the images in the PSD I can see that some of the thin strokes in the letters had been lost a little from scaling the designs down. This has been really frustrating and I can't think of how to rememdy this problem. Anyone have any suggestions?


-Sorry I did not realize that someone had already asked the smae type of question. I am trying the suggestions from the other thread.

<param Name=quality Value=low> Plays High Quality Flash
I want to adjust some flash content on my site depending on user rights.
The systems shows a slide show with swf/images, if the user is logged in he will also see a list of thumbnails with all flashes that is going to appear in the sideshow. This list is contained within XHTML markup and has nothing to do with the slide show other than containing the individual slides.

It would be nice if I could set the quality for the swf's in the thumbnails to low since 10-20 high res flashes tend to use a lot of CPU. Using <param name=quality value=low /> to achieve this has so fare granted no success.

Things I've tried so far are:

1. Setting <param name="quality" value="low" /> for the individual flashes in the thumbnail list. The flashes are still displayed in high res. Tried using " ' and no hyphens.
2. Sending the flash var _quality=low through the src of the thumbnail list elements. <param name="movie" value="/src/flash/movie.swf?_quality=low" /> with and without hyphens.
3. Googling quality settings for flash which all say to use <param name="quality" value="low" />

Things to point out:
1. I have no control over the swf. These come from all sort of people so I need to be able to adjust the quality via the web page.
2. I've tried different ways of writing the quality strings. value='low' value="low" value=low and so on.
3. The quality settings change if i right click and select quality -> low but they always start at high.
4. The source code writes what I expect it to, the flash simply ignores the values I send it.
5. I'm using a windows based machine with Fire Fox 2 and CS2, the site uses XHTML and my flash player is 9,0,124,0





























Edited: 08/28/2008 at 07:55:30 AM by Cbastus

Low Quality Movie With High Quality Files?
hello again...well in the meantime the only way i managed to keep my pixel fonts crisp is by putting the movie quality to low ...however...i have some graphics in it that really won't show with low quality. is there any way i can have the movie at low quality yet be able to show certain graphics in high quality? perhaps by importing them in a certain format, or can i apply a property to them or someting??? or is it all or nothing?

i would appreciate any suggestion!

TY!

Low Quality Mc In High Quality Movie
the thing is....
i have my movie which is in high quality then i want one movieclip within this movie to be low quality, so i gave it this action:

onClipEvent (load) {
_quality=low;
}

this didnt work and the whole thing is still in high quality.

i'd appreciate anyone telling me what i'm doing wrong!
THX!!

High Quality To Low Quality Question
I have a loader taking up frames 1 - 3 that I want to remain as high quality and then from there on in frames 4 - 19 I want as low quality.

I have added on frame 1

_quality=high

and then on frame 4

_quality=low


But this does not seem to work - it seems to always be low quality throughout.

Where am I going wrong? - Any help would be so so so so welcome

Thanks in advance
Jools

Changing Low Quality Back To Hi Quality
Hi
i am making a CD rom with a lot of levels in flash

the misic is on level0
submenus on level 1
mainmenu level 3

any way when i load one swf onto level 1

this swf is flash lowquality file
which is fine as this is needed to run the movie

however after i unload the movie or press another option on the main menu

everything stays in low quality mode
is there some script that will bring the whole flash movie and all levels back to high quality?

hope someone can help
cheers

How To Save Color Mixes In The Panel: Color Mixer? (linear And Radial Colors)
How to save color mixes in the panel: color mixer?, linear and radial colors that is.
Because you can save solid colors, what about saving linear and radial colors

How To Change MovieClip RollOver Color(NOT Single Color, But Gradient) Dynamically ?
hi

I have created this for single color.But how to change when it is a gradient color.
for single color rollover code.

Code:
rollcolor = "0xFF0000";
normalcolor = "0x339900";
my_color = new Color(my_mc);
my_mc.onRollOver = function() {
my_color.setRGB(rollcolor);
};
my_mc.onRollOut = function() {
my_color.setRGB(normalcolor);
};
Thanks in advance

How To Change MovieClip RollOver Color(NOT Single Color, But Gradient) Dynamically ?
hi

I have created this for single color.But how to change when it is a gradient color.
for single color rollover code.

ActionScript Code:
rollcolor = "0xFF0000";
normalcolor = "0x339900";
my_color = new Color(my_mc);
my_mc.onRollOver = function() {
    my_color.setRGB(rollcolor);
};
my_mc.onRollOut = function() {
    my_color.setRGB(normalcolor);
};
Thanks in advance

Changing Fill Color And Line Color Dynamicly And Seperately
Hi community,

In this case, I am going to load a swf with a looping animation colored in black and white only. I want to change the color of the animation dynamicly so that I could have different color at each time. Here is my code:


Code:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Script>
<![CDATA[
import flash.display.*;
import flash.net.URLRequest;

private function init():void{
myCan.addEventListener(Event.ENTER_FRAME,capMotion);
}
private function capMotion(event:Event):void{
var bmd1:BitmapData = new BitmapData(mySwf.width, mySwf.height, true, 0x00CCCCCC);
bmd1.draw(mySwf);

var bitmap1:Bitmap = new Bitmap(bmd1);
bitmap1.x = 0;
bitmap1.name="org";
if (map.getChildByName("org") != null){
map.removeChild(map.getChildByName("org"));
}
map.addChild(bitmap1);
var bmd2:BitmapData = new BitmapData(mySwf.width, mySwf.height, true, 0xFFFFFFFF);
var pt:Point = new Point(0, 0);
var rect:Rectangle = new Rectangle(0, 0, mySwf.width, mySwf.height);
var threshold:uint = 0xFF999999;
var color:uint = 0xFFFFFF00;
var maskColor:uint = 0x00FF0000;
bmd2.threshold(bmd1, rect, pt, ">=", threshold, color, maskColor, true);

var bmd3:BitmapData = new BitmapData(mySwf.width, mySwf.height, true, 0xFFFFFFFF);
threshold = 0xFF000000;
color = 0xFF00CCCC;
maskColor = 0xFFFFFF00;
bmd3.threshold(bmd2, rect, pt, "==", threshold, color, maskColor, true);

var bitmap2:Bitmap = new Bitmap(bmd3);
bitmap2.name="dup";
bitmap2.x = bitmap1.x + bitmap1.width + 10;
if (map.getChildByName("dup") != null){
map.removeChild(map.getChildByName("dup"));
}
map.addChild(bitmap2);
}
]]>
</mx:Script>
<mx:Canvas id="myCan" x="10" y="10" width="650" height="603">
<mx:SWFLoader id="mySwf" width="100" height="250" horizontalCenter="0" verticalCenter="-7.5" source="dance.swf" complete="init()" scaleContent="false" autoLoad="true"/>
<mx:Image x="61" y="320" width="550" height="152" id="map"/>
</mx:Canvas>
</mx:Application>
It works quite fine but I afraid that it's quite resource consuming using enterframe and bitmap drawing. Is there any better method?
Thanks for help.

How Would I Go Changing Lots Of Movieclips Color And Border Color Seperatly?
I am in the making of a isometric level editor, and I have about 15 movie clips with more to come.
I want to let people change the color of tiles to what they want from a list of colors, so how can I let them change the color of a tile dinamicly with actionscript so that it changes a tile's color while preserving changes of "shadows"?
I mean I have let's say a cube and to make it look 3D I need to change each face to make a feeling of 3D and not a flat one.
thanks.

Text Color And Background Color Setting Dynamically
How would I go about setting the background color of a flash movie as well as the text color of a text box based an external variable?

I want to pass in both of these colors in the <object> tag
myfile.swf?bgcolor=red&textcolor=white

Please advise.

Thanks
Robert

Changing Color On RollOut Then Back To Color After 2 Seconds
I am using the code below to make a shape turn color using on rollOver, then on rollOut is changes to a differant color(blue), then I want it to change back to the first color(white), either on another rollover or I perfer to make it change back to the fist color after a 2 seconds,

on (rollOver) {
var colorful = new Color("_root.shapes");
colorful.setRGB(0x006699);
}
on (rollOut) {
var colorful = new Color("_root.shapes");
colorful.setRGB(0x006688);


I want to be able to rollOver change color, onRollOut Change color again, then back to the first static color after 2 seconds.
Anyhelp would be great Thanks

How Can I Set The Background Color Of A Flash Movie To A Color Not In The Palette?
Hi,

I'm using Flash 5. I want to set the background color of my movie to a color that is not in the color palette. Is there a way for me to set to color to whatever I want using hexadecimal color codes?

Thanks,

Sam

Drag And Drop Color Swatches To Color Target
Hi there,

Need some help with this. I want to have color swatches that can be individually dragged onto a target MC and have that target MC take the color of the color swatch that has been dragged onto it. This procedure should be able to be done over and over again so a new color can replace the old one. I am working in Flash MX 6. Any help would really be appreciated.

Thanks so much.

Can I Switch A 'solid' Color To 'linear' Without Having To Select The Color Itself?
Hello.
I want to change a background I made to the slick-looking 'linear' style, but every time I select a color and try to set it to linear the mixer switches to black. Is there a way of switching 'styles' without having to remember the exact location of my color?

Thanks in advance

Hex Color Code To Change Movie Clip Color
Hi all, Sorry real quick,

i've got a text box with the text with a hex code from a color picker which reads say "FF0000" how do i use that hex code(FF0000) to change a movie clips color.

simple (me stupid)....

thxs for any help

jon

[CS3] Changing Color (and Opacity Of That Color) Of Movie Clip
Hi. I have a pretty large movie clip filled with pngs. It's a sprite for a game and I want to change it's color. The setRGB method works, but I can't figure out how to set the opacity of the color. I don't want to change the alpha of the movie clip itself, just the color I'm applying to it so that it's just a shade over the normal images.

Is there any way to do this?

Assign Color To New Sprite In Order Of Color Wheel?
Is there a way to know the offset from one color to the next?

For example, I would like to create Sprite Balls, and have each be assigned a new color. But, I don't want it to be completely random color. I'd like it to be in order of the color chart slightly.

So if the first color is Red lets say, the next color would be a Yellow, then Green, then Aqua, then Blue, then Magenta, and back to Red. They don't need to be the absolute color, but in the general vicinity. Is this possible to do dynamically? What would the multiplier need to be to get to the next grouping of colors?

Drag And Drop Color Swatches To Color Target
Hi,

I am trying to have color swatches that can be individually dragged onto a colorless mc and have the mc adopt that color. This should be able to be replaced over and over again with new colors and reset to start again. I have only been able to find information on swopping mc's.
PLEASE HELP WITH THIS AS I AM STUMPED.http://www.jupiter.co.za/smart.jpg

THANKS SO MUCH

Fill Color And Stroke Color Option Not Working...
I am a faculty member at American River College who needs a word or two on how Flash CS3 works.

Specifically, how do I get back the option to add fill color to an oval drawing that I have made in Flash CS3? It appears that I have flipped a setting that makes that seemingly simple option unavailable.

I have several other documents where I have added fill color without a problem; however, as of this morning CS3 will not allow me do add such. When I open Flash, I draw on the Stage, the outline color is usually green, no matter what color I select for as Stroke Color and Flash will not allow me to change the Fill Color. I make a selection and nothing happens (just moments ago I opted for red as the Fill Color and the Fill remains white).

Is there a setting in Flash, that a rookie like yours truly could activated by accident?

Please help.

MacBrowne

Return MC To Original Color After Dynamic Color Change
How is it done? All I've seen on the web is how to change the color. Well how about going back. I'm talking about a MC with many colors. I can't just change back to a single hexadecimal color.

I can accomplish the change as it passes over a frame, but I can't get it to change back.

In the frame is this:


ActionScript Code:
cHurtColor = new Color(_root.compMC);cHurtColor.setRGB(0x00FF33);

Trying to keep this simple....

Return MC To Original Color After Dynamic Color Change
How is it done? All I've seen on the web is how to change the color. Well how about going back. I'm talking about a MC with many colors. I can't just change back to a single hexadecimal color.

I can accomplish the change as it passes over a frame, but I can't get it to change back.

In the frame is this:


ActionScript Code:
cHurtColor = new Color(_root.compMC);cHurtColor.setRGB(0x00FF33);

Trying to keep this simple....

[color=indigo] How To Make A Transition In My Page ?[/color]
I saw the first picture on a web site, "http://bigspaceship.com/". He use some kind of nice transition to blend a picture to another. Does anyone know how can I achieve the same effect ?

Color.setTransform(colorTransf) >>> Color Question
These are the codes I´m using on my mc (target)

onClipEvent (load) {
color = new Color(this);
colorTransf = new Object();
colorTransf.ra = 0;
colorTransf.ga = 0;
colorTransf.ba = 0;
}
onClipEvent (enterFrame) {
Rdif += red - colorTransf.rb;
Gdif += green - colorTransf.gb;
Bdif += blue - colorTransf.bb;
colorTransf.rb += Rdif / 4;
colorTransf.gb += Gdif / 4;
colorTransf.bb += Bdif / 4;
color.setTransform(colorTransf);
}

I´m trying to understand it...


1.0 I can´t get the "new Object()" What am I doing with this???

2.0 Why I set on (load) ra; ga; ba and then on (enterFrame) I use rb; gb; bb???

3.0 What exactly does the setTransform() do?

The rest I understand well...
Hope it´s not complex for explain.

Thanks!

Dynamic Color Slider Or Color Wheel ?
can someone help, or direct me to a tuttorial on
¥ user input to adjust/select color
- must be RGB sliders, or colorwheel/color bar to choos from

I need the user to be able to change the background color of a graphic, without them knowing anythign about color.

so it would be best if they could just adjust RGB sliders or pick from a color wheel would be even bettter. . .

thanks
Darin

P.S.
I could make a bunch of buttons with a few basic predefined colors, however this would be limmiting in selection.

Matching Bg Color To Surrounding Jpeg Color
I'm putting a flash movie into a space that's surrounded by a deep blue gif color. Nothing fancy - no gradient - just a plain, old, single color that matches out to a hex value of 333399.

When I set the Flash movie's background to 333399 and place it within HTML page, the colors don't match. I've fooled around with different hex combinations in flash and have finally found a combination that matches the blue gif background almost exactly (#294099) - but man, what a hassle!

There must be a better way to match a flash movie's background to a background that it will be placed within...isn't there? Please advise if there is...

Thanks to all in advance.

Hummm...one more thought, is there a way to export a movie with a transparent background???

Matching HTML Color To Flash Color
How come when I set #336699 to my HTML page background and also #336699 to my flash .swf background. I put the swf into the page and I could see the difference between the two colors!!!! How do I fix this?

To Show Color Default, Or Color Param.
I´m trying to do this, I have a dynamic text and in this dynamic text I call a value, in my HTML I have a PARAM color, he change the color of my dynamic text, so far works fine, but I have 4 products, and each product I have a especific value, example: in product 2 I wanna change de color of my value, my problem is I cann´t change this color.

In my HTML I have the PARAM " cp=006699 " it is the color of the values of the 4 products, 1 default color for the 4 values of my 4 products, but I would like to change the color of my 2º product, some special color " cp2=330099 ", and so on.

HTML

Code:
arquivo.swf?cp=006699&cp2=330099........
my AS.
code:
//alterar cor dos preços dos produtos 2 = cp2
if (cp != undefined) {
new Color (preco2_2_mc.preco2_mc).setRGB (parseInt (cp, 16));
}
else {
new Color (preco2_2_mc.preco2_mc).setRGB (parseInt (cp2, 16));
}


Sorry about my English.

Change Color For More Mcs With Color Object At A Time
This changes color of one mc:

Code:
myColor = new Color(myMovie);
myColor.setRGB(0x993366);


Is there a way if I have dozen of mcs to change color at a time for all this mcs?

Thank you

[F8] Color Swatch Or Change - Color Object?
You know how on retail sites or even a car site you can swap the color by clicking on the swatch and than the image changes the color. I wanted to do this in flash preferably with actionscripting but I have NO CLUE how to do it. Can anyone show me a tutorial or advise me o how to do this. This is just a BASIC example in flash five but this is the same concept I want. http://www.adobe.com/support/flash/i...y/colorobject/ If anyone knows of a high level example with tutorial I would appreciate it.

Turtle

To Show Color Default, Or Color Param.
I´m trying to do this, I have a dynamic text and in this dynamic text I call a value, in my HTML I have a PARAM color, he change the color of my dynamic text, so far works fine, but I have 4 products, and each product I have a especific value, example: in product 2 I wanna change de color of my value, my problem is I cann´t change this color.

In my HTML I have the PARAM " cp=006699 " it is the color of the values of the 4 products, 1 default color for the 4 values of my 4 products, but I would like to change the color of my 2º product, some special color " cp2=330099 ", and so on.

HTML

Code:
arquivo.swf?cp=006699&cp2=330099........
my AS.

ActionScript Code:
//alterar cor dos preços dos produtos 2 = cp2
if (cp != undefined) {
    new Color (preco2_2_mc.preco2_mc).setRGB (parseInt (cp, 16));
}
else {
    new Color (preco2_2_mc.preco2_mc).setRGB (parseInt (cp2, 16));
}

Sorry about my English.

Change Color For More Mcs With Color Object At A Time
This changes color of one mc:

Code:
myColor = new Color(myMovie);
myColor.setRGB(0x993366);
Is there a way if I have dozen of mcs to change color at a time for all this mcs?

Thank you

Color Code From XML To Color.setRGB Method
hi all

How to pass a string (ex. "ff00ff" ) as a color code from XML to Color.setRGB method in flash?

thanks in advance

jiby

Color Burn/ Color Dodge In FLASH?
Check out two these links:

http://www.podlob.com/flash/template...0&quality=HIGH

http://www.podlob.com/flash/template...20&quality=LOW


Does anyone know how to create that burn and dodge technique in flash? I've been seeing this effect a lot lately.

-Thai

Random Color + Change Color With AS With Ease
HI,

I followed this tutorial , but I´d like to add something more but don´t know how.

I[d like to make the MC to load a random color, in a color range that I specify, like #000000, #FFFFFF and #111111.

Also, I want somew buttons to change between this colors, but with an ease transition.

How can I do this?

Drag Color And Change Objects Color
i looked at the kirupa's paint tutorial and it really didn't achieve the effect that i'm going for. i'm new to actionscript so i can't figure it out for myself, so i'm hoping someone can shed some light on the situation for me.

here is the setup: i have an object that i rendered in 3d studio max. will just call it a box. i have rendered that box in 3 different colors. red, yellow, and blue. i saved them each individually as targa files and imported them into flash. i created a movie with 3 frames. frame one contains the red box image, frame 2 contains the yellow box, and frame 3 contains the blue box. each frame has the stop command applied to it.

now on the main timeline, i have 3 different circles that have been converted to buttons each colored red, yellow and blue. now i can use a "tellTarget" type action to make the playhead on the box movie clip to jump to the corresponding colored circle that was clicked, but i'd rather let the user be able to drag the colored circle to that box, release, and change the box to the color that corresponds to that circle. i don't know if that requires some type of collision detection script or not. the box has no background so all there is, is the box itself so collision detection should just detect the box itself...right??

i would appreciate any insight that you could give me!!! if need be, i can supply a *.fla file for you to look at.

Color Mask? Or Setting Color Of A PNG Bitmap?
I made a movie clip of a sequence of outer glow effects in PhotoShop to give the effect of a pulsating halo. I made the clip seperate from the beveled graphic it surounds so I could mask it. I want to have it pulsating between colors as it expands and contracts. I made the halo white, not anticipating that there would be any great difficulty in masking or changing its color.

So my question is, how do you make a color mask? I can only seem to get alpha masks, it completely ignores the color of the masks I make and lets through all colors, no matter the color of the mask.

Or alternately, is there a why to alter the color of all the pixels in a PNG bitmap, so that the varying transparancy/alpha of different pixels is preserved but the color is uniformly changed?

Tween Color Class Not The Color I Expected
Here is the code for a gallery slide show I'm working on.

What I'm wanting is the background to change color with each gallery. To tween over a few seconds. I have not included the gallery images. Sorry

I don't understand why the colors are so different from the what the hexadecimal colors I intended.

B2C3D0
598479
D16546

You have to go to the gallery button to see what I'm getting at.

Thanks for your help

kiwiupover

http://www.missionadventures.co.nz/k...er/gallery.fla

babyPic.onRelease = function() {
_parent._parent._parent.gotoAndPlay("galleryBaby") ;
var colour:Color = new Color(_parent._parent._parent.galleryBack);
colour.getRGB(_parent._parent._parent.galleryBack) ;
var trans:Object = colour.getTransform();
var rb:Tween = new Tween(trans, "rb", Strong.easeOut, trans.rb, 0xB2, 3, true);
var gb:Tween = new Tween(trans, "gb", Strong.easeOut, trans.gb, 0xC3, 3, true);
var bb:Tween = new Tween(trans, "bb", Strong.easeOut, trans.bb, 0xD0, 3, true);
rb.onMotionChanged = function():Void {
colour.setTransform(trans)
};
};

To Show Color Default, Or Color Param.
I´m trying to do this, I have a dynamic text and in this dynamic text I call a value, in my HTML I have a PARAM color, he change the color of my dynamic text, so far works fine, but I have 4 products, and each product I have a especific value, example: in product 2 I wanna change de color of my value, my problem is I cann´t change this color.

In my HTML I have the PARAM " cp=006699 " it is the color of the values of the 4 products, 1 default color for the 4 values of my 4 products, but I would like to change the color of my 2º product, some special color " cp2=330099 ", and so on.

HTML

Code:
arquivo.swf?cp=006699&cp2=330099........
my AS.

ActionScript Code:
//alterar cor dos preços dos produtos 2 = cp2if (cp != undefined) {    new Color (preco2_2_mc.preco2_mc).setRGB (parseInt (cp, 16));}else {    new Color (preco2_2_mc.preco2_mc).setRGB (parseInt (cp2, 16));}


Sorry about my English.

Setting The Color Of Multiple MCs Using One Color Object
Hiya I am making a movie that has to be published to Flash Player 6 and want to set a bunch of movie clips to have the same color. Here is my function:

ActionScript Code:
var fillObjs_ar:Array = [square_mc, circle_mc];function colours(array:Array, color) {       for (i=0; i<array.length; i++) {        var my_color:Color = new Color(array[i]);        my_color.setRGB(0x+color);    }}colours(fillObjs_ar, FF0000);

My problem is that I get the error message:
"Hexadecimal digits expected after 0x" referring to the 4th line of my function.
If anyone could help me out it would be really appreciated.
Thanks
Schm

Color Burn/ Color Dodge In FLASH?
Check out two these links:

http://www.podlob.com/flash/template...0&quality=HIGH

http://www.podlob.com/flash/template...20&quality=LOW


Does anyone know how to create that burn and dodge technique in flash? I've been seeing this effect a lot lately.

-Thai

Random Color + Change Color With AS With Ease
HI,

I followed this tutorial , but I´d like to add something more but don´t know how.

I[d like to make the MC to load a random color, in a color range that I specify, like #000000, #FFFFFF and #111111.

Also, I want somew buttons to change between this colors, but with an ease transition.

How can I do this?

[b][color Red]non English Charcters Became Inverted[/color][/b]
had problem in writing arabic inside macromedia flash mx 2004
when writing arabic text field
in the run time it goes inverted
can any one help me in that
 

 


Color Burn/Color Dodge In FLASH?
Check out these two links:

http://www.podlob.com/flash/templat...60&quality=HIGH

http://www.podlob.com/flash/templat...420&quality=LOW


Does anyone know how to create that burn and dodge technique in flash? I've been seeing this effect a lot lately.

To Show Color Default, Or Color Param.
I´m trying to do this, I have a dynamic text and in this dynamic text I call a value, in my HTML I have a PARAM color, he change the color of my dynamic text, so far works fine, but I have 4 products, and each product I have a especific value, example: in product 2 I wanna change de color of my value, my problem is I cann´t change this color.

In my HTML I have the PARAM " cp=006699 " it is the color of the values of the 4 products, 1 default color for the 4 values of my 4 products, but I would like to change the color of my 2º product, some special color " cp2=330099 ", and so on.

HTML

Code:
arquivo.swf?cp=006699&cp2=330099........
my AS.

ActionScript Code:
//alterar cor dos preços dos produtos 2 = cp2
if (cp != undefined) {
    new Color (preco2_2_mc.preco2_mc).setRGB (parseInt (cp, 16));
}
else {
    new Color (preco2_2_mc.preco2_mc).setRGB (parseInt (cp2, 16));
}


Sorry about my English.

Change Color For More Mcs With Color Object At A Time
This changes color of one mc:
Code:

myColor = new Color(myMovie);
myColor.setRGB(0x993366);

Is there a way if I have dozen of mcs to change color at a time for all this mcs?

Thank you

Hex Color As Variable In Color Object?
im trying to do this

myColor = new Color(myMC);

myColor.setRGB(variable);

we have all of the colors we need in css info in a database but im attempting to use the same values in flash. i can load the variables in fine but when i try to set them as a hex color it just assumes the letters are hex colors.

any suggestions

Copyright © 2005-08 www.BigResource.com, All rights reserved