Blur effect using actionscript

How can I make a blur effect using actionscript, not the
built-in effect for which I have to use a tween?
Any codes you can give me or links to tutorials?

Ok, Using flash help file sI did this:
import flash.filters.BlurFilter;
var rect:MovieClip = createRectangle(100, 100, 0x003366,
"BlurFilterExample");
var blurX:Number = 30;
var blurY:Number = 30;
var quality:Number = 3;
var filter:BlurFilter = new BlurFilter(blurX, blurY,
quality);
var filterArray:Array = new Array();
filterArray.push(filter);
mymovie_mx.filters = filterArray;
It did work, but I have 2 problems with this, one I need it
to go from 100% blur to 30%blur.
But my biggest problem is, part of the code I'm using in the
animation is actionscript 1, and the above solution is actionscript
2.
Can anyone give me an actionscript 1 solution?

Similar Messages

  • Lens blur effect used on Heroes

    Hi, I'm trying to figure out if the effect used so much on Heroes is an in camera effect or just a lens blur/mask? It's kind of a depth of field effect but it has a little harsher blur than you usually see in camera.
    For those of you who don't know what I'm talking about, it's usually based around the actor for medium to close up shots. The actor is even sometimes partially blurred. I can't say that I've seen it in action shots so it could easily be a static mask of a lens blur?
    Thanks.
    Caleb

    I know some of the effects in earlier versions of Premiere were Windows only, perhaps this is one of them.

  • Is there a way to change a button's color effect using actionscript 3?

    I have an array of buttons that are just text and I would like to change the color effect to a blueish color when clicked/active.  I can obviously do this in the property inspector, but I would like to change it programatically.  Is there a class I can use to accomplish this?  Thanks!
    Jesse

    You could try setting the buttons 'opaqueBackground' property. If you assign it a color in hex, like 0x00FF00, it should color the button.
    myButton:Button = new Button();
    myButton.opaqueBackground = 0x00FF00;

  • Use lens blur effect with ae cc

    is it possible tu use the old lenss blur effect with ae cc?
    the old effects woks much much better than the new one

    You can open up an old project and then copy&paste the effect to other layers.
    Mylenium

  • Using ActionScript to specify settings in the Hue/Saturation Effect

    Hi there,
    I have been trying to write a little action script that sets up a bunch of defaults in the Hue Saturation plug-in but can only get so far.
    The syntax either falls over or I am missing something here because the same code will work when in After Affects but if I try to run a script from the script UI directory. I get a "property undefined" returned. Uusally you just call the property by name and all is well. In this particularl case though. The only way to access say the "Red channel Saturation" is to have the plug-in in the Red channel pop-up. Ok so it works but not when running an external script.
    The following does work from within AE but not from the UI scripts directory via the Window menu.
    currProj = app.project(index).layer(index):
    currEffect = currProj.Effects.addProperty("Hue/Saturation");
    currEffectProp = currProj.effect("Hue/Saturation");
    currEffectProp.masterSaturation.setValue(20);//this call works
    currEffectProp.channelControl.setValue(2);//this call works changing the plug-in pane to the Red Channel
    currEffectProp.redSaturation.setValue(-5); //this returns: "TypeError: undefined is not an object" – yet when run within AE as an expression it works fine???
    Any help would be great – thank you

    "Max thank you for solving this for me."
    I still don't know what went wrong in your original code, so it's not really "solved" I guess!
    Anyway, about layer("ADBE Effect Parade") it's the same thing as layer.Effects or layer("Effects") but I'm never sure of what will work in a non-english version of AE.
    That's why I'm adding the Hue/Saturation effect using "ADBE HUE SATURATION" instead of "Hue/Saturation"
    So a useful thing to do is to create a script in the base "Script" folder, and write something like:
    var comp = app.panel.activeItem;
    if (     comp
         && comp instanceof CompItem
         && comp.selectedLayers.length
         && comp.selectedLayers[0].selectedProperties.length)
         var prop = comp.selectedLayers[0].selectedProperties[0];
         var str = "";
         while (prop)
              str += prop.matchName + " (" + prop.numProperties + "): " + prop.name;
              prop = prop.parentProperty;
         alert(str);
    Again, typing in the browser, check the code first ;-)
    Something like that will give you:
    - the matchName of the property selected (which can be anything: effect, shape, mask ... or any property of these)
    - the number of sub-properties of the current poperty (so for the Hue/Saturation effect, that will give you the number of controls of the plugin UI, although there may be some hidden ones too)
    - the name of the property
    ... for the selected property and its parents, up to the layer it belongs to.
    I find that quite handy when you want to know the matchname of an effect for example.

  • Why Siri , notification center not in blur effect on iOS 7? I use iPad 3G

    Please help me and fix this error
    I have iPad 3G yesterday installed ios7 but Siri , notification center not in blur effect why?

    I thought it was a bug too, but after a little research, it seems that apple removed that feature after beta 4 (obviously for no reason, because the iPad 2 & 3 have been capable enough on the other betas). Blur is a iPad 4-only feature now.
    Really disappointing, because my iPad is just a year old.

  • Blur effect

    Hi All,
    I need some enlightenment on how can I achieve an "effect"
    of a blur layer that reveals its background partially.
    Something like the bar you see in
    http://uk.samsungmobile.com/mobile_phone/experience/swf/main.htm.
    Is that done by action script? All suggestions will be
    greatly appreciated. Thanks...

    Non-nelson,
    > I need some enlightenment on how can I achieve an
    > "effect" of a blur layer that reveals its background
    > partially.
    If you have Flash 8 or higher, you'll have a Filters tab in
    the Property
    inspector that becomes active when you click on certain
    objects, such as
    movie clips. Apply a Blur filter, and you can tween its
    settings as you
    would Alpha, position, scale, etc.
    > Something like the bar you see in
    >
    http://uk.samsungmobile.com/mobile_phone/experience/swf/main.htm.
    >
    > Is that done by action script?
    I saw all sorts of blurring in that example, which is nicely
    done. Not
    sure I know what you mean by "the bar" -- plenty of
    photographs blurred --
    but that example definitely uses ActionScript, not just for
    blurring, but
    for the motion effects as well. If you decide to go the
    ActionScript route,
    look up BlurFilter in the ActionScript Language Reference (F1
    key) for
    details. The concept is the same; only, you apply filter
    effects to the
    filters property of objects that support it.
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Premiere Pro CC crashes after 25% rendering, has particular issues with directional blur effect

    I've only been using Premiere for a single project as my university specified we should use it, I'm not used to such a complex programme, or even video editing to be honest, so bear with me. (I'm following that guide on what information to add to questions on this forum)
    I'm using Premiere Pro CC with the 7.2.1 update, that's the most recent update
    I'm on Windows 7
    Version
    6.1.7601 Service Pack 1 Build 7601
    I'm not actually sure what a codec is but my source material is just one .jpg image, I put effects on it in one project then imported it to another project though
    Here's the problem message
      Problem Event Name:
    APPCRASH
      Application Name:
    Adobe Premiere Pro.exe
      Application Version:
    7.2.1.4
      Application Timestamp:
    52aed7f3
      Fault Module Name:
    OpenCL.dll
      Fault Module Version:
    1.2.11.0
      Fault Module Timestamp:
    52a242a8
      Exception Code:
    c0000005
      Exception Offset:
    0000000000002b89
      OS Version:
    6.1.7601.2.1.0.768.3
      Locale ID:
    2057
      Additional Information 1:
    5273
      Additional Information 2:
    52739eafd9c00fbd41b66266050284b2
      Additional Information 3:
    750c
      Additional Information 4:
    750c2263c4fb3446348e7454d5714618
    Computer:
    Processor
    Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz, 3501 Mhz, 4 Core(s), 8 Logical Processor(s)
    I THINK I have a AMD Radeon HD 7870 which isn't supposed to be supported for GPU acceleration
    Premier crashes when it gets to the point in my sequence where I used the directional blur effect (I'm pretty sure that's when it crashes anyway), it also can't export I assume because it can't render
    this is like 4 seonds of video as well
    I reaaaaally need it to work soon because I have university deadlines to meet and I need Premiere Pro to finish my work
    Hope someone can give some advice

    I tried it without the directional blur effect and it rendered fine, for some reason it just can't deal with directional blur...

  • New Blur effects in Photoshop Elements 11 | Learn Photoshop Elements 11 | Adobe TV

    Create sophisticated photographic blur effects in Photoshop Elements 11. In this tutorial, you'll see how to use the new Tilt-Shift Guided Edit to create a miniature effect. Then you'll learn how to refine the results with the new Refine Edge selection option in Expert mode.
    http://adobe.ly/SQ28JW

    I do fine until I "Add the Layer Mask". When I go to Lens Blur afterward, the image is the same and it blurs the entire image. I followed this video exactly as it said. Anyone else having this problem?

  • How do I turn on the GUI controls for the Focus Blur Effect in Final Cut Pro X

    I can't find the setting that enables the GUI control overlay to manipulate the parameters of the Focus blur effect in Final Cut Pro X. When I have the clip and the focus effect selected I only get a center element overlay. At one point I had controls for all the other elements of this effect.
    anyone know a shortcut or how I can toggle these controls back on?

    I don't see any other screen controls either.
    Maybe there was a change sometime, or maybe you were using a different effect?

  • How do I create an orange flash transition effect using Adobe Premiere CS6?

    I am trying to create an orange flash transition effect using Adobe Premiere CS6 with my MAC computer.

    Try this:
    Add Cross Dissolve, cut and nest
    Add a Fast Blur to the nest and tweak as in first screendump
    Superimpose orange Color Matte and tweak as in second screendump
    Make (fixed) effects into presets for future use.
    Good luck.

  • Trying a simple CC Redial Blur Effect over an image !!

    rHi,
    I am trying a tutorial at How to create a quick and easy Light Beam Effect in Adobe After Effects - YouTube which applies the CC Redial Blur effect over an image it looks very simple and straight forward but for some reason its not working for me.
    Here is the project file http://tonyalepski.heliohost.org/AE.zip
    If someone can help me figure out what is the problem that will be a great help !!
    Many thanks !!
    Tonya

    Your issue is quite simple. Tutorial author is using a PSD file with no background under the text (file with transparency) - you are using a jpg - file with gray background that is covering your rays. You have to remove background in photoshop and export it to AE without it or remove it in AE using some Keying plugins or simply masks.

  • Windows Vista 's Window Title Bar [Blur Effect]

    Hello guys
    im trying to make a blur effect like windows vista's window
    title bar, where one can see the background application in a blury
    way.
    How can i do the same thing?
    please guide
    thanks in advance

    That's unfortunate it was removed in Java 5. We use Web Start for headless applications (no GUI windows) and so at times would have multiple instances running on the same machine each using a different JNLP. Previously, we could see which instance was which by the console displaying the description tag information on the console's title bar. This was a great feature of JWS that now appears to be less functional. Sun, is there a way to get this back if you are listening?
    The s: command doesn't display the JNLP description tags which we helped to identify the application. We want to use Windows task manager to see a list of all applications and from this list end any JWS process easily from the window. Without the title on the console window, there is no way to uniquely identify a particular application.
    Regardless, our frustration in using JWS has increased with this new introduced limitation.

  • Image motion blur effect

    Hi,
    Anyone know how to acheive these motion blur effects,
    like in this site. When you
    click on an image it zooms up in a blur? (in the site click one of
    the images behind the sketch book.
    Thanks....

    lostinscript wrote:
    > Hi,
    >
    > Anyone know how to acheive these motion blur effects,
    >
    http://www.jguevarra.com/ .
    When you click on an image it zooms up in a blur?
    > (in the site click one of the images behind the sketch
    book.
    Before flash 8 we would use two images, blur and regular.
    Blur can be very low quality so it's small in KBs and you
    can't
    see the quality while tweening. Tho in that particular site
    you can actually see how low quality it is as the tween
    happens
    too slow. So, we would place blur image made in photoshop for
    zoom
    animation, and jump to frame with clean sharp one once the
    tween
    is done.
    Flash has has BLUR filter. You can convert your image into
    movie clip
    and apply the filter to it.
    Best Regards
    Urami
    !!!!!!! Merry Christmas !!!!!!!
    Happy New Year
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Missing tools in Fast-Blur effect, Gaussian Blur effect, ...

    Hey there,
    I'm using Premiere Pro CC and I was just about to mask an object in my video with the Fast-Blur effect (Schneller Weichzeichner in german and as it can be seen in the attached image).
    But when I apply this effect to my video it won't show me any tool I could apply it with. It's the same with any blur effect, such as the Gaussian Blur.
    These tools should be right above the adjuster from 0 to 127. Any idea?
    Thank you
    Peter

    If you want to use the mask tool you need to update to CC2014 (8.2). It looks like you are atill on CC7.

Maybe you are looking for

  • How do I remove Lion and go back to snow leapard

    Lion does not work well with several of my applications the most important of which is my client data file and billing program which keeps crashing with Lion.  I want to remove it and go back to SL but don't want to lose any data that I have put in m

  • No access to https websites

    Hello everybody, since a few day I can no longer access to https websites. Can anybody helb me?

  • I want to change IP and Host Name of application serve

    our application server is on IBM AIX platform and now i want to change IP and Host Name of application server?

  • ITunes crashes whenever iPhone is accessed

    Every time I plug my iPhone into my PC(running Windows XP Pro), it crashes iTunes. If I load iTunes, access the preferences, and select the iPhone tab, it crashes iTunes. I've uninstalled and reinstalled iTunes. I tried cycling back to 7.3 and my lib

  • No Destination Drive Option when trying to install OSX 10.5.6 Update

    Hi all, I have installed OSX Leopard today (10.5) on to my G5 which seems to be working correctly. I have since tried to update to 10.5.6 via the Software Updater (Mac OSX Update Combined) which wouldn't install. I have since downloaded the MacOSXUpd