Fading gradients help

Hi there, been using flash for a while now but im having big
problems in sorting this MAJOR problem out:
It goes as follows.
The movie found at:
http://www.ronguy.co.uk/fla/help.sfw
is a preview of the problem
Basically i need to fade 1 gradient in over the top of
another to give the appearance of the screen getting darker,
however when i do so it produces these awful grainy lines across
the page where the colours are changing.
How it is done is a simple fade in with the new gradient on
an above level using alpha tween.
I have tried a number of things to rectify this problem,
these are as follows:
Use jpeg images of the gradient instead of the flash vector
shapes,
Tryed to fade the lighter layers out instead of fading darker
in.
Tryed using the blur filter on the whole clip.
Need to know if there is any way to make this a really smooth
transition, action scripts maybe? or different blending options, i
dont know. Somebody help please.
Fla file available also at:
http://www.ronguy.co.uk/fla/help.fla
Thanks guys.
here

SImple answer - display the movie much smaller. Open
Dreamweaver (or whichever html ditor you prefer) make a one cell
table and put the movie in it. Adjust the size downwards until the
banding stops.
One comment - the fade of one grad over the other is fairly
slow (on my browser). Is you movie set to run at 31 fps to make it
the same on all platforms and browsers ?
Best wishes
Tony

Similar Messages

  • Selection gradient HELP- Photoshop 7

    I admit it I'm a total photoshop neophyte. Self teaching through trial and error.
    HUGE PROBLEM.....I'm trying to take a selection from an image or the images edge and create a gradation of transparency, so I can merge the edges of two different images.  The gradient tool seems only to OVERLAY a gradient of color. Is there an option to have a gradation of transparency from one point to another?
    PLEASE HELP and thankyou so much.

    Instead of setting your gradient to white to black. Set it to go from white to grey (40%?). That way it will be semi transparent in the grey areas.
    Or set a big brush to 50% grey and soften it by 50% and you can paint on the layer mask to your exact specifications.
    Also check this out! Very cool.....use the "blend mode" on the upper layer.
    You have many options of how you can set the top layer to be transparent.
    Overlay, Lighten, Darken. etc.
    Also if you double click on the layer panel (the white box itself in the layers palette), a dialog box appears.
    These settings have better controls here. You can set the ""Blend Mode" and adjust it's transparency.
    Look near the bottom in the middle if this panel...where it says "Blend if"
    If you look at the sliders that adjust the highlight and shadow transparency settings you will see that they are little triangles.
    Option/alt click on the triangle and it will split in two (drag one side away from the other). This will let you "feather" your transparency.
    (Also "Blend if" can be set to grey or red or green or blue). Also it allows you to control the transparency of the layer above (or below)
    Be sure to fiddle with the thing. I swear you will be amazed at what the "Layer Styles" panel can do.
    MrPxl

  • Cant touch Wi-Fi in settings,, looks grayish or faded..help!!!

    ok so i every time i go to youtube or to safari...it saids (safari cant find the page B.c it cant find the server)...so whn i go to settings and try to click wi-fi to solve it it does nothing....the button looks grayish or faded n it wont let me touch it. i tryd reseting the network and even erasing all content and settings on the ipod by goin to General's...i also tryd updateing it aswell but again still no wi-fi...i know i have it but im unable to access it...
    how can i FIX?????

    Same here, when I go to Settings>Wi-Fi it says "No wi-Fi" and I can't click on it. My Wi-Fi IP address doesn't show up either, not even my Bluetooth address. HELP!

  • Gradients help needed

    Hi all,
    We've got some really nice characters that have been created
    in Illustrator, and they all use at some point a few simple
    gradients. When we export those characters as swfs they look fine
    in flashplayer, but on importing into flash, the gradients become
    blocks of gradients and losing their masks. I've seen in earlier
    forums back in 2005 it seems that the gradients turn to bmps, and
    the only way around that was to keep as flat colours when exporting
    from illustrator and then reapplying in Flash.
    Have there been any improvements or work arounds in recent
    months since the introduction of flash 8 and CS 2?
    Thanks
    Lee

    Hi all,
    We've got some really nice characters that have been created
    in Illustrator, and they all use at some point a few simple
    gradients. When we export those characters as swfs they look fine
    in flashplayer, but on importing into flash, the gradients become
    blocks of gradients and losing their masks. I've seen in earlier
    forums back in 2005 it seems that the gradients turn to bmps, and
    the only way around that was to keep as flat colours when exporting
    from illustrator and then reapplying in Flash.
    Have there been any improvements or work arounds in recent
    months since the introduction of flash 8 and CS 2?
    Thanks
    Lee

  • Advice wanted: do i need threads or not?Stuck!

    Hi, everyone! I got stuck with little program I'm writing and need your advice desperately.
    I am doing temperature conversion program. In short, it's an applet with two JTextFields and four panels. JTextFields belong to the applet. Two panels are derivatives from my class called BasicThermometer extends JPanel. I made this class as flexible as I could, and it can draw pretty thermometer with needed ticks and ticks' labels as needed.
    So, I've put two BasicTherm-s into my applet representing Celsius and Fahrenheit therm-rs respectively.
    Other two panels are derivatives from my GradientPanel extends JPanel. They have gradient painted background with red and blue colors.
    OK, here my final goal. When user input temp. to be converted in either text field converted temp. appears in other text field and tungsten of each therm-r reacts accordingly (I did that).
    I can not accomplish my other task. Tungsten of each therm. responds on mouse event, so the user can input temp. by dragging or clicking it on either therm-r.( It's reacting allright). I want the temperature appear in each textfield and other therm-r tungsten move accordingly. I am unable to determine wether I need threads in it and if I do, how to design them. Should it be one thread or two? I am very new to multithreading and everything there is still blur to me. Also I'd like my gradient panels to react by fading gradient or thicken it on red (upper) panel or blue(lower panel).
    I already set it flexible, so it's not a problem if I only could coordinate all my events properly.
    Any advice will be helpful for me. I mean, maybe I have to change something in my classes-subclasses. To create new constructors maybe? How to deliver events from one JPanel so that the applet knew and pass it to other JPanel (i.e. to other BasicThermometer) so to repaint it as I want.In my thinking there could be thread or two that constatly tested one or other therm-r (while GUI thread is idling) and pass results to applet's method which resets other therm-r. Yesterday I failed to make them work. They worked two rounds right after start() even though my permit was set to false in each of the thermometers, and then stopped and did not wake if I clicked on either therm (I tested them by passing messages to be displayed in DOS).
    Well, I am very confused. Sorry for lengthy message.
    Svetlana

    try my code
    import java.awt.*;
    import java.applet.Applet;
    import java.awt.event.*;
    <applet code="CtoFConversion1.class" width=170 height = 170>
    </applet>
    public class CtoFConversion1 extends Applet implements ActionListener, ItemListener {
    float c=0.0f;
    float f=0.0f;
    String msg="";
    Checkbox checkbox1, checkbox2;
    CheckboxGroup cbg;
    TextField tf1,tf2;
    Button convert, reset;
    public void init() {
    cbg = new CheckboxGroup();
    checkbox1 = new Checkbox("Convert C to F",cbg, true);
    checkbox2 = new Checkbox("Convert F to C",cbg, false);
    convert = new Button("Convert");
    reset = new Button("Reset");
    Label centigrade = new Label("Centigrade :", Label.RIGHT);
    Label fahrenheit = new Label("Fahrenheit :", Label.RIGHT);
    tf1 = new TextField(10);
    tf2 = new TextField(10);
    add(checkbox1);
    add(checkbox2);
    add(centigrade);
    add(tf1);
    add(fahrenheit);
    add(tf2);
    add(convert);
    add(reset);
    checkbox1.addItemListener(this);
    checkbox2.addItemListener(this);
    tf1.addActionListener(this);
    tf2.addActionListener(this);
    convert.addActionListener(this);
    reset.addActionListener(this);
    tf2.setEditable(false);
    public void itemStateChanged(ItemEvent ie) {
    if((cbg.getSelectedCheckbox().getLabel()).equals("Convert C to F")) {
    tf2.setEditable(false);
    tf1.setEditable(true);
    repaint();
    if((cbg.getSelectedCheckbox().getLabel()).equals("Convert F to C")) {
    tf1.setEditable(false);
    tf2.setEditable(true);
    repaint();
    public void actionPerformed(ActionEvent ae) {
    String command = ae.getActionCommand();
    if(command.equals("Convert")) {
    if((cbg.getSelectedCheckbox().getLabel()).equals("Convert C to F")) {
    tf2.setEditable(false);
    tf1.setEditable(true);
    msg = tf1.getText();
    try {
    c = new Float(msg).floatValue();
    msg="";
    centi(c);
    msg = msg+f;
    tf2.setText(msg);
    repaint();
    }catch(NumberFormatException e){
    tf2.setText("Syntax Error");
    else if((cbg.getSelectedCheckbox().getLabel()).equals("Convert F to C")) {
    tf1.setEditable(false);
    tf2.setEditable(true);
    msg = tf2.getText();
    try {
    c = new Float(msg).floatValue();
    msg="";
    fahren(c);
    msg = msg+f;
    tf1.setText(msg);
    repaint();
    }catch(NumberFormatException e){
    tf1.setText("Syntax Error");
    else if (command.equals("Reset")) {
    tf2.setEditable(false);
    tf1.setText("");
    tf1.setEditable(true);
    tf2.setText("");
    checkbox1.setState(true);
    repaint();
    public float centi(float c){
    f = (float)(1.8*c)+32.0f;
    return f;
    public float fahren(float c){
    f = (float)(0.5556*(c-32.0));
    return f;
    }

  • Brand new ipod. may not have charged it enough initially; but.......

    after running the battery down to zero last nite, i've been charging it wi no results. just one thin red strip in the charging window. a couple of times the green lightning bolt was on, but faded quickly. help!!!!!

    No problem. If my post helped, or solved your problem, please mark it accordingly. It's a nice way of saying thank you in discussions-Thanks for helping the boards!
    kEat0n

  • How to best minimize a loud crow over an outdoor interview?

    What is the best tool to use in Soundtrack Pro that would minimize the repetitive sound of a loud crow that can be heard in the background of an outdoor interview? Do you use the Spectrum Analyzer followed by another tool?
    I realize it may not be possible to eliminate the sound...but am looking to minimize it...and because it can be repetitive, what is the best workflow with take the sounds down compared to my interview subject's dialogue?
    Many thanks,
    John

    Hi John. The problem with the crow is that it may exist in the same frequencies as the voice. You could use the spectrum analyzer to see what frequencies are active when just the crow is isolated. You can then attenuate (turn down the volume of) those frequencies using a narrow bandwidth on a parametric eq. You can elect to do it the entire interview (which may result in a dull sound) or in just the crow's appearances (which will cause a noticeable on/off effect - fading may help).
    I'm not so sure about STP2 as I've just purchased it, but some audio programs (like audition, though not superbly) or plug ins (like the Waves bundle or Sound Soap) let you take a sonic fingerprint of a noise if it appears by itself and then apply a reduction of that sampling to a whole file. Kind of like this: let me hear what you don't like and, after I've memorized it, I'll eradicate it. These work with varying degrees of success, but they are not magic. Some day in the future the magic will exist, but for now you'll be playing a balancing act between the crow's volume and how much you're willing to damage the clarity of the interview.
    I hope this helps. I'm sure some audio ninjas have a few tricks up their sleeves that they can chime in with here.

  • Steps in a circle

    Hi,
    I have this strange problem. I draw a circle and I want that
    the alphy in the center is 80 and at the edge of the cirle 0%. The
    problem is that when I do that using color switcher, I can see each
    step in the circle. I want a smooth transition from 80 to 0%. Any
    ideas?
    THX for your help

    Vector gradients have historically been troublesome when it
    comes to banding (or stepping). In fact, one solution in the print
    side of things is to convert it to a raster image and add some
    noise. But that's not going to help you here.
    You can try adding more color swatches across the length of
    the gradient in the mixer and play around with the alpha in those
    to force a smoother transition. Also play around with the gradient
    transform tool. I've found that adjusting the size of the gradient
    helps.

  • IJ Canon Printer Utility disappeared after I replaced ink cartridges.

    I just replaced the ink cartridges with ones I ordered from eforcity and it prints fine, but I haven't been able to locate the printer utility box ever since which means I haven't been able to check ink levels and clean the nozzles. This is really frustrating because I need to clean the print nozzles now. Every line on my printouts is streaking (half dark / half faded). Help! Thanks.

    Hi , Welcome to the HP Forums! I see that you cannot print with your HP Officejet Pro 8500A, on Windows 7, after replacing your Ink Cartridges. I am happy to help!  Please, try the steps within this guide, Fixing Print Quality Problems for the HP Officejet Pro 8500A e-All-in-One Printer Series. If the guide does not resolve your issue, Please contact HP, phone support for further assistance. If you live outside the US/Canada Region, please click the link below to get the support number for your region. Country-language selector. Hope this helps!  “Please click the Thumbs up icon below to thank me for responding.”

  • Obnoxious finder/screen/window behavior -- oh, and crashes

    I'm getting increasingly angry at this Beta release Apple sold us all.
    Am I the only one experiencing random finder crashes? Literally in the MIDDLE of just typing a sentence on a forum I was on this morning, everything stopped. No more typing. I could move the mouse around, but it wouldn't let me click or select anything. I couldn't do anything but force a reboot. I had a similar crash this morning in the middle of drawing a curve in Illustrator, one in the middle of opening a new browser window, and one when opening up a folder from the dock. Yeah, that's FOUR CRASHES in one day. So far.
    Also, when I'm scrolling around in messages, I get all sorts of weird artifacts in the screens -- like polygons shearing in a bad video game, only the polygons are parts of the screen/window I'm in. I also get an occasional pink shadow (square, solid in one corner with a sort of fading gradient toward the opposite corner) popping up from time to time randomly.
    On top of the headache over trying to get Mail to work properly again, I'm now convinced that Apple has rushed an unfinished release out too early.
    (I think they've gone more than just putting Intel inside the Mac -- they've now firmly adopted the Microsoft system-marketing mentality.)
    Does anyone know a fix to keep the damned thing from crashing? I've gotten so paranoid I save every 30 seconds, but when working on posts I am living in fear that a long post such as this may just disappear with the next crash, and I'll have to start all over again. (again.)
    Tony

    Find outthe graphics card you are using and do a search on Leopard forums for > graphics problems - it may be a matter of reinstalling the drivers.
    You can also search for the graphics card name.
    One example of a similar issue
    http://discussions.apple.com/thread.jspa?messageID=5884566&#5884566

  • HT201317 can not activate photo stream on my Mac

    I have iPhoto 11 v 9.1.5 and OsX Lion 10.8.3 but can not activate Photo Stream on my Mac because it is not activated. The place to check activation is faded.
    Help?

    You need iPhoto 9.2.2 or later for Photo Stream and 9.4 or later for Shared Photo Streams:
    The following is from iCloud: Photo Stream FAQ
    What do I need to use Photo Stream
    To use Photo Stream, including Shared Photo Streams, you need an iCloud account, compatible devices, and up-to-date software:
    iPhone, iPad, or iPod touch with iOS 6.0 or later
    Mac with OS X Mountain Lion v10.8.2 or later and iPhoto 9.4 or Aperture 3.4 or later
    PC with Windows 8, Windows 7, or Windows Vista (Service Pack 2) and the iCloud Control Panel 2.1 or later for Windows
    Apple TV (2nd generation) with Software Update 5.1 or later
    You can still use Photo Stream without Shared Photo Streams if your devices meet these requirements:
    iPhone, iPad, or iPod touch with iOS 5.1 or later
    Mac with OS X Lion v10.7.5 or later and iPhoto 9.2.2 or Aperture 3.2.3 or later
    PC with Windows 7 or Windows Vista (Service Pack 2) and the iCloud Control Panel v2.0 or later for Windows
    Apple TV (2nd generation) with Software Update 5.0 or later
    For complete iCloud setup instructions, visit How to set up iCloud.
    OT

  • I have a canon mg2100 series printer. I print shipping labels with black ink. I ran out and changed

    I have a canon mg2100 series printer. I print shipping labels and use black ink. I ran out and changed the cartridge, now the text is faded looking and I can't read major parts of the label. I did the cleaning print head under control panel and it did fine, but when I try to print again it's still faded. Help!

    Hi ttsheppard,
    It is recommended that you contact live technical support . There is NO charge for this call. Real time feedback of a live technical support call would be very beneficial in this case.
    Please dial 1-866-261-9362, Monday - Friday 10:00 a.m. - 10:00 p.m. ET (excluding holidays). A Canon technical support representative will be able to resolve this issue faster.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Black not printing though new cartridge

    I just replaced both black and colour cartridges.  When the test page printed there was a warning symbol and the word "important".  There was a printed line that couldn't be read so each time I try to align the printer, it just reprints the same thing. When I tried to print something , the black is a light faded blue and all the colour is faded. Help!

    Hello
    Did you resolve your issue with the printer not printing black text?
    I have installed a new black toner cartridge today and have the same issue.

  • Upgrade a G5

    I have a G5 1.6 I recently upgraded to CS 4 and have issue with the graphics in PS, it doesn't show transitions of fading gradients correctly, you get colorization.
    But my question is can a PowerMac motherboard fit in this unit? If so where could I get one. It's about time for a new computer anyway, but if I can salvage the case etc, and save some money that would be great.

    Hi John,
    can a PowerMac motherboard fit in this unit?
    Your G5 is a Powermac, I suspect you're asking if a new Intel Mac Pro board will fit, the answer is no.
    Well, with plenty of machine shop work it could, but then you'd still need a new Power Supply, CPUs, RAM, Video Card, & everything else, cost would likely be 3-4 times that of a new Mac.
    The cases look very similar, but are way different.

  • Gradient tool not fading transparency/opacity... help?

    Hello fantastic photoshop experts,
    I'm having a bizarre problem in Photoshop CS2 (sorry, no money for a newer version) with my gradient tool not rendering transparency. I've been using CS2 for a while on my mac (Powerbook G4, OSX 10.4 if that matters) and this is the first issue I've ever had with it.
    Basically, I try to choose the "Foreground to Transparent" gradient, and although the settings are all set to default and all the sliders appear to be correct, the applied gradient doesn't have any transparency. Instead, it just goes Foreground to Foreground! I've tried to manually enter in opacity values, moved the sliders around, changed to different colors or different gradients that contain transparency in the hopes something would mysteriously kickstart Photoshop into correcting itself. I've restarted everything, clicked reset the presets, restore defaults, anything I can think of, and nothing works. All gradients that have some sort of transparency fail to render the transparency. Any 100% solid color renders fine.
    I've searched and searched and can't seem to find the answer to this frustrating problem. If this explanation doesn't make sense, I hope the attached screenshot makes things clearer. I would really appreciate some insight into this! Thank you in advance.

    Well, shucks, Buko, you make it so easy!
    Yes, that finally fixed it. I thought I had trashed my prefs, but it turns out I trashed the wrong one. Thank you very much!

Maybe you are looking for

  • Time Machine Back Up for External Hard Drive Partition

    Hey guys, I have had my imac connected to an external hard drive which runs time machine for some time now (about a year and a half). I now wish to partition the external hard drive with a Fat 32 section so that I can load data (vidoe's, music etc.)

  • Transformation XML - abap

    dear abap experts, i currently want to read an xml file and convert it to an internal table in abap program. in sap help, i find TRANSFORMATION, but the example there is convert from data in abap to xml format. i have tried to convert from xml file t

  • Updating my Apple TV Software

    I am frustrated. Unable to update the software on my Apple TV. The progress bar never moves and the little circle goes round and round. I have tried restart several times and it doesn't make a difference.

  • Can you connect  on line by pugging into my home computer? I have no wi-fi connection @ home  r

    I just bought this Ipod touch, and there is no wi-fi connections at my house, can I plug in my ipod into my home computer and get on line? Even when I have it plugged into the home computer it tells me I have no connection, I would like to finish set

  • STO within same co.code

    Dear all while doing STO from one manufacturing plant to other plant with in same co.code ( plant1 to plant2) I created STO for five line items in receiving plant2, maintained storage location,delivery date etc when i go to VL10B,selecting supplying